all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tramp error in emacs 23
@ 2009-08-28  0:44 Ritchie
  2009-08-28  3:59 ` Michael Albinus
       [not found] ` <mailman.5553.1251431981.2239.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 18+ messages in thread
From: Ritchie @ 2009-08-28  0:44 UTC (permalink / raw
  To: help-gnu-emacs

I got this error while using tramp in emacs 23 (Mac version) editing a
python in file :

File error: `\stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 %s.0 "%A" t %i.
0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py' does not
return a valid Lisp expression: `tramp_exit_status 0

///38466bed731b8e9215f7535d4994bc50
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251419879.0 1251419877.0 1251419878.0 13223.0 "-rw-r--r--" t
3646.0 -1)
'

I'm using python mode with Pymacs and ropemacs.

This happens quite often after I open the file, and it keeps coming
for every 10s or so. The file "/home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py" is in the server, does not exist in local machine.

Anybody is having the same problem?

Thank you

Ritchie


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

* Re: Tramp error in emacs 23
  2009-08-28  0:44 Ritchie
@ 2009-08-28  3:59 ` Michael Albinus
       [not found] ` <mailman.5553.1251431981.2239.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 18+ messages in thread
From: Michael Albinus @ 2009-08-28  3:59 UTC (permalink / raw
  To: Ritchie; +Cc: help-gnu-emacs

Ritchie <ritchiecai@gmail.com> writes:

> I got this error while using tramp in emacs 23 (Mac version) editing a
> python in file :
>
> File error: `\stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 %s.0 "%A" t %i.
> 0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py' does not
> return a valid Lisp expression: `tramp_exit_status 0
>
> ///38466bed731b8e9215f7535d4994bc50
> (("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
> 1000 1251419879.0 1251419877.0 1251419878.0 13223.0 "-rw-r--r--" t
> 3646.0 -1)
> '

This looks like the wrong order of the stat information, and the shell
prompt. Could you, please, set tramp-verbose to 10, and rerun your test
(in a new session, preferred if you start "emacs -Q")? Then show the
resulting *debug tramp/...* buffer.

> Thank you
>
> Ritchie

Best regards, Michael.




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

* Re: Tramp error in emacs 23
       [not found] ` <mailman.5553.1251431981.2239.help-gnu-emacs@gnu.org>
@ 2009-08-28 12:11   ` Ritchie
  2009-08-30  8:51     ` Michael Albinus
       [not found]     ` <mailman.5655.1251622290.2239.help-gnu-emacs@gnu.org>
  2009-08-28 14:01   ` Ritchie
  1 sibling, 2 replies; 18+ messages in thread
From: Ritchie @ 2009-08-28 12:11 UTC (permalink / raw
  To: help-gnu-emacs

> This looks like the wrong order of the stat information, and the shell
> prompt. Could you, please, set tramp-verbose to 10, and rerun your test
> (in a new session, preferred if you start "emacs -Q")? Then show the
> resulting *debug tramp/...* buffer.

here is the *Messages* buffer :
----------------------------------------------------------------------------------------------------------------------------------------------
Loading tramp...done
Tramp: Opening connection for zcai@172.16.94.130 using ssh...
Tramp: Waiting 60s for local shell to come up...
Tramp: Sending command `ssh 172.16.94.130 -l zcai  -q -e none && exit
|| exit'
Tramp: Waiting for prompts from remote shell
Tramp: Sending password
Tramp: Found remote shell prompt on `172.16.94.130'
Wrote /var/folders/WC/WC6D0XcHGkGKQu4JkwOX-k+++TI/-Tmp-/tramp.
5630014f.py
Loading /Users/zcai/.emacs.d/my-python.el (source)...
Pymacs loading ropemacs...done
Loading /Users/zcai/.emacs.d/py-mode-ext.el (source)...done
Loading /Users/zcai/.emacs.d/pyp.el (source)...done
Pymacs loading pycomplete...done
Loading /Users/zcai/.emacs.d/my-python.el (source)...done
Using the CPython shell
Loading vc-hg...done
pabbrev scavenging...
File error: `\stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 %s.0 "%A" t %i.
0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py' does not
return a valid Lisp expression: `tramp_exit_status 0

///25d74bf62e0017975810a0a35b0367fc
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251460512.0 1251459265.0 1251459265.0 13206.0 "-rw-r--r--" t
3646.0 -1)
'
File error: `\stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 %s.0 "%A" t %i.
0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py' does not
return a valid Lisp expression: `'
pabbrev scavenging...
File error: `\stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 %s.0 "%A" t %i.
0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py' does not
return a valid Lisp expression: `'
pabbrev scavenging...
pabbrev scavenging (118 words qs_service.py buffer)...
pabbrev scavenging (168 words qs_service.py buffer)...
pabbrev scavenging (216 words qs_service.py buffer)...
pabbrev scavenging (237 words qs_service.py buffer)...
pabbrev scavenging (257 words qs_service.py buffer)...
pabbrev scavenging (276 words qs_service.py buffer)...
pabbrev scavenging (286 words qs_service.py buffer)...
pabbrev scavenging (298 words qs_service.py buffer)...
pabbrev scavenging (304 words qs_service.py buffer)...
pabbrev scavenging (316 words qs_service.py buffer)...
pabbrev scavenging (320 words qs_service.py buffer)...
pabbrev scavenging (332 words qs_service.py buffer)...
pabbrev scavenging (336 words qs_service.py buffer)...
pabbrev scavenging (343 words qs_service.py buffer)...
pabbrev scavenging (350 words qs_service.py buffer)...
pabbrev scavenging (363 words qs_service.py buffer)...
pabbrev scavenging (369 words qs_service.py buffer)...
pabbrev scavenging (377 words qs_service.py buffer)...
pabbrev scavenging (387 words qs_service.py buffer)...
pabbrev scavenging (390 words qs_service.py buffer)... [2 times]
pabbrev scavenging...done
Quit
pabbrev scavenging...
pabbrev scavenging (390 words qs_service.py buffer)... [28 times]
pabbrev scavenging (392 words qs_service.py buffer)...
pabbrev scavenging (397 words qs_service.py buffer)...
pabbrev scavenging...done
call-interactively: Beginning of buffer
pabbrev scavenging...
pabbrev scavenging (397 words qs_service.py buffer)... [23 times]
pabbrev scavenging...done
pabbrev scavenging...
pabbrev scavenging (397 words qs_service.py buffer)... [23 times]
pabbrev scavenging...done

======================================================================================

here is the last part of *debug tramp/ssh ...* buffer :
----------------------------------------------------------------------------------------------------------------------------------------------

///2619be965b1edc1845eb1f51f45ced3d
04:19:08 tramp-get-connection-property (7) # process-buffer nil
04:19:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
04:19:08 tramp-get-connection-property (7) # stat \stat
04:19:08 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
04:19:08 tramp-get-connection-property (7) # stat \stat
04:19:08 tramp-get-connection-property (7) # process-name nil
04:19:08 tramp-get-connection-property (7) # last-cmd-time (19095
48428 431384)
04:19:08 tramp-get-connection-property (7) # process-name nil
04:19:08 tramp-get-connection-property (7) # remote-echo nil
04:19:08 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
04:19:08 tramp-get-connection-property (7) # process-name nil
04:19:08 tramp-get-connection-property (7) # chunksize 0
04:19:08 tramp-set-connection-property (7) # last-cmd-time (19095
48428 535474)
04:19:08 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
04:19:08 tramp-get-connection-property (7) # process-buffer nil
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-accept-process-output (10) # *tramp/ssh zcai@lenny* run
04:19:08 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251458333.0 1251458332.0 1251458332.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///2619be965b1edc1845eb1f51f45ced3d
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251458333.0 1251458332.0 1251458332.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///2619be965b1edc1845eb1f51f45ced3d
04:19:08 tramp-get-connection-property (7) # process-buffer nil
04:19:08 tramp-get-connection-property (7) # process-buffer nil
04:19:08 tramp-get-connection-property (7) # gid-integer 1000
04:19:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19095 48413) (19095 48412) (19095 48412) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
04:19:08 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
04:19:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
04:19:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
04:19:08 tramp-get-connection-property (7) # file-exists test -e
04:19:08 tramp-get-connection-property (7) # process-name nil
04:19:08 tramp-get-connection-property (7) # last-cmd-time (19095
48428 535474)
04:19:08 tramp-get-connection-property (7) # process-name nil
04:19:08 tramp-get-connection-property (7) # remote-echo nil
04:19:08 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
04:19:08 tramp-get-connection-property (7) # process-name nil
04:19:08 tramp-get-connection-property (7) # chunksize 0
04:19:08 tramp-set-connection-property (7) # last-cmd-time (19095
48428 644650)
04:19:08 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
04:19:08 tramp-get-connection-property (7) # process-buffer nil
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-accept-process-output (10) # *tramp/ssh zcai@lenny* run
04:19:08 tramp-accept-process-output (10) #
tramp_exit_status 0

///2619be965b1edc1845eb1f51f45ced3d
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///2619be965b1edc1845eb1f51f45ced3d
04:19:08 tramp-get-connection-property (7) # process-buffer nil
04:19:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
04:19:08 tramp-get-connection-property (7) # stat \stat
04:19:08 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
04:19:08 tramp-get-connection-property (7) # stat \stat
04:19:08 tramp-get-connection-property (7) # process-name nil
04:19:08 tramp-get-connection-property (7) # last-cmd-time (19095
48428 644650)
04:19:08 tramp-get-connection-property (7) # process-name nil
04:19:08 tramp-get-connection-property (7) # remote-echo nil
04:19:08 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
04:19:08 tramp-get-connection-property (7) # process-name nil
04:19:08 tramp-get-connection-property (7) # chunksize 0
04:19:08 tramp-set-connection-property (7) # last-cmd-time (19095
48428 751679)
04:19:08 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
04:19:08 tramp-get-connection-property (7) # process-buffer nil
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-accept-process-output (10) # *tramp/ssh zcai@lenny* run
04:19:08 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251458333.0 1251458332.0 1251458332.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///2619be965b1edc1845eb1f51f45ced3d
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-get-connection-property (7) # check-remote-echo nil
04:19:08 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251458333.0 1251458332.0 1251458332.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///2619be965b1edc1845eb1f51f45ced3d
04:19:08 tramp-get-connection-property (7) # process-buffer nil
04:19:08 tramp-get-connection-property (7) # process-buffer nil
04:19:08 tramp-get-connection-property (7) # gid-integer 1000
04:19:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19095 48413) (19095 48412) (19095 48412) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))

======================================================================================

It seems like it has something to do with the pabbrev-mode (2.0) i'm
using. The error happens when the pabbrev-mode tries to scavenge words
in the file. Sometimes the error keeps coming, but in sometimes it
fixes itself. If you look at the *Messages* buffer, it fails at first
few tries, then everything was OK.
It could also go the other way around, Ok at first, then error.

What cause the error? I have no clue yet.

regards

Ritchie


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

* Re: Tramp error in emacs 23
       [not found] ` <mailman.5553.1251431981.2239.help-gnu-emacs@gnu.org>
  2009-08-28 12:11   ` Ritchie
@ 2009-08-28 14:01   ` Ritchie
  1 sibling, 0 replies; 18+ messages in thread
From: Ritchie @ 2009-08-28 14:01 UTC (permalink / raw
  To: help-gnu-emacs

On Aug 27, 8:59 pm, Michael Albinus <michael.albi...@gmx.de> wrote:
> Ritchie <ritchie...@gmail.com> writes:
> > I got this error while using tramp in emacs 23 (Mac version) editing a
> > python in file :
>
> > File error: `\stat -c '(("%N") %h %u %g %X.0 %Y.0 %Z.0 %s.0 "%A" t %i.
> > 0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py' does not
> > return a valid Lisp expression: `tramp_exit_status 0
>
> > ///38466bed731b8e9215f7535d4994bc50
> > (("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
> > 1000 1251419879.0 1251419877.0 1251419878.0 13223.0 "-rw-r--r--" t
> > 3646.0 -1)
> > '
>
> This looks like the wrong order of the stat information, and the shell
> prompt. Could you, please, set tramp-verbose to 10, and rerun your test
> (in a new session, preferred if you start "emacs -Q")? Then show the
> resulting *debug tramp/...* buffer.
>
> > Thank you
>
> > Ritchie
>
> Best regards, Michael.

Also, it seems that this problem only happens with emacs running in
gui. It never happened in the terminal mode.

regards

Ritchie


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

* Re: Tramp error in emacs 23
  2009-08-28 12:11   ` Ritchie
@ 2009-08-30  8:51     ` Michael Albinus
       [not found]     ` <mailman.5655.1251622290.2239.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 18+ messages in thread
From: Michael Albinus @ 2009-08-30  8:51 UTC (permalink / raw
  To: Ritchie; +Cc: help-gnu-emacs

Ritchie <ritchiecai@gmail.com> writes:

> here is the last part of *debug tramp/ssh ...* buffer :

Unfortunately, it is not the complete buffer. For analysis, I would need
all output of Tramp.

> It seems like it has something to do with the pabbrev-mode (2.0) i'm
> using. The error happens when the pabbrev-mode tries to scavenge words
> in the file. Sometimes the error keeps coming, but in sometimes it
> fixes itself. If you look at the *Messages* buffer, it fails at first
> few tries, then everything was OK.
> It could also go the other way around, Ok at first, then error.
>
> What cause the error? I have no clue yet.

Do you use global-pabbrev-mode? I don't use pabbrev-mode by myself, but
maybe pabbrev gets confused by Tramp connection buffers?

> regards
>
> Ritchie

Best regards, Michael.




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

* Re: Tramp error in emacs 23
       [not found]     ` <mailman.5655.1251622290.2239.help-gnu-emacs@gnu.org>
@ 2009-08-30 13:16       ` Ritchie
  2009-08-30 13:54       ` Ritchie
  1 sibling, 0 replies; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:16 UTC (permalink / raw
  To: help-gnu-emacs

06:08:55 tramp-maybe-open-connection (3) # Opening connection for
zcai@172.16.200.128 using ssh...
06:08:55 tramp-get-connection-property (7) # process-name nil
06:08:55 tramp-get-connection-property (7) # process-buffer nil
06:08:55 tramp-maybe-open-connection (6) # /bin/sh
06:08:55 tramp-maybe-open-connection (3) # Waiting 60s for local shell
to come up...
06:08:55 tramp-get-connection-property (7) # check-remote-echo nil
06:08:55 tramp-get-connection-property (7) # check-remote-echo nil
06:08:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:55 tramp-accept-process-output (10) #
$
06:08:55 tramp-get-connection-property (7) # check-remote-echo nil
06:08:55 tramp-get-connection-property (7) # check-remote-echo nil
06:08:55 tramp-wait-for-regexp (6) #
$
06:08:55 tramp-get-file-property (8) #  gateway nil
06:08:55 tramp-set-connection-property (7) # temp-file /var/folders/WC/
WC6D0XcHGkGKQu4JkwOX-k+++TI/-Tmp-/tramp.6063nnn
06:08:55 tramp-maybe-open-connection (3) # Sending command `ssh
172.16.200.128 -l zcai  -q -e none && exit || exit'
06:08:55 tramp-get-connection-property (7) # process-name nil
06:08:55 tramp-get-connection-property (7) # remote-echo nil
06:08:55 tramp-send-command (6) # ssh 172.16.200.128 -l zcai  -q -e
none && exit || exit
06:08:55 tramp-get-connection-property (7) # process-name nil
06:08:55 tramp-get-connection-property (7) # chunksize nil
06:08:55 tramp-set-connection-property (7) # last-cmd-time (19098
31207 982305)
06:08:55 tramp-send-string (10) # ssh 172.16.200.128 -l zcai  -q -e
none && exit || exit
06:08:55 tramp-get-connection-property (7) # process-buffer nil
06:08:55 tramp-set-connection-property (7) # first-password-request t
06:08:55 tramp-process-actions (3) # Waiting for prompts from remote
shell
06:08:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:56 tramp-accept-process-output (10) #
Linux Iron 2.6.26-2-686 #1 SMP Fri Aug 14 01:27:18 UTC 2009 i686

The programs included with the Debian GNU/Linux system are free
software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
You have new mail.
Last login: Sun Aug 30 06:06:26 2009 from carrera.local
^[[01;32mzcai@Iron^[[01;34m ~ $^[[00m
06:08:56 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\
( .*\)?: *\)\'" from remote shell
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]
assword\|[pP]assphrase\).*:

06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-process-one-action (5) # Looking for regexp "\(^.*\
(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|
Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported
authentication methods left to try!\)\|Permission denied\|Sorry, try
again\.\|Tramp connection closed\).*\|^.*\(Received signal [0-9]+\).*\)
\'" from remote shell
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-process-one-action (5) # Call `tramp-action-succeed'
06:08:56 tramp-get-connection-property (7) # process-buffer nil
06:08:56 tramp-process-actions (6) #
Linux Iron 2.6.26-2-686 #1 SMP Fri Aug 14 01:27:18 UTC 2009 i686

The programs included with the Debian GNU/Linux system are free
software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
You have new mail.
Last login: Sun Aug 30 06:06:26 2009 from carrera.local
^[[01;32mzcai@Iron^[[01;34m ~ $^[[00m
06:08:56 tramp-maybe-open-connection (3) # Found remote shell prompt
on `172.16.200.128'
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # remote-echo nil
06:08:56 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND=''
PS1='$ ' PS2='' PS3='' /bin/sh
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # chunksize nil
06:08:56 tramp-set-connection-property (7) # last-cmd-time (19098
31208 404893)
06:08:56 tramp-send-string (10) # exec env ENV='' PROMPT_COMMAND=''
PS1='$ ' PS2='' PS3='' /bin/sh
06:08:56 tramp-get-connection-property (7) # process-buffer nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:56 tramp-accept-process-output (10) #
$
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-wait-for-regexp (6) #
$
06:08:56 tramp-open-connection-setup-interactive-shell (5) # Setting
up remote shell environment
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # remote-echo nil
06:08:56 tramp-send-command (6) # stty -inlcr -echo kill '^U' erase
'^H'
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # chunksize nil
06:08:56 tramp-set-connection-property (7) # last-cmd-time (19098
31208 508862)
06:08:56 tramp-send-string (10) # stty -inlcr -echo kill '^U' erase
'^H'
06:08:56 tramp-get-connection-property (7) # process-buffer nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:56 tramp-accept-process-output (10) #
$
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-wait-for-regexp (6) #
$
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # remote-echo nil
06:08:56 tramp-send-command (6) # echo foo
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # chunksize nil
06:08:56 tramp-set-connection-property (7) # last-cmd-time (19098
31208 612192)
06:08:56 tramp-send-string (10) # echo foo
06:08:56 tramp-get-connection-property (7) # process-buffer nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:56 tramp-accept-process-output (10) #
foo
$
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-wait-for-regexp (6) #
foo
$
06:08:56 tramp-open-connection-setup-interactive-shell (5) # Setting
shell prompt
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # remote-echo nil
06:08:56 tramp-send-command (6) # PS1='
///686cb6601043fa43e93327c51bd69cd6
'
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # chunksize nil
06:08:56 tramp-set-connection-property (7) # last-cmd-time (19098
31208 715786)
06:08:56 tramp-send-string (10) # PS1='
///686cb6601043fa43e93327c51bd69cd6
'
06:08:56 tramp-get-connection-property (7) # process-buffer nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:56 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # remote-echo nil
06:08:56 tramp-send-command (6) # PS2=''
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # chunksize nil
06:08:56 tramp-set-connection-property (7) # last-cmd-time (19098
31208 819058)
06:08:56 tramp-send-string (10) # PS2=''
06:08:56 tramp-get-connection-property (7) # process-buffer nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:56 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # remote-echo nil
06:08:56 tramp-send-command (6) # PS3=''
06:08:56 tramp-get-connection-property (7) # process-name nil
06:08:56 tramp-get-connection-property (7) # chunksize nil
06:08:56 tramp-set-connection-property (7) # last-cmd-time (19098
31208 923194)
06:08:56 tramp-send-string (10) # PS3=''
06:08:56 tramp-get-connection-property (7) # process-buffer nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-get-connection-property (7) # check-remote-echo nil
06:08:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:57 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # remote-echo nil
06:08:57 tramp-send-command (6) # PROMPT_COMMAND=''
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # chunksize nil
06:08:57 tramp-set-connection-property (7) # last-cmd-time (19098
31209 28362)
06:08:57 tramp-send-string (10) # PROMPT_COMMAND=''
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:57 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-open-connection-setup-interactive-shell (5) #
Determining coding system
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # remote-echo nil
06:08:57 tramp-send-command (6) # echo foo ; echo bar
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # chunksize nil
06:08:57 tramp-set-connection-property (7) # last-cmd-time (19098
31209 133281)
06:08:57 tramp-send-string (10) # echo foo ; echo bar
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:57 tramp-accept-process-output (10) #
foo
bar

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-wait-for-regexp (6) #
foo
bar

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # remote-echo nil
06:08:57 tramp-send-command (6) # set +o vi +o emacs
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # chunksize nil
06:08:57 tramp-set-connection-property (7) # last-cmd-time (19098
31209 238217)
06:08:57 tramp-send-string (10) # set +o vi +o emacs
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:57 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-open-connection-setup-interactive-shell (5) # Checking
system information
06:08:57 tramp-get-connection-property (7) # uname Linux 2.6.26-2-686
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # last-cmd-time (19098
31209 238217)
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # remote-echo nil
06:08:57 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null;
echo tramp_exit_status $?
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # chunksize nil
06:08:57 tramp-set-connection-property (7) # last-cmd-time (19098
31209 385912)
06:08:57 tramp-send-string (10) # echo \"`uname -sr`\" 2>/dev/null;
echo tramp_exit_status $?
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:57 tramp-accept-process-output (10) #
"Linux 2.6.26-2-686"
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-wait-for-regexp (6) #
"Linux 2.6.26-2-686"
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-set-connection-property (7) # uname Linux 2.6.26-2-686
06:08:57 tramp-get-connection-property (7) # chunksize undef
06:08:57 tramp-open-connection-setup-interactive-shell (5) # Checking
remote host type for `send-process-string' bug
06:08:57 tramp-get-connection-property (7) # uname Linux 2.6.26-2-686
06:08:57 tramp-set-connection-property (7) # chunksize 0
06:08:57 tramp-set-remote-path (5) # Setting $PATH environment
variable
06:08:57 tramp-get-connection-property (7) # remote-path (/bin /usr/
bin /usr/sbin /usr/local/bin)
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # last-cmd-time (19098
31209 385912)
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # remote-echo nil
06:08:57 tramp-send-command (6) # PATH=/bin:/usr/bin:/usr/sbin:/usr/
local/bin; export PATH
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # chunksize 0
06:08:57 tramp-set-connection-property (7) # last-cmd-time (19098
31209 490516)
06:08:57 tramp-send-string (10) # PATH=/bin:/usr/bin:/usr/sbin:/usr/
local/bin; export PATH
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:57 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # remote-shell /bin/sh
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # remote-echo nil
06:08:57 tramp-send-command (6) # mesg n; biff n
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # chunksize 0
06:08:57 tramp-set-connection-property (7) # last-cmd-time (19098
31209 593897)
06:08:57 tramp-send-string (10) # mesg n; biff n
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:57 tramp-accept-process-output (10) #
sh: biff: command not found

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-wait-for-regexp (6) #
sh: biff: command not found

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-open-connection-setup-interactive-shell (5) # Setting
default environment
06:08:57 tramp-get-connection-property (7) # uname Linux 2.6.26-2-686
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # remote-echo nil
06:08:57 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history;
export HISTFILE
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # chunksize 0
06:08:57 tramp-set-connection-property (7) # last-cmd-time (19098
31209 697729)
06:08:57 tramp-send-string (10) # HISTFILE=$HOME/.tramp_history;
export HISTFILE
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:57 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # remote-echo nil
06:08:57 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # chunksize 0
06:08:57 tramp-set-connection-property (7) # last-cmd-time (19098
31209 800986)
06:08:57 tramp-send-string (10) # HISTSIZE=1; export HISTSIZE
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:57 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # remote-echo nil
06:08:57 tramp-send-command (6) # LC_ALL=C; export LC_ALL
06:08:57 tramp-get-connection-property (7) # process-name nil
06:08:57 tramp-get-connection-property (7) # chunksize 0
06:08:57 tramp-set-connection-property (7) # last-cmd-time (19098
31209 904535)
06:08:57 tramp-send-string (10) # LC_ALL=C; export LC_ALL
06:08:57 tramp-get-connection-property (7) # process-buffer nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-get-connection-property (7) # check-remote-echo nil
06:08:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:58 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # remote-echo nil
06:08:58 tramp-send-command (6) # TERM=dumb; export TERM
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # chunksize 0
06:08:58 tramp-set-connection-property (7) # last-cmd-time (19098
31210 7903)
06:08:58 tramp-send-string (10) # TERM=dumb; export TERM
06:08:58 tramp-get-connection-property (7) # process-buffer nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:58 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # remote-echo nil
06:08:58 tramp-send-command (6) # EMACS=t; export EMACS
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # chunksize 0
06:08:58 tramp-set-connection-property (7) # last-cmd-time (19098
31210 111286)
06:08:58 tramp-send-string (10) # EMACS=t; export EMACS
06:08:58 tramp-get-connection-property (7) # process-buffer nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:58 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # remote-echo nil
06:08:58 tramp-send-command (6) # INSIDE_EMACS=23.1.1,tramp:2.1.15;
export INSIDE_EMACS
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # chunksize 0
06:08:58 tramp-set-connection-property (7) # last-cmd-time (19098
31210 214538)
06:08:58 tramp-send-string (10) # INSIDE_EMACS=23.1.1,tramp:2.1.15;
export INSIDE_EMACS
06:08:58 tramp-get-connection-property (7) # process-buffer nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:58 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # last-cmd-time (19098
31210 214538)
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # remote-echo nil
06:08:58 tramp-send-command (6) # unset correct autocorrect MAILPATH
MAILCHECK MAIL HISTORY CDPATH
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # chunksize 0
06:08:58 tramp-set-connection-property (7) # last-cmd-time (19098
31210 318014)
06:08:58 tramp-send-string (10) # unset correct autocorrect MAILPATH
MAILCHECK MAIL HISTORY CDPATH
06:08:58 tramp-get-connection-property (7) # process-buffer nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:58 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-wait-for-regexp (6) #

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # remote-echo nil
06:08:58 tramp-send-command (6) # cd /home/zcai/ 2>/dev/null; echo
tramp_exit_status $?
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # chunksize 0
06:08:58 tramp-set-connection-property (7) # last-cmd-time (19098
31210 421421)
06:08:58 tramp-send-string (10) # cd /home/zcai/ 2>/dev/null; echo
tramp_exit_status $?
06:08:58 tramp-get-connection-property (7) # process-buffer nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:58 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # process-buffer nil
06:08:58 tramp-get-connection-property (7) # ls /bin/ls
06:08:58 tramp-get-connection-property (7) # test test
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # last-cmd-time (19098
31210 421421)
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # remote-echo nil
06:08:58 tramp-send-command (6) # /bin/ls -a 2>/dev/null | while read
f; do if test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f";
fi; done
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # chunksize 0
06:08:58 tramp-set-connection-property (7) # last-cmd-time (19098
31210 525373)
06:08:58 tramp-send-string (10) # /bin/ls -a 2>/dev/null | while read
f; do if test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f";
fi; done
06:08:58 tramp-get-connection-property (7) # process-buffer nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:58 tramp-accept-process-output (10) #
./
../
.ICEauthority
.Xauthority
.adobe/
.aptitude/
.bash_history
.bash_logout
.bash_profile
.bashrc
.bashrc.bak
.bisque_vars
.config/
.dbus/
.debtags/
.dmrc
.emacs
.emacs.d/
.evolution/
.gconf/
.gconfd/
.gksu.lock
.gnome/
.gnome2/
.gnome2_private/
.gnupg/
.gstreamer-0.10/
.hgexternalcache/
.icons/
.inkscape/
.ipython/
.lesshst
.local/
.macromedia/
.metacity/
.mozilla/
.nautilus/
.profile
.pydistutils.cfg
.python-eggs/
.recently-used.xbel
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:58 tramp-accept-process-output (10) #
./
../
.ICEauthority
.Xauthority
.adobe/
.aptitude/
.bash_history
.bash_logout
.bash_profile
.bashrc
.bashrc.bak
.bisque_vars
.config/
.dbus/
.debtags/
.dmrc
.emacs
.emacs.d/
.evolution/
.gconf/
.gconfd/
.gksu.lock
.gnome/
.gnome2/
.gnome2_private/
.gnupg/
.gstreamer-0.10/
.hgexternalcache/
.icons/
.inkscape/
.ipython/
.lesshst
.local/
.macromedia/
.metacity/
.mozilla/
.nautilus/
.profile
.pydistutils.cfg
.python-eggs/
.recently-used.xbel
.rpdb2_settings/
.ssh/
.subversion/
.themes/
.thumbnails/
.tramp_history
.update-notifier/
.viminfo
.vimrc
.winpdb_settings.cfg
.xsession-errors
Build/
Desktop/
Development/
Downloads/
FS/
Mail/
News/
QS_bk/
bisquik-stable/
bqenv/
imgcnv/
local/
net
repos/
test/
vmware/

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-wait-for-regexp (6) #
./
../
.ICEauthority
.Xauthority
.adobe/
.aptitude/
.bash_history
.bash_logout
.bash_profile
.bashrc
.bashrc.bak
.bisque_vars
.config/
.dbus/
.debtags/
.dmrc
.emacs
.emacs.d/
.evolution/
.gconf/
.gconfd/
.gksu.lock
.gnome/
.gnome2/
.gnome2_private/
.gnupg/
.gstreamer-0.10/
.hgexternalcache/
.icons/
.inkscape/
.ipython/
.lesshst
.local/
.macromedia/
.metacity/
.mozilla/
.nautilus/
.profile
.pydistutils.cfg
.python-eggs/
.recently-used.xbel
.rpdb2_settings/
.ssh/
.subversion/
.themes/
.thumbnails/
.tramp_history
.update-notifier/
.viminfo
.vimrc
.winpdb_settings.cfg
.xsession-errors
Build/
Desktop/
Development/
Downloads/
FS/
Mail/
News/
QS_bk/
bisquik-stable/
bqenv/
imgcnv/
local/
net
repos/
test/
vmware/

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-set-file-property (8) # /home/zcai/ last-completion
(19098 31210 628932)
06:08:58 tramp-set-file-property (8) # /home/zcai/ file-name-all-
completions
(./ ../ .ICEauthority .Xauthority .adobe/ .aptitude/ .bash_history .bash_logout .bash_profile .bashrc .bashrc.bak .bisque_vars .config/ .dbus/ .debtags/ .dmrc .emacs .emacs.d/ .evolution/ .gconf/ .gconfd/ .gksu.lock .gnome/ .gnome2/ .gnome2_private/ .gnupg/ .gstreamer-0.10/ .hgexternalcache/ .icons/ .inkscape/ .ipython/ .lesshst .local/ .macromedia/ .metacity/ .mozilla/ .nautilus/ .profile .pydistutils.cfg .python-
eggs/ .recently-
used.xbel .rpdb2_settings/ .ssh/ .subversion/ .themes/ .thumbnails/ .tramp_history .update-
notifier/ .viminfo .vimrc .winpdb_settings.cfg .xsession-errors Build/
Desktop/ Development/ Downloads/ FS/ Mail/ News/ QS_bk/ bisquik-
stable/ bqenv/ imgcnv/ local/ net repos/ test/ vmware/)
06:08:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/ file-
exists-p undef
06:08:58 tramp-get-connection-property (7) # file-exists test -e
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # last-cmd-time (19098
31210 525373)
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # remote-echo nil
06:08:58 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/
2>/dev/null; echo tramp_exit_status $?
06:08:58 tramp-get-connection-property (7) # process-name nil
06:08:58 tramp-get-connection-property (7) # chunksize 0
06:08:58 tramp-set-connection-property (7) # last-cmd-time (19098
31210 631261)
06:08:58 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/
2>/dev/null; echo tramp_exit_status $?
06:08:58 tramp-get-connection-property (7) # process-buffer nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:08:58 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-get-connection-property (7) # check-remote-echo nil
06:08:58 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:08:58 tramp-get-connection-property (7) # process-buffer nil
06:08:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/ file-
exists-p t
06:08:58 tramp-get-connection-property (7) # ~ /home/zcai
06:08:58 tramp-get-connection-property (7) # ~ /home/zcai
06:08:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/ file-
exists-p t
06:09:05 tramp-get-connection-property (7) # ~ /home/zcai
06:09:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/ last-
completion (0 0 0)
06:09:05 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/
06:09:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/ file-
name-all-completions undef
06:09:05 tramp-get-connection-property (7) # process-name nil
06:09:05 tramp-get-connection-property (7) # last-cmd-time (19098
31210 631261)
06:09:05 tramp-get-connection-property (7) # process-name nil
06:09:05 tramp-get-connection-property (7) # remote-echo nil
06:09:05 tramp-send-command (6) # cd /home/zcai/bisquik-stable/ 2>/dev/
null; echo tramp_exit_status $?
06:09:05 tramp-get-connection-property (7) # process-name nil
06:09:05 tramp-get-connection-property (7) # chunksize 0
06:09:05 tramp-set-connection-property (7) # last-cmd-time (19098
31217 453928)
06:09:05 tramp-send-string (10) # cd /home/zcai/bisquik-stable/ 2>/dev/
null; echo tramp_exit_status $?
06:09:05 tramp-get-connection-property (7) # process-buffer nil
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:05 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:05 tramp-get-connection-property (7) # process-buffer nil
06:09:05 tramp-get-connection-property (7) # ls /bin/ls
06:09:05 tramp-get-connection-property (7) # test test
06:09:05 tramp-get-connection-property (7) # process-name nil
06:09:05 tramp-get-connection-property (7) # last-cmd-time (19098
31217 453928)
06:09:05 tramp-get-connection-property (7) # process-name nil
06:09:05 tramp-get-connection-property (7) # remote-echo nil
06:09:05 tramp-send-command (6) # /bin/ls -a 2>/dev/null | while read
f; do if test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f";
fi; done
06:09:05 tramp-get-connection-property (7) # process-name nil
06:09:05 tramp-get-connection-property (7) # chunksize 0
06:09:05 tramp-set-connection-property (7) # last-cmd-time (19098
31217 558160)
06:09:05 tramp-send-string (10) # /bin/ls -a 2>/dev/null | while read
f; do if test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f";
fi; done
06:09:05 tramp-get-connection-property (7) # process-buffer nil
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:05 tramp-accept-process-output (10) #
./
../
.hg/
.hgignore
.hgtags
TG/
build/
extensions/
external/
lib/
modules/
mybisquik/
schemas/
suggested/
tools/

///686cb6601043fa43e93327c51bd69cd6
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-wait-for-regexp (6) #
./
../
.hg/
.hgignore
.hgtags
TG/
build/
extensions/
external/
lib/
modules/
mybisquik/
schemas/
suggested/
tools/

///686cb6601043fa43e93327c51bd69cd6
06:09:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/ last-
completion (19098 31217 661004)
06:09:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/ file-
name-all-completions (./ ../ .hg/ .hgignore .hgtags TG/ build/
extensions/ external/ lib/ modules/ mybisquik/ schemas/ suggested/
tools/)
06:09:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
file-exists-p undef
06:09:05 tramp-get-connection-property (7) # file-exists test -e
06:09:05 tramp-get-connection-property (7) # process-name nil
06:09:05 tramp-get-connection-property (7) # last-cmd-time (19098
31217 558160)
06:09:05 tramp-get-connection-property (7) # process-name nil
06:09:05 tramp-get-connection-property (7) # remote-echo nil
06:09:05 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/
TG/ 2>/dev/null; echo tramp_exit_status $?
06:09:05 tramp-get-connection-property (7) # process-name nil
06:09:05 tramp-get-connection-property (7) # chunksize 0
06:09:05 tramp-set-connection-property (7) # last-cmd-time (19098
31217 663156)
06:09:05 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/
TG/ 2>/dev/null; echo tramp_exit_status $?
06:09:05 tramp-get-connection-property (7) # process-buffer nil
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:05 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-get-connection-property (7) # check-remote-echo nil
06:09:05 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:05 tramp-get-connection-property (7) # process-buffer nil
06:09:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
file-exists-p t
06:09:05 tramp-get-connection-property (7) # ~ /home/zcai
06:09:05 tramp-get-connection-property (7) # ~ /home/zcai
06:09:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
file-exists-p t
06:09:06 tramp-get-connection-property (7) # ~ /home/zcai
06:09:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
last-completion (0 0 0)
06:09:06 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
06:09:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
file-name-all-completions undef
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # last-cmd-time (19098
31217 663156)
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # remote-echo nil
06:09:06 tramp-send-command (6) # cd /home/zcai/bisquik-stable/TG/ 2>/
dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # chunksize 0
06:09:06 tramp-set-connection-property (7) # last-cmd-time (19098
31218 109544)
06:09:06 tramp-send-string (10) # cd /home/zcai/bisquik-stable/TG/ 2>/
dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # ls /bin/ls
06:09:06 tramp-get-connection-property (7) # test test
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # last-cmd-time (19098
31218 109544)
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # remote-echo nil
06:09:06 tramp-send-command (6) # /bin/ls -a 2>/dev/null | while read
f; do if test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f";
fi; done
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # chunksize 0
06:09:06 tramp-set-connection-property (7) # last-cmd-time (19098
31218 213183)
06:09:06 tramp-send-string (10) # /bin/ls -a 2>/dev/null | while read
f; do if test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f";
fi; done
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:06 tramp-accept-process-output (10) #
./
../
.cache/
Bisquik.egg-info/
IPython_crash_report.txt
README.txt
apache/
auto.cfg
auto.cfg.default
bisque-setup.py
bisque.db
bisquik/
bisquik_8080.log
bisquik_8081.log
bloblog.log
build/
dist/
doc/
generated/
hostfile
imagedir/
kill-servers.sh
migration/
sample-prod.cfg
scripts/
setup.py
shutdown-bisquik.py
site.cfg
site.cfg.default
start-bisquik-8081.py
start-bisquik-8082.py
start-bisquik.py
start-servers.sh
test.cfg
uploads/
wipeall.sh
workdir/
wsgi-bisquik.py

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-wait-for-regexp (6) #
./
../
.cache/
Bisquik.egg-info/
IPython_crash_report.txt
README.txt
apache/
auto.cfg
auto.cfg.default
bisque-setup.py
bisque.db
bisquik/
bisquik_8080.log
bisquik_8081.log
bloblog.log
build/
dist/
doc/
generated/
hostfile
imagedir/
kill-servers.sh
migration/
sample-prod.cfg
scripts/
setup.py
shutdown-bisquik.py
site.cfg
site.cfg.default
start-bisquik-8081.py
start-bisquik-8082.py
start-bisquik.py
start-servers.sh
test.cfg
uploads/
wipeall.sh
workdir/
wsgi-bisquik.py

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
last-completion (19098 31218 315983)
06:09:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
file-name-all-completions (./ ../ .cache/ Bisquik.egg-info/
IPython_crash_report.txt README.txt apache/ auto.cfg auto.cfg.default
bisque-setup.py bisque.db bisquik/ bisquik_8080.log bisquik_8081.log
bloblog.log build/ dist/ doc/ generated/ hostfile imagedir/ kill-
servers.sh migration/ sample-prod.cfg scripts/ setup.py shutdown-
bisquik.py site.cfg site.cfg.default start-bisquik-8081.py start-
bisquik-8082.py start-bisquik.py start-servers.sh test.cfg uploads/
wipeall.sh workdir/ wsgi-bisquik.py)
06:09:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
Bisquik.egg-info/ file-exists-p undef
06:09:06 tramp-get-connection-property (7) # file-exists test -e
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # last-cmd-time (19098
31218 213183)
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # remote-echo nil
06:09:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
Bisquik.egg-info/ 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # chunksize 0
06:09:06 tramp-set-connection-property (7) # last-cmd-time (19098
31218 318065)
06:09:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
Bisquik.egg-info/ 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
Bisquik.egg-info/ file-exists-p t
06:09:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisque-setup.py file-exists-p undef
06:09:06 tramp-get-connection-property (7) # file-exists test -e
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # last-cmd-time (19098
31218 318065)
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # remote-echo nil
06:09:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisque-setup.py 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # chunksize 0
06:09:06 tramp-set-connection-property (7) # last-cmd-time (19098
31218 422634)
06:09:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisque-setup.py 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisque-setup.py file-exists-p t
06:09:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisque.db file-exists-p undef
06:09:06 tramp-get-connection-property (7) # file-exists test -e
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # last-cmd-time (19098
31218 422634)
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # remote-echo nil
06:09:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisque.db 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # chunksize 0
06:09:06 tramp-set-connection-property (7) # last-cmd-time (19098
31218 527044)
06:09:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisque.db 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisque.db file-exists-p t
06:09:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/ file-exists-p undef
06:09:06 tramp-get-connection-property (7) # file-exists test -e
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # last-cmd-time (19098
31218 527044)
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # remote-echo nil
06:09:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/ 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # chunksize 0
06:09:06 tramp-set-connection-property (7) # last-cmd-time (19098
31218 631277)
06:09:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/ 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/ file-exists-p t
06:09:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik_8080.log file-exists-p undef
06:09:06 tramp-get-connection-property (7) # file-exists test -e
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # last-cmd-time (19098
31218 631277)
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # remote-echo nil
06:09:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik_8080.log 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # chunksize 0
06:09:06 tramp-set-connection-property (7) # last-cmd-time (19098
31218 735584)
06:09:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik_8080.log 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik_8080.log file-exists-p t
06:09:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik_8081.log file-exists-p undef
06:09:06 tramp-get-connection-property (7) # file-exists test -e
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # last-cmd-time (19098
31218 735584)
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # remote-echo nil
06:09:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik_8081.log 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # chunksize 0
06:09:06 tramp-set-connection-property (7) # last-cmd-time (19098
31218 840093)
06:09:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik_8081.log 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik_8081.log file-exists-p t
06:09:06 tramp-get-connection-property (7) # ~ /home/zcai
06:09:06 tramp-get-connection-property (7) # ~ /home/zcai
06:09:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisqu file-exists-p undef
06:09:06 tramp-get-connection-property (7) # file-exists test -e
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # last-cmd-time (19098
31218 840093)
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # remote-echo nil
06:09:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisqu 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-name nil
06:09:06 tramp-get-connection-property (7) # chunksize 0
06:09:06 tramp-set-connection-property (7) # last-cmd-time (19098
31218 945395)
06:09:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisqu 2>/dev/null; echo tramp_exit_status $?
06:09:06 tramp-get-connection-property (7) # process-buffer nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-get-connection-property (7) # check-remote-echo nil
06:09:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:07 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:07 tramp-get-connection-property (7) # check-remote-echo nil
06:09:07 tramp-get-connection-property (7) # check-remote-echo nil
06:09:07 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:07 tramp-get-connection-property (7) # process-buffer nil
06:09:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisqu file-exists-p nil
06:09:07 tramp-get-connection-property (7) # ~ /home/zcai
06:09:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
last-completion (19098 31218 315983)
06:09:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
file-name-all-completions (./ ../ .cache/ Bisquik.egg-info/
IPython_crash_report.txt README.txt apache/ auto.cfg auto.cfg.default
bisque-setup.py bisque.db bisquik/ bisquik_8080.log bisquik_8081.log
bloblog.log build/ dist/ doc/ generated/ hostfile imagedir/ kill-
servers.sh migration/ sample-prod.cfg scripts/ setup.py shutdown-
bisquik.py site.cfg site.cfg.default start-bisquik-8081.py start-
bisquik-8082.py start-bisquik.py start-servers.sh test.cfg uploads/
wipeall.sh workdir/ wsgi-bisquik.py)
06:09:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
Bisquik.egg-info/ file-exists-p t
06:09:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/ file-exists-p t
06:09:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik_8080.log file-exists-p t
06:09:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik_8081.log file-exists-p t
06:09:07 tramp-get-connection-property (7) # ~ /home/zcai
06:09:07 tramp-get-connection-property (7) # ~ /home/zcai
06:09:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik file-exists-p t
06:09:10 tramp-get-connection-property (7) # ~ /home/zcai
06:09:10 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/ last-completion (0 0 0)
06:09:10 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/
06:09:10 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/ file-name-all-completions undef
06:09:10 tramp-get-connection-property (7) # process-name nil
06:09:10 tramp-get-connection-property (7) # last-cmd-time (19098
31218 945395)
06:09:10 tramp-get-connection-property (7) # process-name nil
06:09:10 tramp-get-connection-property (7) # remote-echo nil
06:09:10 tramp-send-command (6) # cd /home/zcai/bisquik-stable/TG/
bisquik/QS/ 2>/dev/null; echo tramp_exit_status $?
06:09:10 tramp-get-connection-property (7) # process-name nil
06:09:10 tramp-get-connection-property (7) # chunksize 0
06:09:10 tramp-set-connection-property (7) # last-cmd-time (19098
31222 804610)
06:09:10 tramp-send-string (10) # cd /home/zcai/bisquik-stable/TG/
bisquik/QS/ 2>/dev/null; echo tramp_exit_status $?
06:09:10 tramp-get-connection-property (7) # process-buffer nil
06:09:10 tramp-get-connection-property (7) # check-remote-echo nil
06:09:10 tramp-get-connection-property (7) # check-remote-echo nil
06:09:10 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:10 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:10 tramp-get-connection-property (7) # check-remote-echo nil
06:09:10 tramp-get-connection-property (7) # check-remote-echo nil
06:09:10 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:10 tramp-get-connection-property (7) # process-buffer nil
06:09:10 tramp-get-connection-property (7) # ls /bin/ls
06:09:10 tramp-get-connection-property (7) # test test
06:09:10 tramp-get-connection-property (7) # process-name nil
06:09:10 tramp-get-connection-property (7) # last-cmd-time (19098
31222 804610)
06:09:10 tramp-get-connection-property (7) # process-name nil
06:09:10 tramp-get-connection-property (7) # remote-echo nil
06:09:10 tramp-send-command (6) # /bin/ls -a 2>/dev/null | while read
f; do if test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f";
fi; done
06:09:10 tramp-get-connection-property (7) # process-name nil
06:09:10 tramp-get-connection-property (7) # chunksize 0
06:09:10 tramp-set-connection-property (7) # last-cmd-time (19098
31222 909181)
06:09:10 tramp-send-string (10) # /bin/ls -a 2>/dev/null | while read
f; do if test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f";
fi; done
06:09:10 tramp-get-connection-property (7) # process-buffer nil
06:09:10 tramp-get-connection-property (7) # check-remote-echo nil
06:09:10 tramp-get-connection-property (7) # check-remote-echo nil
06:09:10 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:11 tramp-accept-process-output (10) #
./
../
.hg/
DB/
Database/
Index/
Makefile
Search/
Sys/
TODO.org
__init__.py
__init__.pyc
build/
data2xml.py
database.c
feature.c
fs_database.h
fs_image.h
fs_interface.h
fs_matrix.h
fs_score.h
fs_search.h
fs_std.h
fs_sys.h
fs_thread.h
index.c
index_interface.c
index_main.c
indexer/
init.c
main.c
matrix.c
name_queue.c
patch.txt
qs_service.py
qs_service.pyc
quip.i
quip.py
quip.pyc
quip_wrap.c
quip_wrap_new.c
region_queue.c
score.c
search.c
search_interface.c
search_main.c
search_single.c
search_thread.c
settings.cfg
setup.py
sort.c
system.c
templates/
test.py
thread.c
tile.c
wrap_patch.c
xml2data_ml.py
xml2data_sl.py

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-wait-for-regexp (6) #
./
../
.hg/
DB/
Database/
Index/
Makefile
Search/
Sys/
TODO.org
__init__.py
__init__.pyc
build/
data2xml.py
database.c
feature.c
fs_database.h
fs_image.h
fs_interface.h
fs_matrix.h
fs_score.h
fs_search.h
fs_std.h
fs_sys.h
fs_thread.h
index.c
index_interface.c
index_main.c
indexer/
init.c
main.c
matrix.c
name_queue.c
patch.txt
qs_service.py
qs_service.pyc
quip.i
quip.py
quip.pyc
quip_wrap.c
quip_wrap_new.c
region_queue.c
score.c
search.c
search_interface.c
search_main.c
search_single.c
search_thread.c
settings.cfg
setup.py
sort.c
system.c
templates/
test.py
thread.c
tile.c
wrap_patch.c
xml2data_ml.py
xml2data_sl.py

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/ last-completion (19098 31223 12363)
06:09:11 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/ file-name-all-completions (./ ../ .hg/ DB/ Database/
Index/ Makefile Search/ Sys/ TODO.org __init__.py __init__.pyc build/
data2xml.py database.c feature.c fs_database.h fs_image.h
fs_interface.h fs_matrix.h fs_score.h fs_search.h fs_std.h fs_sys.h
fs_thread.h index.c index_interface.c index_main.c indexer/ init.c
main.c matrix.c name_queue.c patch.txt qs_service.py qs_service.pyc
quip.i quip.py quip.pyc quip_wrap.c quip_wrap_new.c region_queue.c
score.c search.c search_interface.c search_main.c search_single.c
search_thread.c settings.cfg setup.py sort.c system.c templates/
test.py thread.c tile.c wrap_patch.c xml2data_ml.py xml2data_sl.py)
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:11 tramp-get-connection-property (7) # file-exists test -e
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # last-cmd-time (19098
31222 909181)
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # remote-echo nil
06:09:11 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # chunksize 0
06:09:11 tramp-set-connection-property (7) # last-cmd-time (19098
31223 14600)
06:09:11 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:11 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.pyc file-exists-p undef
06:09:11 tramp-get-connection-property (7) # file-exists test -e
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # last-cmd-time (19098
31223 14600)
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # remote-echo nil
06:09:11 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.pyc 2>/dev/null; echo tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # chunksize 0
06:09:11 tramp-set-connection-property (7) # last-cmd-time (19098
31223 119576)
06:09:11 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.pyc 2>/dev/null; echo tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:11 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.pyc file-exists-p t
06:09:11 tramp-get-connection-property (7) # ~ /home/zcai
06:09:11 tramp-get-connection-property (7) # ~ /home/zcai
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:11 tramp-get-connection-property (7) # ~ /home/zcai
06:09:11 tramp-get-connection-property (7) # ~ /home/zcai
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:11 tramp-get-connection-property (7) # ~ /home/zcai
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/ last-completion (19098 31223 12363)
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/ file-name-all-completions (./ ../ .hg/ DB/ Database/
Index/ Makefile Search/ Sys/ TODO.org __init__.py __init__.pyc build/
data2xml.py database.c feature.c fs_database.h fs_image.h
fs_interface.h fs_matrix.h fs_score.h fs_search.h fs_std.h fs_sys.h
fs_thread.h index.c index_interface.c index_main.c indexer/ init.c
main.c matrix.c name_queue.c patch.txt qs_service.py qs_service.pyc
quip.i quip.py quip.pyc quip_wrap.c quip_wrap_new.c region_queue.c
score.c search.c search_interface.c search_main.c search_single.c
search_thread.c settings.cfg setup.py sort.c system.c templates/
test.py thread.c tile.c wrap_patch.c xml2data_ml.py xml2data_sl.py)
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.pyc file-exists-p t
06:09:11 tramp-get-connection-property (7) # ~ /home/zcai
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-directory-p undef
06:09:11 tramp-get-connection-property (7) # test test
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # last-cmd-time (19098
31223 119576)
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # remote-echo nil
06:09:11 tramp-send-command (6) # test -d /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # chunksize 0
06:09:11 tramp-set-connection-property (7) # last-cmd-time (19098
31223 577920)
06:09:11 tramp-send-string (10) # test -d /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:11 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-directory-p nil
06:09:11 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-truename undef
06:09:11 tramp-handle-file-truename (4) # Finding true name for `/
ssh:zcai@172.16.200.128:/home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py'
06:09:11 tramp-handle-file-truename (5) # Check /home
06:09:11 tramp-get-file-property (8) # /home file-attributes-integer
undef
06:09:11 tramp-get-file-property (8) # /home file-exists-p undef
06:09:11 tramp-get-connection-property (7) # file-exists test -e
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # last-cmd-time (19098
31223 577920)
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # remote-echo nil
06:09:11 tramp-send-command (6) # test -e /home 2>/dev/null; echo
tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # chunksize 0
06:09:11 tramp-set-connection-property (7) # last-cmd-time (19098
31223 683705)
06:09:11 tramp-send-string (10) # test -e /home 2>/dev/null; echo
tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:11 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-set-file-property (8) # /home file-exists-p t
06:09:11 tramp-get-connection-property (7) # stat \stat
06:09:11 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home
06:09:11 tramp-get-connection-property (7) # stat \stat
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # last-cmd-time (19098
31223 683705)
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # remote-echo nil
06:09:11 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home 2>/dev/null; echo tramp_exit_status
$?
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # chunksize 0
06:09:11 tramp-set-connection-property (7) # last-cmd-time (19098
31223 788255)
06:09:11 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home 2>/dev/null; echo tramp_exit_status
$?
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:11 tramp-accept-process-output (10) #
(("`/home'") 4 0 0 1250401841.0 1241856340.0 1241856340.0 96.0 "drwxr-
xr-x" t 601.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-wait-for-regexp (6) #
(("`/home'") 4 0 0 1250401841.0 1241856340.0 1241856340.0 96.0 "drwxr-
xr-x" t 601.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-get-connection-property (7) # gid-integer 1000
06:09:11 tramp-set-file-property (8) # /home file-attributes-integer
(t 4 0 0 (19079 40497) (18949 14676) (18949 14676) 96 drwxr-xr-x t
(0 . 601) (-1 . 0))
06:09:11 tramp-handle-file-truename (5) # Check /home/zcai
06:09:11 tramp-get-file-property (8) # /home/zcai file-attributes-
integer undef
06:09:11 tramp-get-file-property (8) # /home/zcai file-exists-p undef
06:09:11 tramp-get-connection-property (7) # file-exists test -e
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # last-cmd-time (19098
31223 788255)
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # remote-echo nil
06:09:11 tramp-send-command (6) # test -e /home/zcai 2>/dev/null; echo
tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # chunksize 0
06:09:11 tramp-set-connection-property (7) # last-cmd-time (19098
31223 894876)
06:09:11 tramp-send-string (10) # test -e /home/zcai 2>/dev/null; echo
tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:11 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:11 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-set-file-property (8) # /home/zcai file-exists-p t
06:09:11 tramp-get-connection-property (7) # stat \stat
06:09:11 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai
06:09:11 tramp-get-connection-property (7) # stat \stat
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # last-cmd-time (19098
31223 894876)
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # remote-echo nil
06:09:11 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai 2>/dev/null; echo
tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-name nil
06:09:11 tramp-get-connection-property (7) # chunksize 0
06:09:11 tramp-set-connection-property (7) # last-cmd-time (19098
31223 999314)
06:09:11 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai 2>/dev/null; echo
tramp_exit_status $?
06:09:11 tramp-get-connection-property (7) # process-buffer nil
06:09:11 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:12 tramp-accept-process-output (10) #
(("`/home/zcai'") 46 501 1000 1251637747.0 1251534814.0 1251534814.0
1888.0 "drwxr-xr-x" t 3886.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-wait-for-regexp (6) #
(("`/home/zcai'") 46 501 1000 1251637747.0 1251534814.0 1251534814.0
1888.0 "drwxr-xr-x" t 3886.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # gid-integer 1000
06:09:12 tramp-set-file-property (8) # /home/zcai file-attributes-
integer (t 46 501 1000 (19098 31219) (19096 59358) (19096 59358) 1888
drwxr-xr-x nil (0 . 3886) (-1 . 0))
06:09:12 tramp-handle-file-truename (5) # Check /home/zcai/bisquik-
stable
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable file-
attributes-integer undef
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable file-
exists-p undef
06:09:12 tramp-get-connection-property (7) # file-exists test -e
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # last-cmd-time (19098
31223 999314)
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # remote-echo nil
06:09:12 tramp-send-command (6) # test -e /home/zcai/bisquik-stable 2>/
dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # chunksize 0
06:09:12 tramp-set-connection-property (7) # last-cmd-time (19098
31224 104767)
06:09:12 tramp-send-string (10) # test -e /home/zcai/bisquik-stable 2>/
dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:12 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-set-file-property (8) # /home/zcai/bisquik-stable file-
exists-p t
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # last-cmd-time (19098
31224 104767)
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # remote-echo nil
06:09:12 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable 2>/dev/null; echo
tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # chunksize 0
06:09:12 tramp-set-connection-property (7) # last-cmd-time (19098
31224 209269)
06:09:12 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable 2>/dev/null; echo
tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:12 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable'") 12 501 20 1251637754.0 1250416648.0
1250416648.0 392.0 "drwxr-xr-x" t 12299.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable'") 12 501 20 1251637754.0 1250416648.0
1250416648.0 392.0 "drwxr-xr-x" t 12299.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # gid-integer 1000
06:09:12 tramp-set-file-property (8) # /home/zcai/bisquik-stable file-
attributes-integer (t 12 501 20 (19098 31226) (19079 55304) (19079
55304) 392 drwxr-xr-x t (0 . 12299) (-1 . 0))
06:09:12 tramp-handle-file-truename (5) # Check /home/zcai/bisquik-
stable/TG
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG
file-attributes-integer undef
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG
file-exists-p undef
06:09:12 tramp-get-connection-property (7) # file-exists test -e
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # last-cmd-time (19098
31224 209269)
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # remote-echo nil
06:09:12 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG
2>/dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # chunksize 0
06:09:12 tramp-set-connection-property (7) # last-cmd-time (19098
31224 345818)
06:09:12 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG
2>/dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:12 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG
file-exists-p t
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # last-cmd-time (19098
31224 345818)
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # remote-echo nil
06:09:12 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG 2>/dev/null;
echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # chunksize 0
06:09:12 tramp-set-connection-property (7) # last-cmd-time (19098
31224 450490)
06:09:12 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG 2>/dev/null;
echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:12 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG'") 15 501 20 1251637754.0
1251633028.0 1251633028.0 1112.0 "drwxr-xr-x" t 214552.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG'") 15 501 20 1251637754.0
1251633028.0 1251633028.0 1112.0 "drwxr-xr-x" t 214552.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # gid-integer 1000
06:09:12 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG
file-attributes-integer (t 15 501 20 (19098 31226) (19098 26500)
(19098 26500) 1112 drwxr-xr-x t (3 . 17944) (-1 . 0))
06:09:12 tramp-handle-file-truename (5) # Check /home/zcai/bisquik-
stable/TG/bisquik
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik file-attributes-integer undef
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik file-exists-p t
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # last-cmd-time (19098
31224 450490)
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # remote-echo nil
06:09:12 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik 2>/dev/
null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # chunksize 0
06:09:12 tramp-set-connection-property (7) # last-cmd-time (19098
31224 555897)
06:09:12 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik 2>/dev/
null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:12 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik'") 24 501 20 1251637032.0
1249594612.0 1249594612.0 1144.0 "drwxr-xr-x" t 214564.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik'") 24 501 20 1251637032.0
1249594612.0 1249594612.0 1144.0 "drwxr-xr-x" t 214564.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # gid-integer 1000
06:09:12 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik file-attributes-integer (t 24 501 20 (19098 30504) (19067
19700) (19067 19700) 1144 drwxr-xr-x t (3 . 17956) (-1 . 0))
06:09:12 tramp-handle-file-truename (5) # Check /home/zcai/bisquik-
stable/TG/bisquik/QS
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS file-attributes-integer undef
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS file-exists-p undef
06:09:12 tramp-get-connection-property (7) # file-exists test -e
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # last-cmd-time (19098
31224 555897)
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # remote-echo nil
06:09:12 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS 2>/dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # chunksize 0
06:09:12 tramp-set-connection-property (7) # last-cmd-time (19098
31224 661158)
06:09:12 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS 2>/dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:12 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS file-exists-p t
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # last-cmd-time (19098
31224 661158)
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # remote-echo nil
06:09:12 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS 2>/
dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # chunksize 0
06:09:12 tramp-set-connection-property (7) # last-cmd-time (19098
31224 765671)
06:09:12 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS 2>/
dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:12 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS'") 11 501 1000
1251637759.0 1251536068.0 1251536068.0 1672.0 "drwxr-xr-x" t 129432.0
-1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS'") 11 501 1000
1251637759.0 1251536068.0 1251536068.0 1672.0 "drwxr-xr-x" t 129432.0
-1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # gid-integer 1000
06:09:12 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS file-attributes-integer (t 11 501 1000 (19098 31231) (19096
60612) (19096 60612) 1672 drwxr-xr-x nil (1 . 63896) (-1 . 0))
06:09:12 tramp-handle-file-truename (5) # Check /home/zcai/bisquik-
stable/TG/bisquik/QS/qs_service.py
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:12 tramp-get-connection-property (7) # stat \stat
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # last-cmd-time (19098
31224 765671)
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # remote-echo nil
06:09:12 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # chunksize 0
06:09:12 tramp-set-connection-property (7) # last-cmd-time (19098
31224 871473)
06:09:12 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:12 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637657.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637657.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # gid-integer 1000
06:09:12 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31129) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:12 tramp-handle-file-truename (4) # True name of `/
ssh:zcai@172.16.200.128:/home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py' is `/home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py'
06:09:12 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-truename /ssh:zcai@172.16.200.128:/home/
zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31129) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-truename /ssh:zcai@172.16.200.128:/home/
zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31129) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:12 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:12 tramp-get-connection-property (7) # remote-encoding base64
06:09:12 tramp-get-connection-property (7) # local-decoding base64-
decode-region
06:09:12 tramp-handle-file-local-copy (5) # Encoding remote file /
ssh:zcai@172.16.200.128:/home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py...
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # last-cmd-time (19098
31224 871473)
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # remote-echo nil
06:09:12 tramp-send-command (6) # base64 < /home/zcai/bisquik-stable/
TG/bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-name nil
06:09:12 tramp-get-connection-property (7) # chunksize 0
06:09:12 tramp-set-connection-property (7) # last-cmd-time (19098
31224 980876)
06:09:12 tramp-send-string (10) # base64 < /home/zcai/bisquik-stable/
TG/bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:12 tramp-get-connection-property (7) # process-buffer nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-get-connection-property (7) # check-remote-echo nil
06:09:12 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:13 tramp-accept-process-output (10) #

///686cb6601043fa43e93327c51bd69cd6
06:09:13 tramp-get-connection-property (7) # process-buffer nil
06:09:13 tramp-handle-file-local-copy (5) # Encoding remote file /
ssh:zcai@172.16.200.128:/home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py...done
06:09:13 tramp-handle-file-local-copy (5) # Decoding remote file /
ssh:zcai@172.16.200.128:/home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py with function base64-decode-region...
06:09:13 tramp-handle-file-local-copy (5) # Decoding remote file /
ssh:zcai@172.16.200.128:/home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py...done
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-truename /ssh:zcai@172.16.200.128:/home/
zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31129) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:13 tramp-handle-insert-file-contents (4) # Inserting local temp
file `/var/folders/WC/WC6D0XcHGkGKQu4JkwOX-k+++TI/-Tmp-/tramp.
6063TKU.py'...
06:09:13 tramp-handle-insert-file-contents (4) # Inserting local temp
file `/var/folders/WC/WC6D0XcHGkGKQu4JkwOX-k+++TI/-Tmp-/tramp.
6063TKU.py'...done
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-writable-p undef
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:13 tramp-get-connection-property (7) # test test
06:09:13 tramp-get-connection-property (7) # process-name nil
06:09:13 tramp-get-connection-property (7) # last-cmd-time (19098
31224 980876)
06:09:13 tramp-get-connection-property (7) # process-name nil
06:09:13 tramp-get-connection-property (7) # remote-echo nil
06:09:13 tramp-send-command (6) # test -w /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:13 tramp-get-connection-property (7) # process-name nil
06:09:13 tramp-get-connection-property (7) # chunksize 0
06:09:13 tramp-set-connection-property (7) # last-cmd-time (19098
31225 105398)
06:09:13 tramp-send-string (10) # test -w /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:13 tramp-get-connection-property (7) # process-buffer nil
06:09:13 tramp-get-connection-property (7) # check-remote-echo nil
06:09:13 tramp-get-connection-property (7) # check-remote-echo nil
06:09:13 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:13 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:13 tramp-get-connection-property (7) # check-remote-echo nil
06:09:13 tramp-get-connection-property (7) # check-remote-echo nil
06:09:13 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:13 tramp-get-connection-property (7) # process-buffer nil
06:09:13 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-writable-p t
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31129) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-writable-p t
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-truename /ssh:zcai@172.16.200.128:/home/
zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31129) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-truename /ssh:zcai@172.16.200.128:/home/
zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:13 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31129) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:13 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/
06:09:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:19 tramp-get-connection-property (7) # file-exists test -e
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # last-cmd-time (19098
31225 105398)
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # remote-echo nil
06:09:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # chunksize 0
06:09:19 tramp-set-connection-property (7) # last-cmd-time (19098
31231 46374)
06:09:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:19 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:19 tramp-get-connection-property (7) # stat \stat
06:09:19 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:19 tramp-get-connection-property (7) # stat \stat
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # last-cmd-time (19098
31231 46374)
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # remote-echo nil
06:09:19 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # chunksize 0
06:09:19 tramp-set-connection-property (7) # last-cmd-time (19098
31231 152530)
06:09:19 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # gid-integer 1000
06:09:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:19 tramp-get-connection-property (7) # file-exists test -e
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # last-cmd-time (19098
31231 152530)
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # remote-echo nil
06:09:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # chunksize 0
06:09:19 tramp-set-connection-property (7) # last-cmd-time (19098
31231 260489)
06:09:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:19 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:19 tramp-get-connection-property (7) # stat \stat
06:09:19 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:19 tramp-get-connection-property (7) # stat \stat
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # last-cmd-time (19098
31231 260489)
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # remote-echo nil
06:09:19 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # chunksize 0
06:09:19 tramp-set-connection-property (7) # last-cmd-time (19098
31231 364994)
06:09:19 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # gid-integer 1000
06:09:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:19 tramp-get-connection-property (7) # file-exists test -e
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # last-cmd-time (19098
31231 364994)
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # remote-echo nil
06:09:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # chunksize 0
06:09:19 tramp-set-connection-property (7) # last-cmd-time (19098
31231 471490)
06:09:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:19 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:19 tramp-get-connection-property (7) # stat \stat
06:09:19 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:19 tramp-get-connection-property (7) # stat \stat
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # last-cmd-time (19098
31231 471490)
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # remote-echo nil
06:09:19 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # chunksize 0
06:09:19 tramp-set-connection-property (7) # last-cmd-time (19098
31231 577657)
06:09:19 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # gid-integer 1000
06:09:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:19 tramp-get-connection-property (7) # file-exists test -e
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # last-cmd-time (19098
31231 577657)
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # remote-echo nil
06:09:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # chunksize 0
06:09:19 tramp-set-connection-property (7) # last-cmd-time (19098
31231 720016)
06:09:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:19 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:19 tramp-get-connection-property (7) # stat \stat
06:09:19 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:19 tramp-get-connection-property (7) # stat \stat
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # last-cmd-time (19098
31231 720016)
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # remote-echo nil
06:09:19 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # chunksize 0
06:09:19 tramp-set-connection-property (7) # last-cmd-time (19098
31231 824280)
06:09:19 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # gid-integer 1000
06:09:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:19 tramp-get-connection-property (7) # file-exists test -e
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # last-cmd-time (19098
31231 824280)
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # remote-echo nil
06:09:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-name nil
06:09:19 tramp-get-connection-property (7) # chunksize 0
06:09:19 tramp-set-connection-property (7) # last-cmd-time (19098
31231 930818)
06:09:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:19 tramp-get-connection-property (7) # process-buffer nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-get-connection-property (7) # check-remote-echo nil
06:09:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # last-cmd-time (19098
31231 930818)
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # remote-echo nil
06:09:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # chunksize 0
06:09:20 tramp-set-connection-property (7) # last-cmd-time (19098
31232 36153)
06:09:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:20 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # gid-integer 1000
06:09:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:20 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:20 tramp-get-connection-property (7) # file-exists test -e
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # last-cmd-time (19098
31232 36153)
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # remote-echo nil
06:09:20 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # chunksize 0
06:09:20 tramp-set-connection-property (7) # last-cmd-time (19098
31232 142591)
06:09:20 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # last-cmd-time (19098
31232 142591)
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # remote-echo nil
06:09:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # chunksize 0
06:09:20 tramp-set-connection-property (7) # last-cmd-time (19098
31232 249150)
06:09:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:20 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # gid-integer 1000
06:09:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:20 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:20 tramp-get-connection-property (7) # file-exists test -e
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # last-cmd-time (19098
31232 249150)
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # remote-echo nil
06:09:20 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # chunksize 0
06:09:20 tramp-set-connection-property (7) # last-cmd-time (19098
31232 359112)
06:09:20 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # last-cmd-time (19098
31232 359112)
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # remote-echo nil
06:09:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # chunksize 0
06:09:20 tramp-set-connection-property (7) # last-cmd-time (19098
31232 466172)
06:09:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:20 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # gid-integer 1000
06:09:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:20 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:20 tramp-get-connection-property (7) # file-exists test -e
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # last-cmd-time (19098
31232 466172)
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # remote-echo nil
06:09:20 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # chunksize 0
06:09:20 tramp-set-connection-property (7) # last-cmd-time (19098
31232 573128)
06:09:20 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # last-cmd-time (19098
31232 573128)
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # remote-echo nil
06:09:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # chunksize 0
06:09:20 tramp-set-connection-property (7) # last-cmd-time (19098
31232 677976)
06:09:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:20 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # gid-integer 1000
06:09:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:20 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:20 tramp-get-connection-property (7) # file-exists test -e
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # last-cmd-time (19098
31232 677976)
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # remote-echo nil
06:09:20 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # chunksize 0
06:09:20 tramp-set-connection-property (7) # last-cmd-time (19098
31232 784440)
06:09:20 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:20 tramp-get-connection-property (7) # stat \stat
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # last-cmd-time (19098
31232 784440)
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # remote-echo nil
06:09:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-name nil
06:09:20 tramp-get-connection-property (7) # chunksize 0
06:09:20 tramp-set-connection-property (7) # last-cmd-time (19098
31232 921013)
06:09:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:20 tramp-get-connection-property (7) # process-buffer nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-get-connection-property (7) # check-remote-echo nil
06:09:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # gid-integer 1000
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:21 tramp-get-connection-property (7) # file-exists test -e
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31232 921013)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 27246)
06:09:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31233 27246)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 131470)
06:09:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # gid-integer 1000
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:21 tramp-get-connection-property (7) # file-exists test -e
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31233 131470)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 237439)
06:09:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31233 237439)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 341658)
06:09:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # gid-integer 1000
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:21 tramp-get-connection-property (7) # file-exists test -e
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31233 341658)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 447904)
06:09:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31233 447904)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 552111)
06:09:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # gid-integer 1000
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:21 tramp-get-connection-property (7) # file-exists test -e
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31233 552111)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 658323)
06:09:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31233 658323)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 762728)
06:09:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # gid-integer 1000
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:21 tramp-get-connection-property (7) # file-exists test -e
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31233 762728)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 869035)
06:09:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:21 tramp-get-connection-property (7) # stat \stat
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # last-cmd-time (19098
31233 869035)
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # remote-echo nil
06:09:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-name nil
06:09:21 tramp-get-connection-property (7) # chunksize 0
06:09:21 tramp-set-connection-property (7) # last-cmd-time (19098
31233 973502)
06:09:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:21 tramp-get-connection-property (7) # process-buffer nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-get-connection-property (7) # check-remote-echo nil
06:09:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # gid-integer 1000
06:09:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:22 tramp-get-connection-property (7) # file-exists test -e
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # last-cmd-time (19098
31233 973502)
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # remote-echo nil
06:09:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # chunksize 0
06:09:22 tramp-set-connection-property (7) # last-cmd-time (19098
31234 115259)
06:09:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:22 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:22 tramp-get-connection-property (7) # stat \stat
06:09:22 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:22 tramp-get-connection-property (7) # stat \stat
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # last-cmd-time (19098
31234 115259)
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # remote-echo nil
06:09:22 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # chunksize 0
06:09:22 tramp-set-connection-property (7) # last-cmd-time (19098
31234 219737)
06:09:22 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # gid-integer 1000
06:09:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:22 tramp-get-connection-property (7) # file-exists test -e
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # last-cmd-time (19098
31234 219737)
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # remote-echo nil
06:09:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # chunksize 0
06:09:22 tramp-set-connection-property (7) # last-cmd-time (19098
31234 326275)
06:09:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:22 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:22 tramp-get-connection-property (7) # stat \stat
06:09:22 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:22 tramp-get-connection-property (7) # stat \stat
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # last-cmd-time (19098
31234 326275)
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # remote-echo nil
06:09:22 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # chunksize 0
06:09:22 tramp-set-connection-property (7) # last-cmd-time (19098
31234 432351)
06:09:22 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # gid-integer 1000
06:09:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:22 tramp-get-connection-property (7) # file-exists test -e
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # last-cmd-time (19098
31234 432351)
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # remote-echo nil
06:09:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # chunksize 0
06:09:22 tramp-set-connection-property (7) # last-cmd-time (19098
31234 539351)
06:09:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:22 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:22 tramp-get-connection-property (7) # stat \stat
06:09:22 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:22 tramp-get-connection-property (7) # stat \stat
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # last-cmd-time (19098
31234 539351)
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # remote-echo nil
06:09:22 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # chunksize 0
06:09:22 tramp-set-connection-property (7) # last-cmd-time (19098
31234 643706)
06:09:22 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # gid-integer 1000
06:09:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:22 tramp-get-connection-property (7) # file-exists test -e
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # last-cmd-time (19098
31234 643706)
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # remote-echo nil
06:09:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # chunksize 0
06:09:22 tramp-set-connection-property (7) # last-cmd-time (19098
31234 750094)
06:09:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:22 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:22 tramp-get-connection-property (7) # stat \stat
06:09:22 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:22 tramp-get-connection-property (7) # stat \stat
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # last-cmd-time (19098
31234 750094)
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # remote-echo nil
06:09:22 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # chunksize 0
06:09:22 tramp-set-connection-property (7) # last-cmd-time (19098
31234 854528)
06:09:22 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # gid-integer 1000
06:09:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:22 tramp-get-connection-property (7) # file-exists test -e
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # last-cmd-time (19098
31234 854528)
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # remote-echo nil
06:09:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-name nil
06:09:22 tramp-get-connection-property (7) # chunksize 0
06:09:22 tramp-set-connection-property (7) # last-cmd-time (19098
31234 961153)
06:09:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:22 tramp-get-connection-property (7) # process-buffer nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-get-connection-property (7) # check-remote-echo nil
06:09:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:23 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:23 tramp-get-connection-property (7) # check-remote-echo nil
06:09:23 tramp-get-connection-property (7) # check-remote-echo nil
06:09:23 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:23 tramp-get-connection-property (7) # process-buffer nil
06:09:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:23 tramp-get-connection-property (7) # stat \stat
06:09:23 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:23 tramp-get-connection-property (7) # stat \stat
06:09:23 tramp-get-connection-property (7) # process-name nil
06:09:23 tramp-get-connection-property (7) # last-cmd-time (19098
31234 961153)
06:09:23 tramp-get-connection-property (7) # process-name nil
06:09:23 tramp-get-connection-property (7) # remote-echo nil
06:09:23 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:23 tramp-get-connection-property (7) # process-name nil
06:09:23 tramp-get-connection-property (7) # chunksize 0
06:09:23 tramp-set-connection-property (7) # last-cmd-time (19098
31235 65607)
06:09:23 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:23 tramp-get-connection-property (7) # process-buffer nil
06:09:23 tramp-get-connection-property (7) # check-remote-echo nil
06:09:23 tramp-get-connection-property (7) # check-remote-echo nil
06:09:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:23 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0


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

* Re: Tramp error in emacs 23
@ 2009-08-30 13:23 Ritchie
       [not found] ` <8088ed8d-5c85-4dd5-a646-6304b4eda140@i4g2000prm.googlegroups.com>
  0 siblings, 1 reply; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:23 UTC (permalink / raw
  To: help-gnu-emacs


///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # gid-integer 1000
06:09:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:24 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:24 tramp-get-connection-property (7) # file-exists test -e
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # last-cmd-time (19098
31236 178916)
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # remote-echo nil
06:09:24 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # chunksize 0
06:09:24 tramp-set-connection-property (7) # last-cmd-time (19098
31236 290144)
06:09:24 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:24 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:24 tramp-get-connection-property (7) # stat \stat
06:09:24 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:24 tramp-get-connection-property (7) # stat \stat
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # last-cmd-time (19098
31236 290144)
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # remote-echo nil
06:09:24 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # chunksize 0
06:09:24 tramp-set-connection-property (7) # last-cmd-time (19098
31236 396848)
06:09:24 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:24 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # gid-integer 1000
06:09:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:24 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:24 tramp-get-connection-property (7) # file-exists test -e
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # last-cmd-time (19098
31236 396848)
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # remote-echo nil
06:09:24 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # chunksize 0
06:09:24 tramp-set-connection-property (7) # last-cmd-time (19098
31236 549039)
06:09:24 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:24 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:24 tramp-get-connection-property (7) # stat \stat
06:09:24 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:24 tramp-get-connection-property (7) # stat \stat
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # last-cmd-time (19098
31236 549039)
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # remote-echo nil
06:09:24 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # chunksize 0
06:09:24 tramp-set-connection-property (7) # last-cmd-time (19098
31236 653745)
06:09:24 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:24 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # gid-integer 1000
06:09:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:24 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:24 tramp-get-connection-property (7) # file-exists test -e
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # last-cmd-time (19098
31236 653745)
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # remote-echo nil
06:09:24 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # chunksize 0
06:09:24 tramp-set-connection-property (7) # last-cmd-time (19098
31236 760024)
06:09:24 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:24 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:24 tramp-get-connection-property (7) # stat \stat
06:09:24 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:24 tramp-get-connection-property (7) # stat \stat
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # last-cmd-time (19098
31236 760024)
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # remote-echo nil
06:09:24 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # chunksize 0
06:09:24 tramp-set-connection-property (7) # last-cmd-time (19098
31236 864367)
06:09:24 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:24 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # gid-integer 1000
06:09:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:24 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:24 tramp-get-connection-property (7) # file-exists test -e
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # last-cmd-time (19098
31236 864367)
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # remote-echo nil
06:09:24 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-name nil
06:09:24 tramp-get-connection-property (7) # chunksize 0
06:09:24 tramp-set-connection-property (7) # last-cmd-time (19098
31236 970933)
06:09:24 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:24 tramp-get-connection-property (7) # process-buffer nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-get-connection-property (7) # check-remote-echo nil
06:09:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:25 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # last-cmd-time (19098
31236 970933)
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # remote-echo nil
06:09:25 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # chunksize 0
06:09:25 tramp-set-connection-property (7) # last-cmd-time (19098
31237 75439)
06:09:25 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:25 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # gid-integer 1000
06:09:25 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:25 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:25 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:25 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:25 tramp-get-connection-property (7) # file-exists test -e
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # last-cmd-time (19098
31237 75439)
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # remote-echo nil
06:09:25 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # chunksize 0
06:09:25 tramp-set-connection-property (7) # last-cmd-time (19098
31237 181954)
06:09:25 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:25 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # last-cmd-time (19098
31237 181954)
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # remote-echo nil
06:09:25 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # chunksize 0
06:09:25 tramp-set-connection-property (7) # last-cmd-time (19098
31237 286270)
06:09:25 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:25 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # gid-integer 1000
06:09:25 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:25 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:25 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:25 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:25 tramp-get-connection-property (7) # file-exists test -e
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # last-cmd-time (19098
31237 286270)
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # remote-echo nil
06:09:25 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # chunksize 0
06:09:25 tramp-set-connection-property (7) # last-cmd-time (19098
31237 392922)
06:09:25 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:25 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # last-cmd-time (19098
31237 392922)
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # remote-echo nil
06:09:25 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # chunksize 0
06:09:25 tramp-set-connection-property (7) # last-cmd-time (19098
31237 496981)
06:09:25 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:25 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # gid-integer 1000
06:09:25 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:25 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:25 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:25 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:25 tramp-get-connection-property (7) # file-exists test -e
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # last-cmd-time (19098
31237 496981)
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # remote-echo nil
06:09:25 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # chunksize 0
06:09:25 tramp-set-connection-property (7) # last-cmd-time (19098
31237 603593)
06:09:25 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:25 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # last-cmd-time (19098
31237 603593)
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # remote-echo nil
06:09:25 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # chunksize 0
06:09:25 tramp-set-connection-property (7) # last-cmd-time (19098
31237 757124)
06:09:25 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:25 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # gid-integer 1000
06:09:25 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:25 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:25 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:25 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:25 tramp-get-connection-property (7) # file-exists test -e
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # last-cmd-time (19098
31237 757124)
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # remote-echo nil
06:09:25 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # chunksize 0
06:09:25 tramp-set-connection-property (7) # last-cmd-time (19098
31237 863687)
06:09:25 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:25 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:25 tramp-get-connection-property (7) # stat \stat
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # last-cmd-time (19098
31237 863687)
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # remote-echo nil
06:09:25 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-name nil
06:09:25 tramp-get-connection-property (7) # chunksize 0
06:09:25 tramp-set-connection-property (7) # last-cmd-time (19098
31237 970213)
06:09:25 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:25 tramp-get-connection-property (7) # process-buffer nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-get-connection-property (7) # check-remote-echo nil
06:09:25 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:26 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # gid-integer 1000
06:09:26 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:26 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:26 tramp-get-connection-property (7) # file-exists test -e
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # last-cmd-time (19098
31237 970213)
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # remote-echo nil
06:09:26 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # chunksize 0
06:09:26 tramp-set-connection-property (7) # last-cmd-time (19098
31238 80719)
06:09:26 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:26 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:26 tramp-get-connection-property (7) # stat \stat
06:09:26 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:26 tramp-get-connection-property (7) # stat \stat
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # last-cmd-time (19098
31238 80719)
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # remote-echo nil
06:09:26 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # chunksize 0
06:09:26 tramp-set-connection-property (7) # last-cmd-time (19098
31238 186331)
06:09:26 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:26 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # gid-integer 1000
06:09:26 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:26 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:26 tramp-get-connection-property (7) # file-exists test -e
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # last-cmd-time (19098
31238 186331)
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # remote-echo nil
06:09:26 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # chunksize 0
06:09:26 tramp-set-connection-property (7) # last-cmd-time (19098
31238 292681)
06:09:26 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:26 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:26 tramp-get-connection-property (7) # stat \stat
06:09:26 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:26 tramp-get-connection-property (7) # stat \stat
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # last-cmd-time (19098
31238 292681)
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # remote-echo nil
06:09:26 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # chunksize 0
06:09:26 tramp-set-connection-property (7) # last-cmd-time (19098
31238 399137)
06:09:26 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:26 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # gid-integer 1000
06:09:26 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:26 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:26 tramp-get-connection-property (7) # file-exists test -e
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # last-cmd-time (19098
31238 399137)
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # remote-echo nil
06:09:26 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # chunksize 0
06:09:26 tramp-set-connection-property (7) # last-cmd-time (19098
31238 509567)
06:09:26 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:26 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:26 tramp-get-connection-property (7) # stat \stat
06:09:26 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:26 tramp-get-connection-property (7) # stat \stat
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # last-cmd-time (19098
31238 509567)
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # remote-echo nil
06:09:26 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # chunksize 0
06:09:26 tramp-set-connection-property (7) # last-cmd-time (19098
31238 614186)
06:09:26 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:26 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # gid-integer 1000
06:09:26 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:26 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:26 tramp-get-connection-property (7) # file-exists test -e
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # last-cmd-time (19098
31238 614186)
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # remote-echo nil
06:09:26 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # chunksize 0
06:09:26 tramp-set-connection-property (7) # last-cmd-time (19098
31238 720763)
06:09:26 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:26 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:26 tramp-get-connection-property (7) # stat \stat
06:09:26 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:26 tramp-get-connection-property (7) # stat \stat
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # last-cmd-time (19098
31238 720763)
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # remote-echo nil
06:09:26 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # chunksize 0
06:09:26 tramp-set-connection-property (7) # last-cmd-time (19098
31238 825063)
06:09:26 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:26 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # gid-integer 1000
06:09:26 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:26 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:26 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:26 tramp-get-connection-property (7) # file-exists test -e
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # last-cmd-time (19098
31238 825063)
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # remote-echo nil
06:09:26 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-name nil
06:09:26 tramp-get-connection-property (7) # chunksize 0
06:09:26 tramp-set-connection-property (7) # last-cmd-time (19098
31238 963808)
06:09:26 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:26 tramp-get-connection-property (7) # process-buffer nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-get-connection-property (7) # check-remote-echo nil
06:09:26 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:27 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:27 tramp-get-connection-property (7) # stat \stat
06:09:27 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:27 tramp-get-connection-property (7) # stat \stat
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # last-cmd-time (19098
31238 963808)
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # remote-echo nil
06:09:27 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # chunksize 0
06:09:27 tramp-set-connection-property (7) # last-cmd-time (19098
31239 68118)
06:09:27 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:27 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # gid-integer 1000
06:09:27 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:27 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:27 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:27 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:27 tramp-get-connection-property (7) # file-exists test -e
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # last-cmd-time (19098
31239 68118)
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # remote-echo nil
06:09:27 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # chunksize 0
06:09:27 tramp-set-connection-property (7) # last-cmd-time (19098
31239 174216)
06:09:27 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:27 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:27 tramp-get-connection-property (7) # stat \stat
06:09:27 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:27 tramp-get-connection-property (7) # stat \stat
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # last-cmd-time (19098
31239 174216)
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # remote-echo nil
06:09:27 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # chunksize 0
06:09:27 tramp-set-connection-property (7) # last-cmd-time (19098
31239 278366)
06:09:27 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:27 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # gid-integer 1000
06:09:27 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:27 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:27 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:27 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:27 tramp-get-connection-property (7) # file-exists test -e
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # last-cmd-time (19098
31239 278366)
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # remote-echo nil
06:09:27 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # chunksize 0
06:09:27 tramp-set-connection-property (7) # last-cmd-time (19098
31239 385127)
06:09:27 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:27 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:27 tramp-get-connection-property (7) # stat \stat
06:09:27 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:27 tramp-get-connection-property (7) # stat \stat
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # last-cmd-time (19098
31239 385127)
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # remote-echo nil
06:09:27 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # chunksize 0
06:09:27 tramp-set-connection-property (7) # last-cmd-time (19098
31239 489777)
06:09:27 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:27 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # gid-integer 1000
06:09:27 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:27 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:27 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:27 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:27 tramp-get-connection-property (7) # file-exists test -e
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # last-cmd-time (19098
31239 489777)
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # remote-echo nil
06:09:27 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # chunksize 0
06:09:27 tramp-set-connection-property (7) # last-cmd-time (19098
31239 596349)
06:09:27 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:27 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:27 tramp-get-connection-property (7) # stat \stat
06:09:27 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:27 tramp-get-connection-property (7) # stat \stat
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # last-cmd-time (19098
31239 596349)
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # remote-echo nil
06:09:27 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-name nil
06:09:27 tramp-get-connection-property (7) # chunksize 0
06:09:27 tramp-set-connection-property (7) # last-cmd-time (19098
31239 701974)
06:09:27 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:27 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-get-connection-property (7) # check-remote-echo nil
06:09:27 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # process-buffer nil
06:09:27 tramp-get-connection-property (7) # gid-integer 1000
06:09:27 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:28 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/.hg file-directory-p undef
06:09:28 tramp-get-connection-property (7) # test test
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # last-cmd-time (19098
31239 701974)
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # test -d /home/zcai/bisquik-stable/TG/
bisquik/QS/.hg 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize 0
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 91722)
06:09:28 tramp-send-string (10) # test -d /home/zcai/bisquik-stable/TG/
bisquik/QS/.hg 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:28 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/.hg file-directory-p t
06:09:28 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/
06:09:28 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/
06:09:28 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/RCS/qs_service.py,v file-exists-p undef
06:09:28 tramp-get-connection-property (7) # file-exists undef
06:09:28 tramp-get-file-exists-command (5) # Finding command to check
if file exists
06:09:28 tramp-get-connection-property (7) # test undef
06:09:28 tramp-get-test-command (5) # Finding a suitable `test'
command
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # last-cmd-time (0 0 0)
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # echo are you awake
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize nil
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 354202)
06:09:28 tramp-send-string (10) # echo are you awake
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:28 tramp-accept-process-output (10) #
are you awake

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-wait-for-regexp (6) #
are you awake

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # test 0 2>/dev/null; echo
tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize nil
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 357678)
06:09:28 tramp-send-string (10) # test 0 2>/dev/null; echo
tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:28 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-set-connection-property (7) # test test
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # last-cmd-time (19098
31240 357678)
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # test -e / 2>/dev/null; echo
tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize nil
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 361107)
06:09:28 tramp-send-string (10) # test -e / 2>/dev/null; echo
tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:28 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # last-cmd-time (19098
31240 361107)
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # test -e /\ this\ file\ does\ not\
exist\  2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize nil
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 465021)
06:09:28 tramp-send-string (10) # test -e /\ this\ file\ does\ not\
exist\  2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:28 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-set-connection-property (7) # file-exists test -e
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # last-cmd-time (19098
31240 465021)
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/RCS/qs_service.py\,v 2>/dev/null; echo tramp_exit_status
$?
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize nil
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 569360)
06:09:28 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/RCS/qs_service.py\,v 2>/dev/null; echo tramp_exit_status
$?
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:28 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/RCS/qs_service.py,v file-exists-p nil
06:09:28 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py,v file-exists-p undef
06:09:28 tramp-get-connection-property (7) # file-exists test -e
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # last-cmd-time (19098
31240 569360)
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py\,v 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize nil
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 674556)
06:09:28 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py\,v 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:28 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py,v file-exists-p nil
06:09:28 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/RCS/qs_service.py file-exists-p undef
06:09:28 tramp-get-connection-property (7) # file-exists test -e
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # last-cmd-time (19098
31240 674556)
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/RCS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize nil
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 779866)
06:09:28 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/RCS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:28 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/RCS/qs_service.py file-exists-p nil
06:09:28 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/CVS/Entries file-readable-p undef
06:09:28 tramp-get-connection-property (7) # test test
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # last-cmd-time (19098
31240 779866)
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # test -r /home/zcai/bisquik-stable/TG/
bisquik/QS/CVS/Entries 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize nil
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 885663)
06:09:28 tramp-send-string (10) # test -r /home/zcai/bisquik-stable/TG/
bisquik/QS/CVS/Entries 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:28 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/CVS/Entries file-readable-p nil
06:09:28 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/.svn/entries file-readable-p undef
06:09:28 tramp-get-connection-property (7) # test test
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # last-cmd-time (19098
31240 885663)
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # remote-echo nil
06:09:28 tramp-send-command (6) # test -r /home/zcai/bisquik-stable/TG/
bisquik/QS/.svn/entries 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-name nil
06:09:28 tramp-get-connection-property (7) # chunksize nil
06:09:28 tramp-set-connection-property (7) # last-cmd-time (19098
31240 990987)
06:09:28 tramp-send-string (10) # test -r /home/zcai/bisquik-stable/TG/
bisquik/QS/.svn/entries 2>/dev/null; echo tramp_exit_status $?
06:09:28 tramp-get-connection-property (7) # process-buffer nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-get-connection-property (7) # check-remote-echo nil
06:09:28 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:29 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/.svn/entries file-readable-p nil
06:09:29 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/SCCS/s.qs_service.py file-exists-p undef
06:09:29 tramp-get-connection-property (7) # file-exists test -e
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # last-cmd-time (19098
31240 990987)
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # remote-echo nil
06:09:29 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/SCCS/s.qs_service.py 2>/dev/null; echo tramp_exit_status
$?
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # chunksize nil
06:09:29 tramp-set-connection-property (7) # last-cmd-time (19098
31241 95668)
06:09:29 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/SCCS/s.qs_service.py 2>/dev/null; echo tramp_exit_status
$?
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:29 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/SCCS/s.qs_service.py file-exists-p nil
06:09:29 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/s.qs_service.py file-exists-p undef
06:09:29 tramp-get-connection-property (7) # file-exists test -e
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # last-cmd-time (19098
31241 95668)
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # remote-echo nil
06:09:29 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/s.qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # chunksize nil
06:09:29 tramp-set-connection-property (7) # last-cmd-time (19098
31241 200193)
06:09:29 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/s.qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:29 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/s.qs_service.py file-exists-p nil
06:09:29 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py/.bzr/checkout/format file-exists-p undef
06:09:29 tramp-get-connection-property (7) # file-exists test -e
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # last-cmd-time (19098
31241 200193)
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # remote-echo nil
06:09:29 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py/.bzr/checkout/format 2>/dev/null; echo
tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # chunksize nil
06:09:29 tramp-set-connection-property (7) # last-cmd-time (19098
31241 304933)
06:09:29 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py/.bzr/checkout/format 2>/dev/null; echo
tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:29 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py/.bzr/checkout/format file-exists-p nil
06:09:29 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/.bzr/checkout/format file-exists-p undef
06:09:29 tramp-get-connection-property (7) # file-exists test -e
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # last-cmd-time (19098
31241 304933)
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # remote-echo nil
06:09:29 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/.bzr/checkout/format 2>/dev/null; echo tramp_exit_status
$?
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # chunksize nil
06:09:29 tramp-set-connection-property (7) # last-cmd-time (19098
31241 409962)
06:09:29 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/.bzr/checkout/format 2>/dev/null; echo tramp_exit_status
$?
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:29 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/.bzr/checkout/format file-exists-p nil
06:09:29 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/.bzr/checkout/format file-exists-p undef
06:09:29 tramp-get-connection-property (7) # file-exists test -e
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # last-cmd-time (19098
31241 409962)
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # remote-echo nil
06:09:29 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/.bzr/checkout/format 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # chunksize nil
06:09:29 tramp-set-connection-property (7) # last-cmd-time (19098
31241 515101)
06:09:29 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/.bzr/checkout/format 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:29 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/.bzr/checkout/format file-exists-p nil
06:09:29 tramp-get-file-property (8) # /home/zcai/bisquik-stable/
TG/.bzr/checkout/format file-exists-p undef
06:09:29 tramp-get-connection-property (7) # file-exists test -e
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # last-cmd-time (19098
31241 515101)
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # remote-echo nil
06:09:29 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/
TG/.bzr/checkout/format 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # chunksize nil
06:09:29 tramp-set-connection-property (7) # last-cmd-time (19098
31241 663278)
06:09:29 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/
TG/.bzr/checkout/format 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:29 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-set-file-property (8) # /home/zcai/bisquik-stable/
TG/.bzr/checkout/format file-exists-p nil
06:09:29 tramp-get-file-property (8) # /home/zcai/bisquik-stable/.bzr/
checkout/format file-exists-p undef
06:09:29 tramp-get-connection-property (7) # file-exists test -e
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # last-cmd-time (19098
31241 663278)
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # remote-echo nil
06:09:29 tramp-send-command (6) # test -e /home/zcai/bisquik-
stable/.bzr/checkout/format 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # chunksize nil
06:09:29 tramp-set-connection-property (7) # last-cmd-time (19098
31241 768246)
06:09:29 tramp-send-string (10) # test -e /home/zcai/bisquik-
stable/.bzr/checkout/format 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:29 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-set-file-property (8) # /home/zcai/bisquik-stable/.bzr/
checkout/format file-exists-p nil
06:09:29 tramp-get-file-property (8) # /home/zcai/.bzr/checkout/format
file-exists-p undef
06:09:29 tramp-get-connection-property (7) # file-exists test -e
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # last-cmd-time (19098
31241 768246)
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # remote-echo nil
06:09:29 tramp-send-command (6) # test -e /home/zcai/.bzr/checkout/
format 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # chunksize nil
06:09:29 tramp-set-connection-property (7) # last-cmd-time (19098
31241 873033)
06:09:29 tramp-send-string (10) # test -e /home/zcai/.bzr/checkout/
format 2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:29 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-set-file-property (8) # /home/zcai/.bzr/checkout/format
file-exists-p nil
06:09:29 tramp-get-file-property (8) # /home/.bzr/checkout/format file-
exists-p undef
06:09:29 tramp-get-connection-property (7) # file-exists test -e
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # last-cmd-time (19098
31241 873033)
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # remote-echo nil
06:09:29 tramp-send-command (6) # test -e /home/.bzr/checkout/format
2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-name nil
06:09:29 tramp-get-connection-property (7) # chunksize nil
06:09:29 tramp-set-connection-property (7) # last-cmd-time (19098
31241 977717)
06:09:29 tramp-send-string (10) # test -e /home/.bzr/checkout/format
2>/dev/null; echo tramp_exit_status $?
06:09:29 tramp-get-connection-property (7) # process-buffer nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-get-connection-property (7) # check-remote-echo nil
06:09:29 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:30 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-set-file-property (8) # /home/.bzr/checkout/format file-
exists-p nil
06:09:30 tramp-get-file-property (8) # /.bzr/checkout/format file-
exists-p undef
06:09:30 tramp-get-connection-property (7) # file-exists test -e
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # last-cmd-time (19098
31241 977717)
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # remote-echo nil
06:09:30 tramp-send-command (6) # test -e /.bzr/checkout/format 2>/dev/
null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # chunksize nil
06:09:30 tramp-set-connection-property (7) # last-cmd-time (19098
31242 82507)
06:09:30 tramp-send-string (10) # test -e /.bzr/checkout/format 2>/dev/
null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:30 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-set-file-property (8) # /.bzr/checkout/format file-
exists-p nil
06:09:30 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py/.git file-exists-p undef
06:09:30 tramp-get-connection-property (7) # file-exists test -e
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # last-cmd-time (19098
31242 82507)
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # remote-echo nil
06:09:30 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # chunksize nil
06:09:30 tramp-set-connection-property (7) # last-cmd-time (19098
31242 187380)
06:09:30 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:30 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py/.git file-exists-p nil
06:09:30 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/.git file-exists-p undef
06:09:30 tramp-get-connection-property (7) # file-exists test -e
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # last-cmd-time (19098
31242 187380)
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # remote-echo nil
06:09:30 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # chunksize nil
06:09:30 tramp-set-connection-property (7) # last-cmd-time (19098
31242 292086)
06:09:30 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:30 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/.git file-exists-p nil
06:09:30 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/.git file-exists-p undef
06:09:30 tramp-get-connection-property (7) # file-exists test -e
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # last-cmd-time (19098
31242 292086)
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # remote-echo nil
06:09:30 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # chunksize nil
06:09:30 tramp-set-connection-property (7) # last-cmd-time (19098
31242 396948)
06:09:30 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:30 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/.git file-exists-p nil
06:09:30 tramp-get-file-property (8) # /home/zcai/bisquik-stable/
TG/.git file-exists-p undef
06:09:30 tramp-get-connection-property (7) # file-exists test -e
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # last-cmd-time (19098
31242 396948)
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # remote-echo nil
06:09:30 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/
TG/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # chunksize nil
06:09:30 tramp-set-connection-property (7) # last-cmd-time (19098
31242 501815)
06:09:30 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/
TG/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:30 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-set-file-property (8) # /home/zcai/bisquik-stable/
TG/.git file-exists-p nil
06:09:30 tramp-get-file-property (8) # /home/zcai/bisquik-stable/.git
file-exists-p undef
06:09:30 tramp-get-connection-property (7) # file-exists test -e
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # last-cmd-time (19098
31242 501815)
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # remote-echo nil
06:09:30 tramp-send-command (6) # test -e /home/zcai/bisquik-
stable/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # chunksize nil
06:09:30 tramp-set-connection-property (7) # last-cmd-time (19098
31242 606641)
06:09:30 tramp-send-string (10) # test -e /home/zcai/bisquik-
stable/.git 2>/dev/null; echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:30 tramp-accept-process-output (10) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///686cb6601043fa43e93327c51bd69cd6
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-set-file-property (8) # /home/zcai/bisquik-stable/.git
file-exists-p nil
06:09:30 tramp-get-file-property (8) # /home/zcai/.git file-exists-p
undef
06:09:30 tramp-get-connection-property (7) # file-exists test -e
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # last-cmd-time (19098
31242 606641)
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # remote-echo nil
06:09:30 tramp-send-command (6) # test -e /home/zcai/.git 2>/dev/null;
echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-name nil
06:09:30 tramp-get-connection-property (7) # chunksize nil
06:09:30 tramp-set-connection-property (7) # last-cmd-time (19098
31242 711538)
06:09:30 tramp-send-string (10) # test -e /home/zcai/.git 2>/dev/null;
echo tramp_exit_status $?
06:09:30 tramp-get-connection-property (7) # process-buffer nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-get-connection-property (7) # check-remote-echo nil
06:09:30 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:30 tramp-accept-process-output (10) #
tramp_exit_status 1


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

* Re: Tramp error in emacs 23
       [not found] ` <8088ed8d-5c85-4dd5-a646-6304b4eda140@i4g2000prm.googlegroups.com>
@ 2009-08-30 13:37   ` Ritchie
  0 siblings, 0 replies; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:37 UTC (permalink / raw
  To: help-gnu-emacs


///686cb6601043fa43e93327c51bd69cd6
06:09:48 tramp-get-connection-property (7) # process-buffer nil
06:09:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:48 tramp-get-connection-property (7) # stat \stat
06:09:48 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:48 tramp-get-connection-property (7) # stat \stat
06:09:48 tramp-get-connection-property (7) # process-name nil
06:09:48 tramp-get-connection-property (7) # last-cmd-time (19098
31260 807822)
06:09:48 tramp-get-connection-property (7) # process-name nil
06:09:48 tramp-get-connection-property (7) # remote-echo nil
06:09:48 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:48 tramp-get-connection-property (7) # process-name nil
06:09:48 tramp-get-connection-property (7) # chunksize 0
06:09:48 tramp-set-connection-property (7) # last-cmd-time (19098
31260 914986)
06:09:48 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:48 tramp-get-connection-property (7) # process-buffer nil
06:09:48 tramp-get-connection-property (7) # check-remote-echo nil
06:09:48 tramp-get-connection-property (7) # check-remote-echo nil
06:09:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # gid-integer 1000
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:49 tramp-get-connection-property (7) # file-exists test -e
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31260 914986)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 25493)
06:09:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 25493)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 92477)
06:09:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # gid-integer 1000
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:49 tramp-get-connection-property (7) # file-exists test -e
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 92477)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 203109)
06:09:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 203109)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 310255)
06:09:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # gid-integer 1000
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:49 tramp-get-connection-property (7) # file-exists test -e
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 310255)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 421303)
06:09:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 421303)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 528602)
06:09:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:49 tramp-get-connection-property (7) # file-exists test -e
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 528602)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 592673)
06:09:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 592673)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 640500)
06:09:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # gid-integer 1000
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:49 tramp-get-connection-property (7) # file-exists test -e
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 640500)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 747758)
06:09:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 747758)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 751737)
06:09:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # gid-integer 1000
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:49 tramp-get-connection-property (7) # file-exists test -e
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 751737)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 858211)
06:09:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:49 tramp-get-connection-property (7) # stat \stat
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # last-cmd-time (19098
31261 858211)
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # remote-echo nil
06:09:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-name nil
06:09:49 tramp-get-connection-property (7) # chunksize 0
06:09:49 tramp-set-connection-property (7) # last-cmd-time (19098
31261 962649)
06:09:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:49 tramp-get-connection-property (7) # process-buffer nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-get-connection-property (7) # check-remote-echo nil
06:09:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # gid-integer 1000
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:50 tramp-get-connection-property (7) # file-exists test -e
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31261 962649)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 69166)
06:09:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 69166)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 90460)
06:09:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # gid-integer 1000
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:50 tramp-get-connection-property (7) # file-exists test -e
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 90460)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 196879)
06:09:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 196879)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 303370)
06:09:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # gid-integer 1000
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:50 tramp-get-connection-property (7) # file-exists test -e
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 303370)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 415106)
06:09:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 415106)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 520144)
06:09:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # gid-integer 1000
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:50 tramp-get-connection-property (7) # file-exists test -e
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 520144)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 574813)
06:09:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 574813)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 590475)
06:09:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # gid-integer 1000
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:50 tramp-get-connection-property (7) # file-exists test -e
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 590475)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 696723)
06:09:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:50 tramp-get-connection-property (7) # stat \stat
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 696723)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 801117)
06:09:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # gid-integer 1000
06:09:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:50 tramp-get-connection-property (7) # file-exists test -e
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # last-cmd-time (19098
31262 801117)
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # remote-echo nil
06:09:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-name nil
06:09:50 tramp-get-connection-property (7) # chunksize 0
06:09:50 tramp-set-connection-property (7) # last-cmd-time (19098
31262 907751)
06:09:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:50 tramp-get-connection-property (7) # process-buffer nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-get-connection-property (7) # check-remote-echo nil
06:09:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31262 907751)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 12404)
06:09:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # gid-integer 1000
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:51 tramp-get-connection-property (7) # file-exists test -e
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 12404)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 92437)
06:09:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 92437)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 197055)
06:09:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # gid-integer 1000
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:51 tramp-get-connection-property (7) # file-exists test -e
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 197055)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 303673)
06:09:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 303673)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 408450)
06:09:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # gid-integer 1000
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:51 tramp-get-connection-property (7) # file-exists test -e
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 408450)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 515099)
06:09:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 515099)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 525510)
06:09:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # gid-integer 1000
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:51 tramp-get-connection-property (7) # file-exists test -e
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 525510)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 626372)
06:09:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 626372)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 731474)
06:09:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # gid-integer 1000
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:51 tramp-get-connection-property (7) # file-exists test -e
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 731474)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 838114)
06:09:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:51 tramp-get-connection-property (7) # stat \stat
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # last-cmd-time (19098
31263 838114)
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # remote-echo nil
06:09:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-name nil
06:09:51 tramp-get-connection-property (7) # chunksize 0
06:09:51 tramp-set-connection-property (7) # last-cmd-time (19098
31263 944935)
06:09:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:51 tramp-get-connection-property (7) # process-buffer nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-get-connection-property (7) # check-remote-echo nil
06:09:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # gid-integer 1000
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:52 tramp-get-connection-property (7) # file-exists test -e
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31263 944935)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 53717)
06:09:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31264 53717)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 90854)
06:09:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # gid-integer 1000
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:52 tramp-get-connection-property (7) # file-exists test -e
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31264 90854)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 197511)
06:09:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31264 197511)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 302111)
06:09:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # gid-integer 1000
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:52 tramp-get-connection-property (7) # file-exists test -e
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31264 302111)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 408879)
06:09:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31264 408879)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 513006)
06:09:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # gid-integer 1000
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:52 tramp-get-connection-property (7) # file-exists test -e
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31264 513006)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 592621)
06:09:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31264 592621)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 697004)
06:09:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # gid-integer 1000
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:52 tramp-get-connection-property (7) # file-exists test -e
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31264 697004)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 846527)
06:09:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:52 tramp-get-connection-property (7) # stat \stat
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # last-cmd-time (19098
31264 846527)
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # remote-echo nil
06:09:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-name nil
06:09:52 tramp-get-connection-property (7) # chunksize 0
06:09:52 tramp-set-connection-property (7) # last-cmd-time (19098
31264 952809)
06:09:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:52 tramp-get-connection-property (7) # process-buffer nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-get-connection-property (7) # check-remote-echo nil
06:09:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # gid-integer 1000
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:53 tramp-get-connection-property (7) # file-exists test -e
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31264 952809)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 63790)
06:09:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31265 63790)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 92843)
06:09:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # gid-integer 1000
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:53 tramp-get-connection-property (7) # file-exists test -e
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31265 92843)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 201813)
06:09:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31265 201813)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 308245)
06:09:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # gid-integer 1000
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:53 tramp-get-connection-property (7) # file-exists test -e
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31265 308245)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 418939)
06:09:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31265 418939)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 525969)
06:09:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # gid-integer 1000
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:53 tramp-get-connection-property (7) # file-exists test -e
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31265 525969)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 593780)
06:09:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31265 593780)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 700057)
06:09:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # gid-integer 1000
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:53 tramp-get-connection-property (7) # file-exists test -e
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31265 700057)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 811517)
06:09:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:53 tramp-get-connection-property (7) # stat \stat
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # last-cmd-time (19098
31265 811517)
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # remote-echo nil
06:09:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-name nil
06:09:53 tramp-get-connection-property (7) # chunksize 0
06:09:53 tramp-set-connection-property (7) # last-cmd-time (19098
31265 918697)
06:09:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:53 tramp-get-connection-property (7) # process-buffer nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-get-connection-property (7) # check-remote-echo nil
06:09:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # gid-integer 1000
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:54 tramp-get-connection-property (7) # file-exists test -e
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31265 918697)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 62628)
06:09:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31266 62628)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 90801)
06:09:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # gid-integer 1000
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:54 tramp-get-connection-property (7) # file-exists test -e
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31266 90801)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 197748)
06:09:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31266 197748)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 305065)
06:09:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # gid-integer 1000
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:54 tramp-get-connection-property (7) # file-exists test -e
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31266 305065)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 415967)
06:09:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31266 415967)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 523631)
06:09:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # gid-integer 1000
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:54 tramp-get-connection-property (7) # file-exists test -e
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31266 523631)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 593000)
06:09:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31266 593000)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 697491)
06:09:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # gid-integer 1000
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:54 tramp-get-connection-property (7) # file-exists test -e
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31266 697491)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 803838)
06:09:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:54 tramp-get-connection-property (7) # stat \stat
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # last-cmd-time (19098
31266 803838)
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # remote-echo nil
06:09:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-name nil
06:09:54 tramp-get-connection-property (7) # chunksize 0
06:09:54 tramp-set-connection-property (7) # last-cmd-time (19098
31266 908403)
06:09:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:54 tramp-get-connection-property (7) # process-buffer nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-get-connection-property (7) # check-remote-echo nil
06:09:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # gid-integer 1000
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:55 tramp-get-connection-property (7) # file-exists test -e
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31266 908403)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 15010)
06:09:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 15010)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 90404)
06:09:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # gid-integer 1000
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:55 tramp-get-connection-property (7) # file-exists test -e
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 90404)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 200328)
06:09:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 200328)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 241640)
06:09:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # gid-integer 1000
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:55 tramp-get-connection-property (7) # file-exists test -e
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 241640)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 347984)
06:09:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 347984)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 454489)
06:09:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # gid-integer 1000
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:55 tramp-get-connection-property (7) # file-exists test -e
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 454489)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 565425)
06:09:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 565425)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 592534)
06:09:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # gid-integer 1000
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:55 tramp-get-connection-property (7) # file-exists test -e
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 592534)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 703818)
06:09:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 703818)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 811047)
06:09:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # gid-integer 1000
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:55 tramp-get-connection-property (7) # file-exists test -e
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # last-cmd-time (19098
31267 811047)
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # remote-echo nil
06:09:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-name nil
06:09:55 tramp-get-connection-property (7) # chunksize 0
06:09:55 tramp-set-connection-property (7) # last-cmd-time (19098
31267 919007)
06:09:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-get-connection-property (7) # check-remote-echo nil
06:09:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:55 tramp-get-connection-property (7) # process-buffer nil
06:09:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:55 tramp-get-connection-property (7) # stat \stat
06:09:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:56 tramp-get-connection-property (7) # stat \stat
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31267 919007)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 1370)
06:09:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # gid-integer 1000
06:09:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:56 tramp-get-connection-property (7) # file-exists test -e
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31268 1370)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 92669)
06:09:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:56 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:56 tramp-get-connection-property (7) # stat \stat
06:09:56 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:56 tramp-get-connection-property (7) # stat \stat
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31268 92669)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 196982)
06:09:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # gid-integer 1000
06:09:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:56 tramp-get-connection-property (7) # file-exists test -e
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31268 196982)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 303773)
06:09:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:56 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:56 tramp-get-connection-property (7) # stat \stat
06:09:56 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:56 tramp-get-connection-property (7) # stat \stat
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31268 303773)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 443374)
06:09:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # gid-integer 1000
06:09:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:56 tramp-get-connection-property (7) # file-exists test -e
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31268 443374)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 550095)
06:09:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:56 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:56 tramp-get-connection-property (7) # stat \stat
06:09:56 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:56 tramp-get-connection-property (7) # stat \stat
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31268 550095)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 590432)
06:09:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # gid-integer 1000
06:09:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:56 tramp-get-connection-property (7) # file-exists test -e
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31268 590432)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 696904)
06:09:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:56 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:56 tramp-get-connection-property (7) # stat \stat
06:09:56 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:56 tramp-get-connection-property (7) # stat \stat
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31268 696904)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 801544)
06:09:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # gid-integer 1000
06:09:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:56 tramp-get-connection-property (7) # file-exists test -e
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # last-cmd-time (19098
31268 801544)
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # remote-echo nil
06:09:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-name nil
06:09:56 tramp-get-connection-property (7) # chunksize 0
06:09:56 tramp-set-connection-property (7) # last-cmd-time (19098
31268 908375)
06:09:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:56 tramp-get-connection-property (7) # process-buffer nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-get-connection-property (7) # check-remote-echo nil
06:09:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
tramp_exit_status 0


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

* Re: Tramp error in emacs 23
@ 2009-08-30 13:38 Ritchie
  2009-08-30 13:39 ` Ritchie
  0 siblings, 1 reply; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:38 UTC (permalink / raw
  To: help-gnu-emacs


///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31268 908375)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 13763)
06:09:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # gid-integer 1000
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:57 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:57 tramp-get-connection-property (7) # file-exists test -e
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31269 13763)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 96757)
06:09:57 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31269 96757)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 201241)
06:09:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # gid-integer 1000
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:57 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:57 tramp-get-connection-property (7) # file-exists test -e
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31269 201241)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 308189)
06:09:57 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31269 308189)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 412505)
06:09:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # gid-integer 1000
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:57 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:57 tramp-get-connection-property (7) # file-exists test -e
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31269 412505)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 519344)
06:09:57 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31269 519344)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 628074)
06:09:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # gid-integer 1000
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:57 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:57 tramp-get-connection-property (7) # file-exists test -e
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31269 628074)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 738080)
06:09:57 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:57 tramp-get-connection-property (7) # stat \stat
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31269 738080)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 842745)
06:09:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # gid-integer 1000
06:09:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:57 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:57 tramp-get-connection-property (7) # file-exists test -e
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # last-cmd-time (19098
31269 842745)
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # remote-echo nil
06:09:57 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-name nil
06:09:57 tramp-get-connection-property (7) # chunksize 0
06:09:57 tramp-set-connection-property (7) # last-cmd-time (19098
31269 953222)
06:09:57 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:57 tramp-get-connection-property (7) # process-buffer nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-get-connection-property (7) # check-remote-echo nil
06:09:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31269 953222)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 57372)
06:09:58 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # gid-integer 1000
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:58 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:58 tramp-get-connection-property (7) # file-exists test -e
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 57372)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 92584)
06:09:58 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 92584)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 196767)
06:09:58 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # gid-integer 1000
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:58 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:58 tramp-get-connection-property (7) # file-exists test -e
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 196767)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 303666)
06:09:58 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 303666)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 408008)
06:09:58 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # gid-integer 1000
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:58 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:58 tramp-get-connection-property (7) # file-exists test -e
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 408008)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 514727)
06:09:58 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 514727)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 590397)
06:09:58 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # gid-integer 1000
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:58 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:58 tramp-get-connection-property (7) # file-exists test -e
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 590397)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 696994)
06:09:58 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 696994)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 801726)
06:09:58 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # gid-integer 1000
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:58 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:58 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:58 tramp-get-connection-property (7) # file-exists test -e
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 801726)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 842467)
06:09:58 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:58 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:58 tramp-get-connection-property (7) # stat \stat
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # last-cmd-time (19098
31270 842467)
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # remote-echo nil
06:09:58 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-name nil
06:09:58 tramp-get-connection-property (7) # chunksize 0
06:09:58 tramp-set-connection-property (7) # last-cmd-time (19098
31270 946618)
06:09:58 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:58 tramp-get-connection-property (7) # process-buffer nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-get-connection-property (7) # check-remote-echo nil
06:09:58 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # gid-integer 1000
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:59 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:59 tramp-get-connection-property (7) # file-exists test -e
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31270 946618)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 53119)
06:09:59 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31271 53119)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 90807)
06:09:59 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # gid-integer 1000
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:59 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:59 tramp-get-connection-property (7) # file-exists test -e
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31271 90807)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 197511)
06:09:59 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31271 197511)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 302221)
06:09:59 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # gid-integer 1000
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:59 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:59 tramp-get-connection-property (7) # file-exists test -e
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31271 302221)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 409087)
06:09:59 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31271 409087)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 513751)
06:09:59 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # gid-integer 1000
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:59 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:59 tramp-get-connection-property (7) # file-exists test -e
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31271 513751)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 592955)
06:09:59 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31271 592955)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 697639)
06:09:59 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # gid-integer 1000
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:09:59 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:09:59 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:09:59 tramp-get-connection-property (7) # file-exists test -e
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31271 697639)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 804385)
06:09:59 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:09:59 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:09:59 tramp-get-connection-property (7) # stat \stat
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # last-cmd-time (19098
31271 804385)
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # remote-echo nil
06:09:59 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-name nil
06:09:59 tramp-get-connection-property (7) # chunksize 0
06:09:59 tramp-set-connection-property (7) # last-cmd-time (19098
31271 908693)
06:09:59 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:09:59 tramp-get-connection-property (7) # process-buffer nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-get-connection-property (7) # check-remote-echo nil
06:09:59 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:00 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # gid-integer 1000
06:10:00 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:00 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:00 tramp-get-connection-property (7) # file-exists test -e
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # last-cmd-time (19098
31271 908693)
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # remote-echo nil
06:10:00 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # chunksize 0
06:10:00 tramp-set-connection-property (7) # last-cmd-time (19098
31272 87681)
06:10:00 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:00 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:00 tramp-get-connection-property (7) # stat \stat
06:10:00 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:00 tramp-get-connection-property (7) # stat \stat
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # last-cmd-time (19098
31272 87681)
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # remote-echo nil
06:10:00 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # chunksize 0
06:10:00 tramp-set-connection-property (7) # last-cmd-time (19098
31272 192738)
06:10:00 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:00 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # gid-integer 1000
06:10:00 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:00 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:00 tramp-get-connection-property (7) # file-exists test -e
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # last-cmd-time (19098
31272 192738)
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # remote-echo nil
06:10:00 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # chunksize 0
06:10:00 tramp-set-connection-property (7) # last-cmd-time (19098
31272 299100)
06:10:00 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:00 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:00 tramp-get-connection-property (7) # stat \stat
06:10:00 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:00 tramp-get-connection-property (7) # stat \stat
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # last-cmd-time (19098
31272 299100)
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # remote-echo nil
06:10:00 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # chunksize 0
06:10:00 tramp-set-connection-property (7) # last-cmd-time (19098
31272 404103)
06:10:00 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:00 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # gid-integer 1000
06:10:00 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:00 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:00 tramp-get-connection-property (7) # file-exists test -e
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # last-cmd-time (19098
31272 404103)
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # remote-echo nil
06:10:00 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # chunksize 0
06:10:00 tramp-set-connection-property (7) # last-cmd-time (19098
31272 511126)
06:10:00 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:00 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:00 tramp-get-connection-property (7) # stat \stat
06:10:00 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:00 tramp-get-connection-property (7) # stat \stat
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # last-cmd-time (19098
31272 511126)
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # remote-echo nil
06:10:00 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # chunksize 0
06:10:00 tramp-set-connection-property (7) # last-cmd-time (19098
31272 590999)
06:10:00 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:00 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # gid-integer 1000
06:10:00 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:00 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:00 tramp-get-connection-property (7) # file-exists test -e
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # last-cmd-time (19098
31272 590999)
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # remote-echo nil
06:10:00 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # chunksize 0
06:10:00 tramp-set-connection-property (7) # last-cmd-time (19098
31272 698072)
06:10:00 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:00 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:00 tramp-get-connection-property (7) # stat \stat
06:10:00 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:00 tramp-get-connection-property (7) # stat \stat
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # last-cmd-time (19098
31272 698072)
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # remote-echo nil
06:10:00 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # chunksize 0
06:10:00 tramp-set-connection-property (7) # last-cmd-time (19098
31272 802513)
06:10:00 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:00 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # gid-integer 1000
06:10:00 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:00 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:00 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:00 tramp-get-connection-property (7) # file-exists test -e
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # last-cmd-time (19098
31272 802513)
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # remote-echo nil
06:10:00 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-name nil
06:10:00 tramp-get-connection-property (7) # chunksize 0
06:10:00 tramp-set-connection-property (7) # last-cmd-time (19098
31272 908962)
06:10:00 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:00 tramp-get-connection-property (7) # process-buffer nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-get-connection-property (7) # check-remote-echo nil
06:10:00 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31272 908962)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 13319)
06:10:01 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # gid-integer 1000
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:01 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:01 tramp-get-connection-property (7) # file-exists test -e
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31273 13319)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 92999)
06:10:01 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31273 92999)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 197254)
06:10:01 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # gid-integer 1000
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:01 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:01 tramp-get-connection-property (7) # file-exists test -e
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31273 197254)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 340047)
06:10:01 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31273 340047)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 444617)
06:10:01 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # gid-integer 1000
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:01 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:01 tramp-get-connection-property (7) # file-exists test -e
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31273 444617)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 551318)
06:10:01 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31273 551318)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 590650)
06:10:01 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # gid-integer 1000
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:01 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:01 tramp-get-connection-property (7) # file-exists test -e
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31273 590650)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 697330)
06:10:01 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:01 tramp-get-connection-property (7) # stat \stat
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31273 697330)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 801664)
06:10:01 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:01 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # gid-integer 1000
06:10:01 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:01 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:01 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:01 tramp-get-connection-property (7) # file-exists test -e
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # last-cmd-time (19098
31273 801664)
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # remote-echo nil
06:10:01 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-name nil
06:10:01 tramp-get-connection-property (7) # chunksize 0
06:10:01 tramp-set-connection-property (7) # last-cmd-time (19098
31273 908008)
06:10:01 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:01 tramp-get-connection-property (7) # process-buffer nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-get-connection-property (7) # check-remote-echo nil
06:10:01 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31273 908008)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 12388)
06:10:02 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # gid-integer 1000
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:02 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:02 tramp-get-connection-property (7) # file-exists test -e
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31274 12388)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 92985)
06:10:02 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31274 92985)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 197246)
06:10:02 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # gid-integer 1000
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:02 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:02 tramp-get-connection-property (7) # file-exists test -e
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31274 197246)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 303843)
06:10:02 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31274 303843)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 408369)
06:10:02 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # gid-integer 1000
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:02 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:02 tramp-get-connection-property (7) # file-exists test -e
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31274 408369)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 515136)
06:10:02 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31274 515136)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 590484)
06:10:02 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # gid-integer 1000
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:02 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:02 tramp-get-connection-property (7) # file-exists test -e
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31274 590484)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 698215)
06:10:02 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:02 tramp-get-connection-property (7) # stat \stat
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31274 698215)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 807056)
06:10:02 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:02 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # gid-integer 1000
06:10:02 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:02 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:02 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:02 tramp-get-connection-property (7) # file-exists test -e
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # last-cmd-time (19098
31274 807056)
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # remote-echo nil
06:10:02 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-name nil
06:10:02 tramp-get-connection-property (7) # chunksize 0
06:10:02 tramp-set-connection-property (7) # last-cmd-time (19098
31274 914019)
06:10:02 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:02 tramp-get-connection-property (7) # process-buffer nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-get-connection-property (7) # check-remote-echo nil
06:10:02 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31274 914019)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 18478)
06:10:03 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # gid-integer 1000
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:03 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:03 tramp-get-connection-property (7) # file-exists test -e
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31275 18478)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 92538)
06:10:03 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31275 92538)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 196933)
06:10:03 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # gid-integer 1000
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:03 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:03 tramp-get-connection-property (7) # file-exists test -e
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31275 196933)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 303493)
06:10:03 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31275 303493)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 408215)
06:10:03 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # gid-integer 1000
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:03 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:03 tramp-get-connection-property (7) # file-exists test -e
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31275 408215)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 514893)
06:10:03 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31275 514893)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 590526)
06:10:03 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # gid-integer 1000
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:03 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:03 tramp-get-connection-property (7) # file-exists test -e
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31275 590526)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 697003)
06:10:03 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:03 tramp-get-connection-property (7) # stat \stat
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31275 697003)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 836974)
06:10:03 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:03 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # gid-integer 1000
06:10:03 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:03 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:03 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:03 tramp-get-connection-property (7) # file-exists test -e
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # last-cmd-time (19098
31275 836974)
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # remote-echo nil
06:10:03 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-name nil
06:10:03 tramp-get-connection-property (7) # chunksize 0
06:10:03 tramp-set-connection-property (7) # last-cmd-time (19098
31275 943566)
06:10:03 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:03 tramp-get-connection-property (7) # process-buffer nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-get-connection-property (7) # check-remote-echo nil
06:10:03 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31275 943566)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 48243)
06:10:04 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # gid-integer 1000
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:04 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:04 tramp-get-connection-property (7) # file-exists test -e
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31276 48243)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 93016)
06:10:04 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31276 93016)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 197513)
06:10:04 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # gid-integer 1000
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:04 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:04 tramp-get-connection-property (7) # file-exists test -e
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31276 197513)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 304307)
06:10:04 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31276 304307)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 408943)
06:10:04 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # gid-integer 1000
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:04 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:04 tramp-get-connection-property (7) # file-exists test -e
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31276 408943)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 516570)
06:10:04 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31276 516570)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 590350)
06:10:04 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # gid-integer 1000
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:04 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:04 tramp-get-connection-property (7) # file-exists test -e
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31276 590350)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 696901)
06:10:04 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:04 tramp-get-connection-property (7) # stat \stat
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31276 696901)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 801203)
06:10:04 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:04 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # gid-integer 1000
06:10:04 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:04 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:04 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:04 tramp-get-connection-property (7) # file-exists test -e
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # last-cmd-time (19098
31276 801203)
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # remote-echo nil
06:10:04 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-name nil
06:10:04 tramp-get-connection-property (7) # chunksize 0
06:10:04 tramp-set-connection-property (7) # last-cmd-time (19098
31276 907688)
06:10:04 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:04 tramp-get-connection-property (7) # process-buffer nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-get-connection-property (7) # check-remote-echo nil
06:10:04 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
tramp_exit_status 0


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

* Re: Tramp error in emacs 23
  2009-08-30 13:38 Tramp error in emacs 23 Ritchie
@ 2009-08-30 13:39 ` Ritchie
  2009-08-30 13:42   ` Ritchie
  0 siblings, 1 reply; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:39 UTC (permalink / raw
  To: help-gnu-emacs

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31276 907688)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 12359)
06:10:05 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # gid-integer 1000
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:05 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:05 tramp-get-connection-property (7) # file-exists test -e
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31277 12359)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 128031)
06:10:05 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31277 128031)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 232408)
06:10:05 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # gid-integer 1000
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:05 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:05 tramp-get-connection-property (7) # file-exists test -e
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31277 232408)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 338901)
06:10:05 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31277 338901)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 443313)
06:10:05 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # gid-integer 1000
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:05 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:05 tramp-get-connection-property (7) # file-exists test -e
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31277 443313)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 549829)
06:10:05 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31277 549829)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 590346)
06:10:05 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # gid-integer 1000
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:05 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:05 tramp-get-connection-property (7) # file-exists test -e
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31277 590346)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 696956)
06:10:05 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:05 tramp-get-connection-property (7) # stat \stat
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31277 696956)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 801557)
06:10:05 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:05 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # gid-integer 1000
06:10:05 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:05 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:05 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:05 tramp-get-connection-property (7) # file-exists test -e
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # last-cmd-time (19098
31277 801557)
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # remote-echo nil
06:10:05 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-name nil
06:10:05 tramp-get-connection-property (7) # chunksize 0
06:10:05 tramp-set-connection-property (7) # last-cmd-time (19098
31277 908405)
06:10:05 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:05 tramp-get-connection-property (7) # process-buffer nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-get-connection-property (7) # check-remote-echo nil
06:10:05 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31277 908405)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 13100)
06:10:06 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # gid-integer 1000
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:06 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:06 tramp-get-connection-property (7) # file-exists test -e
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31278 13100)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 92858)
06:10:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31278 92858)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 197650)
06:10:06 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # gid-integer 1000
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:06 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:06 tramp-get-connection-property (7) # file-exists test -e
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31278 197650)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 304869)
06:10:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31278 304869)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 446661)
06:10:06 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # gid-integer 1000
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:06 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:06 tramp-get-connection-property (7) # file-exists test -e
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31278 446661)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 553138)
06:10:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31278 553138)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 590457)
06:10:06 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # gid-integer 1000
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:06 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:06 tramp-get-connection-property (7) # file-exists test -e
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31278 590457)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 697261)
06:10:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:06 tramp-get-connection-property (7) # stat \stat
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31278 697261)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 801877)
06:10:06 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:06 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # gid-integer 1000
06:10:06 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:06 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:06 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:06 tramp-get-connection-property (7) # file-exists test -e
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # last-cmd-time (19098
31278 801877)
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # remote-echo nil
06:10:06 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-name nil
06:10:06 tramp-get-connection-property (7) # chunksize 0
06:10:06 tramp-set-connection-property (7) # last-cmd-time (19098
31278 908464)
06:10:06 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:06 tramp-get-connection-property (7) # process-buffer nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-get-connection-property (7) # check-remote-echo nil
06:10:06 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31278 908464)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 13108)
06:10:07 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # gid-integer 1000
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:07 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:07 tramp-get-connection-property (7) # file-exists test -e
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31279 13108)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 92926)
06:10:07 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31279 92926)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 197793)
06:10:07 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # gid-integer 1000
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:07 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:07 tramp-get-connection-property (7) # file-exists test -e
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31279 197793)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 305235)
06:10:07 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31279 305235)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 410714)
06:10:07 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # gid-integer 1000
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:07 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:07 tramp-get-connection-property (7) # file-exists test -e
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31279 410714)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 517527)
06:10:07 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31279 517527)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 590652)
06:10:07 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # gid-integer 1000
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:07 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:07 tramp-get-connection-property (7) # file-exists test -e
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31279 590652)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 735227)
06:10:07 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:07 tramp-get-connection-property (7) # stat \stat
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31279 735227)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 839611)
06:10:07 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:07 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # gid-integer 1000
06:10:07 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:07 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:07 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:07 tramp-get-connection-property (7) # file-exists test -e
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # last-cmd-time (19098
31279 839611)
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # remote-echo nil
06:10:07 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-name nil
06:10:07 tramp-get-connection-property (7) # chunksize 0
06:10:07 tramp-set-connection-property (7) # last-cmd-time (19098
31279 946031)
06:10:07 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:07 tramp-get-connection-property (7) # process-buffer nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-get-connection-property (7) # check-remote-echo nil
06:10:07 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31279 946031)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 50487)
06:10:08 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # gid-integer 1000
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:08 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:08 tramp-get-connection-property (7) # file-exists test -e
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31280 50487)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 92763)
06:10:08 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31280 92763)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 197226)
06:10:08 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # gid-integer 1000
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:08 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:08 tramp-get-connection-property (7) # file-exists test -e
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31280 197226)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 303975)
06:10:08 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31280 303975)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 408352)
06:10:08 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # gid-integer 1000
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:08 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:08 tramp-get-connection-property (7) # file-exists test -e
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31280 408352)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 514663)
06:10:08 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31280 514663)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 590899)
06:10:08 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # gid-integer 1000
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:08 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:08 tramp-get-connection-property (7) # file-exists test -e
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31280 590899)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 697705)
06:10:08 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:08 tramp-get-connection-property (7) # stat \stat
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31280 697705)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 802028)
06:10:08 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:08 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # gid-integer 1000
06:10:08 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:08 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:08 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:08 tramp-get-connection-property (7) # file-exists test -e
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # last-cmd-time (19098
31280 802028)
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # remote-echo nil
06:10:08 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-name nil
06:10:08 tramp-get-connection-property (7) # chunksize 0
06:10:08 tramp-set-connection-property (7) # last-cmd-time (19098
31280 908513)
06:10:08 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:08 tramp-get-connection-property (7) # process-buffer nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-get-connection-property (7) # check-remote-echo nil
06:10:08 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:09 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:09 tramp-get-connection-property (7) # process-buffer nil
06:10:09 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:09 tramp-get-connection-property (7) # stat \stat
06:10:09 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:09 tramp-get-connection-property (7) # stat \stat
06:10:09 tramp-get-connection-property (7) # process-name nil
06:10:09 tramp-get-connection-property (7) # last-cmd-time (19098
31280 908513)
06:10:09 tramp-get-connection-property (7) # process-name nil
06:10:09 tramp-get-connection-property (7) # remote-echo nil
06:10:09 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:09 tramp-get-connection-property (7) # process-name nil
06:10:09 tramp-get-connection-property (7) # chunksize 0
06:10:09 tramp-set-connection-property (7) # last-cmd-time (19098
31281 50826)
06:10:09 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:09 tramp-get-connection-property (7) # process-buffer nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:09 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:09 tramp-get-connection-property (7) # process-buffer nil
06:10:09 tramp-get-connection-property (7) # process-buffer nil
06:10:09 tramp-get-connection-property (7) # gid-integer 1000
06:10:09 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:09 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:09 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:09 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:09 tramp-get-connection-property (7) # file-exists test -e
06:10:09 tramp-get-connection-property (7) # process-name nil
06:10:09 tramp-get-connection-property (7) # last-cmd-time (19098
31281 50826)
06:10:09 tramp-get-connection-property (7) # process-name nil
06:10:09 tramp-get-connection-property (7) # remote-echo nil
06:10:09 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:09 tramp-get-connection-property (7) # process-name nil
06:10:09 tramp-get-connection-property (7) # chunksize 0
06:10:09 tramp-set-connection-property (7) # last-cmd-time (19098
31281 93205)
06:10:09 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:09 tramp-get-connection-property (7) # process-buffer nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:09 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:09 tramp-get-connection-property (7) # process-buffer nil
06:10:09 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:09 tramp-get-connection-property (7) # stat \stat
06:10:09 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:09 tramp-get-connection-property (7) # stat \stat
06:10:09 tramp-get-connection-property (7) # process-name nil
06:10:09 tramp-get-connection-property (7) # last-cmd-time (19098
31281 93205)
06:10:09 tramp-get-connection-property (7) # process-name nil
06:10:09 tramp-get-connection-property (7) # remote-echo nil
06:10:09 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:09 tramp-get-connection-property (7) # process-name nil
06:10:09 tramp-get-connection-property (7) # chunksize 0
06:10:09 tramp-set-connection-property (7) # last-cmd-time (19098
31281 197387)
06:10:09 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:09 tramp-get-connection-property (7) # process-buffer nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:09 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-get-connection-property (7) # check-remote-echo nil
06:10:09 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:09 tramp-get-connection-property (7) # process-buffer nil
06:10:09 tramp-get-connection-property (7) # process-buffer nil
06:10:09 tramp-get-connection-property (7) # gid-integer 1000
06:10:09 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:15 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:15 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:15 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:15 tramp-get-connection-property (7) # file-exists test -e
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # last-cmd-time (19098
31281 197387)
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # remote-echo nil
06:10:15 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # chunksize 0
06:10:15 tramp-set-connection-property (7) # last-cmd-time (19098
31287 242888)
06:10:15 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:15 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:15 tramp-get-connection-property (7) # stat \stat
06:10:15 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:15 tramp-get-connection-property (7) # stat \stat
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # last-cmd-time (19098
31287 242888)
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # remote-echo nil
06:10:15 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # chunksize 0
06:10:15 tramp-set-connection-property (7) # last-cmd-time (19098
31287 347717)
06:10:15 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:15 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # gid-integer 1000
06:10:15 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:15 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:15 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:15 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:15 tramp-get-connection-property (7) # file-exists test -e
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # last-cmd-time (19098
31287 347717)
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # remote-echo nil
06:10:15 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # chunksize 0
06:10:15 tramp-set-connection-property (7) # last-cmd-time (19098
31287 455905)
06:10:15 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:15 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:15 tramp-get-connection-property (7) # stat \stat
06:10:15 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:15 tramp-get-connection-property (7) # stat \stat
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # last-cmd-time (19098
31287 455905)
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # remote-echo nil
06:10:15 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # chunksize 0
06:10:15 tramp-set-connection-property (7) # last-cmd-time (19098
31287 560278)
06:10:15 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:15 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # gid-integer 1000
06:10:15 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:15 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:15 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:15 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:15 tramp-get-connection-property (7) # file-exists test -e
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # last-cmd-time (19098
31287 560278)
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # remote-echo nil
06:10:15 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # chunksize 0
06:10:15 tramp-set-connection-property (7) # last-cmd-time (19098
31287 666685)
06:10:15 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:15 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:15 tramp-get-connection-property (7) # stat \stat
06:10:15 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:15 tramp-get-connection-property (7) # stat \stat
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # last-cmd-time (19098
31287 666685)
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # remote-echo nil
06:10:15 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # chunksize 0
06:10:15 tramp-set-connection-property (7) # last-cmd-time (19098
31287 780705)
06:10:15 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:15 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # gid-integer 1000
06:10:15 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:15 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:15 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:15 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:15 tramp-get-connection-property (7) # file-exists test -e
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # last-cmd-time (19098
31287 780705)
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # remote-echo nil
06:10:15 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # chunksize 0
06:10:15 tramp-set-connection-property (7) # last-cmd-time (19098
31287 889146)
06:10:15 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:15 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:15 tramp-get-connection-property (7) # stat \stat
06:10:15 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:15 tramp-get-connection-property (7) # stat \stat
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # last-cmd-time (19098
31287 889146)
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # remote-echo nil
06:10:15 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-name nil
06:10:15 tramp-get-connection-property (7) # chunksize 0
06:10:15 tramp-set-connection-property (7) # last-cmd-time (19098
31287 993644)
06:10:15 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:15 tramp-get-connection-property (7) # process-buffer nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-get-connection-property (7) # check-remote-echo nil
06:10:15 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # gid-integer 1000
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:16 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:16 tramp-get-connection-property (7) # file-exists test -e
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31287 993644)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 100439)
06:10:16 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31288 100439)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 204951)
06:10:16 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # gid-integer 1000
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:16 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:16 tramp-get-connection-property (7) # file-exists test -e
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31288 204951)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 245440)
06:10:16 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31288 245440)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 349720)
06:10:16 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # gid-integer 1000
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:16 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:16 tramp-get-connection-property (7) # file-exists test -e
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31288 349720)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 456154)
06:10:16 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31288 456154)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 560273)
06:10:16 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # gid-integer 1000
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:16 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:16 tramp-get-connection-property (7) # file-exists test -e
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31288 560273)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 666665)
06:10:16 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31288 666665)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 743633)
06:10:16 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # gid-integer 1000
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:16 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:16 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:16 tramp-get-connection-property (7) # file-exists test -e
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31288 743633)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 849843)
06:10:16 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:16 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:16 tramp-get-connection-property (7) # stat \stat
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # last-cmd-time (19098
31288 849843)
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # remote-echo nil
06:10:16 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-name nil
06:10:16 tramp-get-connection-property (7) # chunksize 0
06:10:16 tramp-set-connection-property (7) # last-cmd-time (19098
31288 954379)
06:10:16 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:16 tramp-get-connection-property (7) # process-buffer nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-get-connection-property (7) # check-remote-echo nil
06:10:16 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # gid-integer 1000
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:17 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:17 tramp-get-connection-property (7) # file-exists test -e
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31288 954379)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 96829)
06:10:17 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31289 96829)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 201276)
06:10:17 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # gid-integer 1000
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:17 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:17 tramp-get-connection-property (7) # file-exists test -e
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31289 201276)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 245326)
06:10:17 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31289 245326)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 349699)
06:10:17 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # gid-integer 1000
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:17 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:17 tramp-get-connection-property (7) # file-exists test -e
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31289 349699)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 456092)
06:10:17 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31289 456092)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 560371)
06:10:17 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # gid-integer 1000
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:17 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:17 tramp-get-connection-property (7) # file-exists test -e
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31289 560371)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 666962)
06:10:17 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31289 666962)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 743380)
06:10:17 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # gid-integer 1000
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:17 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:17 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:17 tramp-get-connection-property (7) # file-exists test -e
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31289 743380)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 850369)
06:10:17 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:17 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:17 tramp-get-connection-property (7) # stat \stat
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # last-cmd-time (19098
31289 850369)
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # remote-echo nil
06:10:17 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-name nil
06:10:17 tramp-get-connection-property (7) # chunksize 0
06:10:17 tramp-set-connection-property (7) # last-cmd-time (19098
31289 955077)
06:10:17 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:17 tramp-get-connection-property (7) # process-buffer nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-get-connection-property (7) # check-remote-echo nil
06:10:17 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0


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

* Re: Tramp error in emacs 23
  2009-08-30 13:39 ` Ritchie
@ 2009-08-30 13:42   ` Ritchie
  2009-08-30 13:48     ` Ritchie
  0 siblings, 1 reply; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:42 UTC (permalink / raw
  To: help-gnu-emacs

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # gid-integer 1000
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:18 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:18 tramp-get-connection-property (7) # file-exists test -e
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31289 955077)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 61676)
06:10:18 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31290 61676)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 165873)
06:10:18 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # gid-integer 1000
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:18 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:18 tramp-get-connection-property (7) # file-exists test -e
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31290 165873)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 245585)
06:10:18 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31290 245585)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 386578)
06:10:18 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # gid-integer 1000
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:18 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:18 tramp-get-connection-property (7) # file-exists test -e
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31290 386578)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 493612)
06:10:18 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31290 493612)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 598289)
06:10:18 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # gid-integer 1000
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:18 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:18 tramp-get-connection-property (7) # file-exists test -e
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31290 598289)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 705226)
06:10:18 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31290 705226)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 743538)
06:10:18 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # gid-integer 1000
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:18 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:18 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:18 tramp-get-connection-property (7) # file-exists test -e
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31290 743538)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 849975)
06:10:18 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:18 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:18 tramp-get-connection-property (7) # stat \stat
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # last-cmd-time (19098
31290 849975)
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # remote-echo nil
06:10:18 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-name nil
06:10:18 tramp-get-connection-property (7) # chunksize 0
06:10:18 tramp-set-connection-property (7) # last-cmd-time (19098
31290 954464)
06:10:18 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:18 tramp-get-connection-property (7) # process-buffer nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-get-connection-property (7) # check-remote-echo nil
06:10:18 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # gid-integer 1000
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:19 tramp-get-connection-property (7) # file-exists test -e
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31290 954464)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 64293)
06:10:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 64293)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 171062)
06:10:19 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:19 tramp-get-connection-property (7) # file-exists test -e
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 171062)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 243730)
06:10:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 243730)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 248110)
06:10:19 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # gid-integer 1000
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:19 tramp-get-connection-property (7) # file-exists test -e
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 248110)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 355599)
06:10:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 355599)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 460198)
06:10:19 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # gid-integer 1000
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:19 tramp-get-connection-property (7) # file-exists test -e
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 460198)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 604096)
06:10:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 604096)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 708810)
06:10:19 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # gid-integer 1000
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:19 tramp-get-connection-property (7) # file-exists test -e
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 708810)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 748679)
06:10:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:19 tramp-get-connection-property (7) # stat \stat
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 748679)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 855422)
06:10:19 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:19 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # gid-integer 1000
06:10:19 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:19 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:19 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:19 tramp-get-connection-property (7) # file-exists test -e
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # last-cmd-time (19098
31291 855422)
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # remote-echo nil
06:10:19 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-name nil
06:10:19 tramp-get-connection-property (7) # chunksize 0
06:10:19 tramp-set-connection-property (7) # last-cmd-time (19098
31291 966868)
06:10:19 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:19 tramp-get-connection-property (7) # process-buffer nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-get-connection-property (7) # check-remote-echo nil
06:10:19 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31291 966868)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 73962)
06:10:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # gid-integer 1000
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:20 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:20 tramp-get-connection-property (7) # file-exists test -e
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31292 73962)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 183402)
06:10:20 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31292 183402)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 245584)
06:10:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # gid-integer 1000
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:20 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:20 tramp-get-connection-property (7) # file-exists test -e
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31292 245584)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 356506)
06:10:20 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31292 356506)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 463649)
06:10:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # gid-integer 1000
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:20 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:20 tramp-get-connection-property (7) # file-exists test -e
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31292 463649)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 570540)
06:10:20 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31292 570540)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 675335)
06:10:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # gid-integer 1000
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:20 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:20 tramp-get-connection-property (7) # file-exists test -e
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31292 675335)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 745944)
06:10:20 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:20 tramp-get-connection-property (7) # stat \stat
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31292 745944)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 892255)
06:10:20 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:20 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # gid-integer 1000
06:10:20 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:20 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:20 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:20 tramp-get-connection-property (7) # file-exists test -e
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # last-cmd-time (19098
31292 892255)
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # remote-echo nil
06:10:20 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-name nil
06:10:20 tramp-get-connection-property (7) # chunksize 0
06:10:20 tramp-set-connection-property (7) # last-cmd-time (19098
31292 999048)
06:10:20 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:20 tramp-get-connection-property (7) # process-buffer nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-get-connection-property (7) # check-remote-echo nil
06:10:20 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31292 999048)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 79557)
06:10:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # gid-integer 1000
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:21 tramp-get-connection-property (7) # file-exists test -e
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31293 79557)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 188275)
06:10:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31293 188275)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 243159)
06:10:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # gid-integer 1000
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:21 tramp-get-connection-property (7) # file-exists test -e
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31293 243159)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 353183)
06:10:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31293 353183)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 460269)
06:10:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # gid-integer 1000
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:21 tramp-get-connection-property (7) # file-exists test -e
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31293 460269)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 570878)
06:10:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31293 570878)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 678264)
06:10:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # gid-integer 1000
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:21 tramp-get-connection-property (7) # file-exists test -e
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31293 678264)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 749161)
06:10:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:21 tramp-get-connection-property (7) # stat \stat
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31293 749161)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 856123)
06:10:21 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:21 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # gid-integer 1000
06:10:21 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:21 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:21 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:21 tramp-get-connection-property (7) # file-exists test -e
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # last-cmd-time (19098
31293 856123)
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # remote-echo nil
06:10:21 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-name nil
06:10:21 tramp-get-connection-property (7) # chunksize 0
06:10:21 tramp-set-connection-property (7) # last-cmd-time (19098
31293 967373)
06:10:21 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:21 tramp-get-connection-property (7) # process-buffer nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-get-connection-property (7) # check-remote-echo nil
06:10:21 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31293 967373)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 72120)
06:10:22 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # gid-integer 1000
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:22 tramp-get-connection-property (7) # file-exists test -e
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31294 72120)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 220602)
06:10:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31294 220602)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 243639)
06:10:22 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # gid-integer 1000
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:22 tramp-get-connection-property (7) # file-exists test -e
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31294 243639)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 350277)
06:10:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31294 350277)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 455150)
06:10:22 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # gid-integer 1000
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:22 tramp-get-connection-property (7) # file-exists test -e
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31294 455150)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 561637)
06:10:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31294 561637)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 666090)
06:10:22 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # gid-integer 1000
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:22 tramp-get-connection-property (7) # file-exists test -e
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31294 666090)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 746077)
06:10:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:22 tramp-get-connection-property (7) # stat \stat
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31294 746077)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 850418)
06:10:22 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:22 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # gid-integer 1000
06:10:22 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:22 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:22 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:22 tramp-get-connection-property (7) # file-exists test -e
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # last-cmd-time (19098
31294 850418)
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # remote-echo nil
06:10:22 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-name nil
06:10:22 tramp-get-connection-property (7) # chunksize 0
06:10:22 tramp-set-connection-property (7) # last-cmd-time (19098
31294 956988)
06:10:22 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:22 tramp-get-connection-property (7) # process-buffer nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-get-connection-property (7) # check-remote-echo nil
06:10:22 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31294 956988)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 61334)
06:10:23 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # gid-integer 1000
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:23 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:23 tramp-get-connection-property (7) # file-exists test -e
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 61334)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 170735)
06:10:23 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 170735)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 244661)
06:10:23 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # gid-integer 1000
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:23 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:23 tramp-get-connection-property (7) # file-exists test -e
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 244661)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 351747)
06:10:23 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 351747)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 456286)
06:10:23 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # gid-integer 1000
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:23 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:23 tramp-get-connection-property (7) # file-exists test -e
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 456286)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 500571)
06:10:23 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 500571)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 605308)
06:10:23 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # gid-integer 1000
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:23 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:23 tramp-get-connection-property (7) # file-exists test -e
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 605308)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 711588)
06:10:23 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 711588)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 743247)
06:10:23 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # gid-integer 1000
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:23 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:23 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:23 tramp-get-connection-property (7) # file-exists test -e
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 743247)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 849731)
06:10:23 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:23 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:23 tramp-get-connection-property (7) # stat \stat
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # last-cmd-time (19098
31295 849731)
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # remote-echo nil
06:10:23 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-name nil
06:10:23 tramp-get-connection-property (7) # chunksize 0
06:10:23 tramp-set-connection-property (7) # last-cmd-time (19098
31295 954003)
06:10:23 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:23 tramp-get-connection-property (7) # process-buffer nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-get-connection-property (7) # check-remote-echo nil
06:10:23 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:24 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # gid-integer 1000
06:10:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:24 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:24 tramp-get-connection-property (7) # file-exists test -e
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # last-cmd-time (19098
31295 954003)
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # remote-echo nil
06:10:24 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # chunksize 0
06:10:24 tramp-set-connection-property (7) # last-cmd-time (19098
31296 60206)
06:10:24 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:24 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:24 tramp-get-connection-property (7) # stat \stat
06:10:24 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:24 tramp-get-connection-property (7) # stat \stat
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # last-cmd-time (19098
31296 60206)
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # remote-echo nil
06:10:24 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # chunksize 0
06:10:24 tramp-set-connection-property (7) # last-cmd-time (19098
31296 166635)
06:10:24 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:24 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # gid-integer 1000
06:10:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:24 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:24 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:24 tramp-get-connection-property (7) # file-exists test -e
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # last-cmd-time (19098
31296 166635)
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # remote-echo nil
06:10:24 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # chunksize 0
06:10:24 tramp-set-connection-property (7) # last-cmd-time (19098
31296 245418)
06:10:24 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:24 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:24 tramp-get-connection-property (7) # stat \stat
06:10:24 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:24 tramp-get-connection-property (7) # stat \stat
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # last-cmd-time (19098
31296 245418)
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # remote-echo nil
06:10:24 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:24 tramp-get-connection-property (7) # process-name nil
06:10:24 tramp-get-connection-property (7) # chunksize 0
06:10:24 tramp-set-connection-property (7) # last-cmd-time (19098
31296 349704)
06:10:24 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:24 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-get-connection-property (7) # check-remote-echo nil
06:10:24 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # process-buffer nil
06:10:24 tramp-get-connection-property (7) # gid-integer 1000
06:10:24 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:35 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:35 tramp-get-connection-property (7) # file-exists test -e
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # last-cmd-time (19098
31296 349704)
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # remote-echo nil
06:10:35 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # chunksize 0
06:10:35 tramp-set-connection-property (7) # last-cmd-time (19098
31307 84408)
06:10:35 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:35 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:35 tramp-get-connection-property (7) # stat \stat
06:10:35 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:35 tramp-get-connection-property (7) # stat \stat
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # last-cmd-time (19098
31307 84408)
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # remote-echo nil
06:10:35 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # chunksize 0
06:10:35 tramp-set-connection-property (7) # last-cmd-time (19098
31307 189067)
06:10:35 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:35 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # gid-integer 1000
06:10:35 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:35 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:35 tramp-get-connection-property (7) # file-exists test -e
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # last-cmd-time (19098
31307 189067)
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # remote-echo nil
06:10:35 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # chunksize 0
06:10:35 tramp-set-connection-property (7) # last-cmd-time (19098
31307 295496)
06:10:35 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:35 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:35 tramp-get-connection-property (7) # stat \stat
06:10:35 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:35 tramp-get-connection-property (7) # stat \stat
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # last-cmd-time (19098
31307 295496)
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # remote-echo nil
06:10:35 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # chunksize 0
06:10:35 tramp-set-connection-property (7) # last-cmd-time (19098
31307 400262)
06:10:35 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:35 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # gid-integer 1000
06:10:35 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:35 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:35 tramp-get-connection-property (7) # file-exists test -e
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # last-cmd-time (19098
31307 400262)
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # remote-echo nil
06:10:35 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # chunksize 0
06:10:35 tramp-set-connection-property (7) # last-cmd-time (19098
31307 506949)
06:10:35 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:35 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:35 tramp-get-connection-property (7) # stat \stat
06:10:35 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:35 tramp-get-connection-property (7) # stat \stat
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # last-cmd-time (19098
31307 506949)
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # remote-echo nil
06:10:35 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # chunksize 0
06:10:35 tramp-set-connection-property (7) # last-cmd-time (19098
31307 584916)
06:10:35 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:35 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # gid-integer 1000
06:10:35 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:35 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:35 tramp-get-connection-property (7) # file-exists test -e
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # last-cmd-time (19098
31307 584916)
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # remote-echo nil
06:10:35 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # chunksize 0
06:10:35 tramp-set-connection-property (7) # last-cmd-time (19098
31307 691886)
06:10:35 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:35 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:35 tramp-get-connection-property (7) # stat \stat
06:10:35 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:35 tramp-get-connection-property (7) # stat \stat
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # last-cmd-time (19098
31307 691886)
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # remote-echo nil
06:10:35 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # chunksize 0
06:10:35 tramp-set-connection-property (7) # last-cmd-time (19098
31307 796067)
06:10:35 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:35 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # gid-integer 1000
06:10:35 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:35 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:35 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:35 tramp-get-connection-property (7) # file-exists test -e
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # last-cmd-time (19098
31307 796067)
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # remote-echo nil
06:10:35 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-name nil
06:10:35 tramp-get-connection-property (7) # chunksize 0
06:10:35 tramp-set-connection-property (7) # last-cmd-time (19098
31307 942099)
06:10:35 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:35 tramp-get-connection-property (7) # process-buffer nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-get-connection-property (7) # check-remote-echo nil
06:10:35 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31307 942099)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 46478)
06:10:36 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # gid-integer 1000
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:36 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:36 tramp-get-connection-property (7) # file-exists test -e
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31308 46478)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 87033)
06:10:36 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31308 87033)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 191236)
06:10:36 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # gid-integer 1000
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:36 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:36 tramp-get-connection-property (7) # file-exists test -e
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31308 191236)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 297600)
06:10:36 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31308 297600)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 402171)
06:10:36 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # gid-integer 1000
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:36 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:36 tramp-get-connection-property (7) # file-exists test -e
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31308 402171)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 508868)
06:10:36 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31308 508868)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 584855)
06:10:36 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # gid-integer 1000
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:36 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:36 tramp-get-connection-property (7) # file-exists test -e
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31308 584855)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 691455)
06:10:36 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:36 tramp-get-connection-property (7) # stat \stat
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31308 691455)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 795812)
06:10:36 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:36 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # gid-integer 1000
06:10:36 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:36 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:36 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:36 tramp-get-connection-property (7) # file-exists test -e
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # last-cmd-time (19098
31308 795812)
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # remote-echo nil
06:10:36 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-name nil
06:10:36 tramp-get-connection-property (7) # chunksize 0
06:10:36 tramp-set-connection-property (7) # last-cmd-time (19098
31308 902102)
06:10:36 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:36 tramp-get-connection-property (7) # process-buffer nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-get-connection-property (7) # check-remote-echo nil
06:10:36 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
tramp_exit_status 0



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

* Re: Tramp error in emacs 23
  2009-08-30 13:42   ` Ritchie
@ 2009-08-30 13:48     ` Ritchie
  2009-08-30 13:51       ` Ritchie
  0 siblings, 1 reply; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:48 UTC (permalink / raw
  To: help-gnu-emacs

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31308 902102)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 6393)
06:10:37 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # gid-integer 1000
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:37 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:37 tramp-get-connection-property (7) # file-exists test -e
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31309 6393)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 86928)
06:10:37 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31309 86928)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 229176)
06:10:37 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # gid-integer 1000
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:37 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:37 tramp-get-connection-property (7) # file-exists test -e
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31309 229176)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 336182)
06:10:37 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31309 336182)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 441055)
06:10:37 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # gid-integer 1000
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:37 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:37 tramp-get-connection-property (7) # file-exists test -e
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31309 441055)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 547858)
06:10:37 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31309 547858)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 585009)
06:10:37 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # gid-integer 1000
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:37 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:37 tramp-get-connection-property (7) # file-exists test -e
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31309 585009)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 691607)
06:10:37 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:37 tramp-get-connection-property (7) # stat \stat
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31309 691607)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 795957)
06:10:37 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:37 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # gid-integer 1000
06:10:37 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:37 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:37 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:37 tramp-get-connection-property (7) # file-exists test -e
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # last-cmd-time (19098
31309 795957)
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # remote-echo nil
06:10:37 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-name nil
06:10:37 tramp-get-connection-property (7) # chunksize 0
06:10:37 tramp-set-connection-property (7) # last-cmd-time (19098
31309 902573)
06:10:37 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:37 tramp-get-connection-property (7) # process-buffer nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-get-connection-property (7) # check-remote-echo nil
06:10:37 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31309 902573)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 7084)
06:10:38 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # gid-integer 1000
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:38 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:38 tramp-get-connection-property (7) # file-exists test -e
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31310 7084)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 86771)
06:10:38 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31310 86771)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 191146)
06:10:38 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # gid-integer 1000
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:38 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:38 tramp-get-connection-property (7) # file-exists test -e
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31310 191146)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 297590)
06:10:38 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31310 297590)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 402552)
06:10:38 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # gid-integer 1000
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:38 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:38 tramp-get-connection-property (7) # file-exists test -e
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31310 402552)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 509948)
06:10:38 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31310 509948)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 642873)
06:10:38 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # gid-integer 1000
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:38 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:38 tramp-get-connection-property (7) # file-exists test -e
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31310 642873)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 749637)
06:10:38 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:38 tramp-get-connection-property (7) # stat \stat
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31310 749637)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 854119)
06:10:38 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:38 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # gid-integer 1000
06:10:38 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:38 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:38 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:38 tramp-get-connection-property (7) # file-exists test -e
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # last-cmd-time (19098
31310 854119)
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # remote-echo nil
06:10:38 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-name nil
06:10:38 tramp-get-connection-property (7) # chunksize 0
06:10:38 tramp-set-connection-property (7) # last-cmd-time (19098
31310 960530)
06:10:38 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:38 tramp-get-connection-property (7) # process-buffer nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-get-connection-property (7) # check-remote-echo nil
06:10:38 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31310 960530)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 65146)
06:10:39 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:39 tramp-get-connection-property (7) # file-exists test -e
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 65146)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 84504)
06:10:39 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 84504)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 89625)
06:10:39 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-send-command-and-read (1) # File error: `\stat -c
'(("%N") %h %u %g %X.0 %Y.0 %Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/
bisquik-stable/TG/bisquik/QS/qs_service.py' does not return a valid
Lisp expression: `'
06:10:39 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # gid-integer 1000
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:39 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:39 tramp-get-connection-property (7) # file-exists test -e
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 89625)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 198484)
06:10:39 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 198484)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 302752)
06:10:39 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # gid-integer 1000
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:39 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:39 tramp-get-connection-property (7) # file-exists test -e
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 302752)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 409335)
06:10:39 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 409335)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 514013)
06:10:39 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # gid-integer 1000
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:39 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:39 tramp-get-connection-property (7) # file-exists test -e
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 514013)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 586565)
06:10:39 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 586565)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 691063)
06:10:39 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # gid-integer 1000
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:39 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:39 tramp-get-connection-property (7) # file-exists test -e
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 691063)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 798265)
06:10:39 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:39 tramp-get-connection-property (7) # stat \stat
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 798265)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 840270)
06:10:39 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:39 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # gid-integer 1000
06:10:39 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:39 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:39 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:39 tramp-get-connection-property (7) # file-exists test -e
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # last-cmd-time (19098
31311 840270)
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # remote-echo nil
06:10:39 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-name nil
06:10:39 tramp-get-connection-property (7) # chunksize 0
06:10:39 tramp-set-connection-property (7) # last-cmd-time (19098
31311 947249)
06:10:39 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:39 tramp-get-connection-property (7) # process-buffer nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-get-connection-property (7) # check-remote-echo nil
06:10:39 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31311 947249)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 51620)
06:10:40 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # gid-integer 1000
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:40 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:40 tramp-get-connection-property (7) # file-exists test -e
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31312 51620)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 86865)
06:10:40 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31312 86865)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 191436)
06:10:40 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # gid-integer 1000
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:40 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:40 tramp-get-connection-property (7) # file-exists test -e
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31312 191436)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 298145)
06:10:40 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31312 298145)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 402720)
06:10:40 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # gid-integer 1000
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:40 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:40 tramp-get-connection-property (7) # file-exists test -e
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31312 402720)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 509230)
06:10:40 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31312 509230)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 584527)
06:10:40 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # gid-integer 1000
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:40 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:40 tramp-get-connection-property (7) # file-exists test -e
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31312 584527)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 691276)
06:10:40 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:40 tramp-get-connection-property (7) # stat \stat
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31312 691276)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 796060)
06:10:40 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:40 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # gid-integer 1000
06:10:40 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:40 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:40 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:40 tramp-get-connection-property (7) # file-exists test -e
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # last-cmd-time (19098
31312 796060)
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # remote-echo nil
06:10:40 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-name nil
06:10:40 tramp-get-connection-property (7) # chunksize 0
06:10:40 tramp-set-connection-property (7) # last-cmd-time (19098
31312 902827)
06:10:40 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:40 tramp-get-connection-property (7) # process-buffer nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-get-connection-property (7) # check-remote-echo nil
06:10:40 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31312 902827)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 7466)
06:10:41 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # gid-integer 1000
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:41 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:41 tramp-get-connection-property (7) # file-exists test -e
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 7466)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 86958)
06:10:41 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 86958)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 129331)
06:10:41 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # gid-integer 1000
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:41 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:41 tramp-get-connection-property (7) # file-exists test -e
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 129331)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 236129)
06:10:41 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 236129)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 340440)
06:10:41 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # gid-integer 1000
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:41 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:41 tramp-get-connection-property (7) # file-exists test -e
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 340440)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 446970)
06:10:41 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 446970)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 551889)
06:10:41 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # gid-integer 1000
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:41 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:41 tramp-get-connection-property (7) # file-exists test -e
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 551889)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 586898)
06:10:41 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 586898)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 691645)
06:10:41 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # gid-integer 1000
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:41 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:41 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:41 tramp-get-connection-property (7) # file-exists test -e
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 691645)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 798722)
06:10:41 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:41 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:41 tramp-get-connection-property (7) # stat \stat
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # last-cmd-time (19098
31313 798722)
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # remote-echo nil
06:10:41 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-name nil
06:10:41 tramp-get-connection-property (7) # chunksize 0
06:10:41 tramp-set-connection-property (7) # last-cmd-time (19098
31313 903125)
06:10:41 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:41 tramp-get-connection-property (7) # process-buffer nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-get-connection-property (7) # check-remote-echo nil
06:10:41 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # gid-integer 1000
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:42 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:42 tramp-get-connection-property (7) # file-exists test -e
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31313 903125)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 9389)
06:10:42 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 9389)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 85108)
06:10:42 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # gid-integer 1000
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:42 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:42 tramp-get-connection-property (7) # file-exists test -e
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 85108)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 191818)
06:10:42 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 191818)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 296197)
06:10:42 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # gid-integer 1000
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:42 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:42 tramp-get-connection-property (7) # file-exists test -e
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 296197)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 402886)
06:10:42 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 402886)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 446070)
06:10:42 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # gid-integer 1000
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:42 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:42 tramp-get-connection-property (7) # file-exists test -e
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 446070)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 552745)
06:10:42 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 552745)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 585748)
06:10:42 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # gid-integer 1000
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:42 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:42 tramp-get-connection-property (7) # file-exists test -e
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 585748)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 692944)
06:10:42 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:42 tramp-get-connection-property (7) # stat \stat
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 692944)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 797307)
06:10:42 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:42 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # gid-integer 1000
06:10:42 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:42 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:42 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:42 tramp-get-connection-property (7) # file-exists test -e
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # last-cmd-time (19098
31314 797307)
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # remote-echo nil
06:10:42 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-name nil
06:10:42 tramp-get-connection-property (7) # chunksize 0
06:10:42 tramp-set-connection-property (7) # last-cmd-time (19098
31314 903829)
06:10:42 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:42 tramp-get-connection-property (7) # process-buffer nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-get-connection-property (7) # check-remote-echo nil
06:10:42 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31314 903829)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 8408)
06:10:43 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # gid-integer 1000
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:43 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:43 tramp-get-connection-property (7) # file-exists test -e
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31315 8408)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 87048)
06:10:43 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31315 87048)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 191486)
06:10:43 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # gid-integer 1000
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:43 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:43 tramp-get-connection-property (7) # file-exists test -e
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31315 191486)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 297903)
06:10:43 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31315 297903)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 402262)
06:10:43 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # gid-integer 1000
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:43 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:43 tramp-get-connection-property (7) # file-exists test -e
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31315 402262)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 508748)
06:10:43 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31315 508748)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 584609)
06:10:43 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # gid-integer 1000
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:43 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:43 tramp-get-connection-property (7) # file-exists test -e
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31315 584609)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 691610)
06:10:43 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:43 tramp-get-connection-property (7) # stat \stat
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31315 691610)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 834852)
06:10:43 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:43 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # gid-integer 1000
06:10:43 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:43 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:43 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:43 tramp-get-connection-property (7) # file-exists test -e
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # last-cmd-time (19098
31315 834852)
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # remote-echo nil
06:10:43 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-name nil
06:10:43 tramp-get-connection-property (7) # chunksize 0
06:10:43 tramp-set-connection-property (7) # last-cmd-time (19098
31315 941577)
06:10:43 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:43 tramp-get-connection-property (7) # process-buffer nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-get-connection-property (7) # check-remote-echo nil
06:10:43 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31315 941577)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 46124)
06:10:44 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # gid-integer 1000
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:44 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:44 tramp-get-connection-property (7) # file-exists test -e
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31316 46124)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 87071)
06:10:44 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31316 87071)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 191389)
06:10:44 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # gid-integer 1000
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:44 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:44 tramp-get-connection-property (7) # file-exists test -e
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31316 191389)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 297737)
06:10:44 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31316 297737)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 402183)
06:10:44 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # gid-integer 1000
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:44 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:44 tramp-get-connection-property (7) # file-exists test -e
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31316 402183)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 508599)
06:10:44 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31316 508599)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 584811)
06:10:44 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # gid-integer 1000
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:44 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:44 tramp-get-connection-property (7) # file-exists test -e
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31316 584811)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 691250)
06:10:44 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:44 tramp-get-connection-property (7) # stat \stat
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31316 691250)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 795683)
06:10:44 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:44 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # gid-integer 1000
06:10:44 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:44 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:44 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:44 tramp-get-connection-property (7) # file-exists test -e
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # last-cmd-time (19098
31316 795683)
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # remote-echo nil
06:10:44 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-name nil
06:10:44 tramp-get-connection-property (7) # chunksize 0
06:10:44 tramp-set-connection-property (7) # last-cmd-time (19098
31316 902416)
06:10:44 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:44 tramp-get-connection-property (7) # process-buffer nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-get-connection-property (7) # check-remote-echo nil
06:10:44 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
tramp_exit_status 0



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

* Re: Tramp error in emacs 23
  2009-08-30 13:48     ` Ritchie
@ 2009-08-30 13:51       ` Ritchie
  2009-08-30 13:51         ` Ritchie
  0 siblings, 1 reply; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:51 UTC (permalink / raw
  To: help-gnu-emacs


///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31316 902416)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 7172)
06:10:45 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # gid-integer 1000
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:45 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:45 tramp-get-connection-property (7) # file-exists test -e
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31317 7172)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 86706)
06:10:45 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31317 86706)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 231859)
06:10:45 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # gid-integer 1000
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:45 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:45 tramp-get-connection-property (7) # file-exists test -e
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31317 231859)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 339077)
06:10:45 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31317 339077)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 443706)
06:10:45 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # gid-integer 1000
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:45 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:45 tramp-get-connection-property (7) # file-exists test -e
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31317 443706)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 550053)
06:10:45 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31317 550053)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 584862)
06:10:45 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # gid-integer 1000
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:45 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:45 tramp-get-connection-property (7) # file-exists test -e
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31317 584862)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 691391)
06:10:45 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:45 tramp-get-connection-property (7) # stat \stat
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31317 691391)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 795976)
06:10:45 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:45 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # gid-integer 1000
06:10:45 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:45 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:45 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:45 tramp-get-connection-property (7) # file-exists test -e
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # last-cmd-time (19098
31317 795976)
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # remote-echo nil
06:10:45 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-name nil
06:10:45 tramp-get-connection-property (7) # chunksize 0
06:10:45 tramp-set-connection-property (7) # last-cmd-time (19098
31317 902889)
06:10:45 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:45 tramp-get-connection-property (7) # process-buffer nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-get-connection-property (7) # check-remote-echo nil
06:10:45 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31317 902889)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 7639)
06:10:46 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # gid-integer 1000
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:46 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:46 tramp-get-connection-property (7) # file-exists test -e
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 7639)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 86867)
06:10:46 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 86867)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 191404)
06:10:46 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # gid-integer 1000
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:46 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:46 tramp-get-connection-property (7) # file-exists test -e
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 191404)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 297903)
06:10:46 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 297903)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 402379)
06:10:46 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # gid-integer 1000
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:46 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:46 tramp-get-connection-property (7) # file-exists test -e
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 402379)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 509055)
06:10:46 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 509055)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 584659)
06:10:46 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # gid-integer 1000
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:46 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:46 tramp-get-connection-property (7) # file-exists test -e
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 584659)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 631931)
06:10:46 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 631931)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 736329)
06:10:46 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # gid-integer 1000
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:46 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:46 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:46 tramp-get-connection-property (7) # file-exists test -e
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 736329)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 842821)
06:10:46 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:46 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:46 tramp-get-connection-property (7) # stat \stat
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # last-cmd-time (19098
31318 842821)
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # remote-echo nil
06:10:46 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-name nil
06:10:46 tramp-get-connection-property (7) # chunksize 0
06:10:46 tramp-set-connection-property (7) # last-cmd-time (19098
31318 947012)
06:10:46 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:46 tramp-get-connection-property (7) # process-buffer nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-get-connection-property (7) # check-remote-echo nil
06:10:46 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # gid-integer 1000
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:47 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:47 tramp-get-connection-property (7) # file-exists test -e
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31318 947012)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 53684)
06:10:47 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31319 53684)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 84662)
06:10:47 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # gid-integer 1000
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:47 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:47 tramp-get-connection-property (7) # file-exists test -e
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31319 84662)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 191328)
06:10:47 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31319 191328)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 296026)
06:10:47 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # gid-integer 1000
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:47 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:47 tramp-get-connection-property (7) # file-exists test -e
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31319 296026)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 402432)
06:10:47 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31319 402432)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 506759)
06:10:47 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # gid-integer 1000
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:47 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:47 tramp-get-connection-property (7) # file-exists test -e
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31319 506759)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 587105)
06:10:47 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31319 587105)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 691421)
06:10:47 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # gid-integer 1000
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:47 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:47 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:47 tramp-get-connection-property (7) # file-exists test -e
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31319 691421)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 798233)
06:10:47 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:47 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:47 tramp-get-connection-property (7) # stat \stat
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # last-cmd-time (19098
31319 798233)
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # remote-echo nil
06:10:47 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-name nil
06:10:47 tramp-get-connection-property (7) # chunksize 0
06:10:47 tramp-set-connection-property (7) # last-cmd-time (19098
31319 903551)
06:10:47 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:47 tramp-get-connection-property (7) # process-buffer nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-get-connection-property (7) # check-remote-echo nil
06:10:47 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # gid-integer 1000
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:48 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:48 tramp-get-connection-property (7) # file-exists test -e
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31319 903551)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 50897)
06:10:48 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31320 50897)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 85076)
06:10:48 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # gid-integer 1000
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:48 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:48 tramp-get-connection-property (7) # file-exists test -e
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31320 85076)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 191713)
06:10:48 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31320 191713)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 296395)
06:10:48 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # gid-integer 1000
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:48 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:48 tramp-get-connection-property (7) # file-exists test -e
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31320 296395)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 403491)
06:10:48 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31320 403491)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 508375)
06:10:48 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # gid-integer 1000
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:48 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:48 tramp-get-connection-property (7) # file-exists test -e
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31320 508375)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 586877)
06:10:48 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31320 586877)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 691529)
06:10:48 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # gid-integer 1000
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:48 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:48 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:48 tramp-get-connection-property (7) # file-exists test -e
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31320 691529)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 798353)
06:10:48 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:48 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:48 tramp-get-connection-property (7) # stat \stat
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # last-cmd-time (19098
31320 798353)
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # remote-echo nil
06:10:48 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-name nil
06:10:48 tramp-get-connection-property (7) # chunksize 0
06:10:48 tramp-set-connection-property (7) # last-cmd-time (19098
31320 904438)
06:10:48 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:48 tramp-get-connection-property (7) # process-buffer nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-get-connection-property (7) # check-remote-echo nil
06:10:48 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # gid-integer 1000
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:49 tramp-get-connection-property (7) # file-exists test -e
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31320 904438)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 10979)
06:10:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31321 10979)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 84932)
06:10:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # gid-integer 1000
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:49 tramp-get-connection-property (7) # file-exists test -e
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31321 84932)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 191937)
06:10:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31321 191937)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 296871)
06:10:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # gid-integer 1000
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:49 tramp-get-connection-property (7) # file-exists test -e
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31321 296871)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 444314)
06:10:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31321 444314)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 549043)
06:10:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # gid-integer 1000
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:49 tramp-get-connection-property (7) # file-exists test -e
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31321 549043)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 587082)
06:10:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31321 587082)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 691869)
06:10:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # gid-integer 1000
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:49 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:49 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:49 tramp-get-connection-property (7) # file-exists test -e
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31321 691869)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 798553)
06:10:49 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:49 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:49 tramp-get-connection-property (7) # stat \stat
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # last-cmd-time (19098
31321 798553)
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # remote-echo nil
06:10:49 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-name nil
06:10:49 tramp-get-connection-property (7) # chunksize 0
06:10:49 tramp-set-connection-property (7) # last-cmd-time (19098
31321 902957)
06:10:49 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:49 tramp-get-connection-property (7) # process-buffer nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-get-connection-property (7) # check-remote-echo nil
06:10:49 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # gid-integer 1000
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:50 tramp-get-connection-property (7) # file-exists test -e
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31321 902957)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 9770)
06:10:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31322 9770)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 84958)
06:10:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # gid-integer 1000
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:50 tramp-get-connection-property (7) # file-exists test -e
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31322 84958)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 191494)
06:10:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31322 191494)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 296060)
06:10:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # gid-integer 1000
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:50 tramp-get-connection-property (7) # file-exists test -e
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31322 296060)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 402988)
06:10:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31322 402988)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 507319)
06:10:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # gid-integer 1000
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:50 tramp-get-connection-property (7) # file-exists test -e
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31322 507319)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 586702)
06:10:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31322 586702)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 691899)
06:10:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # gid-integer 1000
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:50 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:50 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:50 tramp-get-connection-property (7) # file-exists test -e
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31322 691899)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 798653)
06:10:50 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:50 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:50 tramp-get-connection-property (7) # stat \stat
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # last-cmd-time (19098
31322 798653)
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # remote-echo nil
06:10:50 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-name nil
06:10:50 tramp-get-connection-property (7) # chunksize 0
06:10:50 tramp-set-connection-property (7) # last-cmd-time (19098
31322 943547)
06:10:50 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:50 tramp-get-connection-property (7) # process-buffer nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-get-connection-property (7) # check-remote-echo nil
06:10:50 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0


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

* Re: Tramp error in emacs 23
  2009-08-30 13:51       ` Ritchie
@ 2009-08-30 13:51         ` Ritchie
  0 siblings, 0 replies; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:51 UTC (permalink / raw
  To: help-gnu-emacs


///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # gid-integer 1000
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:51 tramp-get-connection-property (7) # file-exists test -e
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31322 943547)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 50442)
06:10:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31323 50442)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 85180)
06:10:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # gid-integer 1000
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:51 tramp-get-connection-property (7) # file-exists test -e
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31323 85180)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 191861)
06:10:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31323 191861)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 296171)
06:10:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # gid-integer 1000
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:51 tramp-get-connection-property (7) # file-exists test -e
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31323 296171)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 402604)
06:10:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31323 402604)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 506917)
06:10:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # gid-integer 1000
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:51 tramp-get-connection-property (7) # file-exists test -e
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31323 506917)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 586994)
06:10:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31323 586994)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 691159)
06:10:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # gid-integer 1000
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:51 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:51 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:51 tramp-get-connection-property (7) # file-exists test -e
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31323 691159)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 797463)
06:10:51 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:51 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:51 tramp-get-connection-property (7) # stat \stat
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # last-cmd-time (19098
31323 797463)
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # remote-echo nil
06:10:51 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-name nil
06:10:51 tramp-get-connection-property (7) # chunksize 0
06:10:51 tramp-set-connection-property (7) # last-cmd-time (19098
31323 902038)
06:10:51 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:51 tramp-get-connection-property (7) # process-buffer nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-get-connection-property (7) # check-remote-echo nil
06:10:51 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # gid-integer 1000
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:52 tramp-get-connection-property (7) # file-exists test -e
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31323 902038)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 8359)
06:10:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31324 8359)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 84703)
06:10:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # gid-integer 1000
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:52 tramp-get-connection-property (7) # file-exists test -e
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31324 84703)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 191179)
06:10:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31324 191179)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 336339)
06:10:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # gid-integer 1000
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:52 tramp-get-connection-property (7) # file-exists test -e
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31324 336339)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 443714)
06:10:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31324 443714)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 548551)
06:10:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # gid-integer 1000
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:52 tramp-get-connection-property (7) # file-exists test -e
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31324 548551)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 586754)
06:10:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31324 586754)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 691226)
06:10:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # gid-integer 1000
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:52 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:52 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:52 tramp-get-connection-property (7) # file-exists test -e
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31324 691226)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 797664)
06:10:52 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:52 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:52 tramp-get-connection-property (7) # stat \stat
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # last-cmd-time (19098
31324 797664)
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # remote-echo nil
06:10:52 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-name nil
06:10:52 tramp-get-connection-property (7) # chunksize 0
06:10:52 tramp-set-connection-property (7) # last-cmd-time (19098
31324 901839)
06:10:52 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:52 tramp-get-connection-property (7) # process-buffer nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-get-connection-property (7) # check-remote-echo nil
06:10:52 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # gid-integer 1000
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:53 tramp-get-connection-property (7) # file-exists test -e
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31324 901839)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 8098)
06:10:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31325 8098)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 84725)
06:10:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # gid-integer 1000
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:53 tramp-get-connection-property (7) # file-exists test -e
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31325 84725)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 191078)
06:10:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31325 191078)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 295486)
06:10:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # gid-integer 1000
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:53 tramp-get-connection-property (7) # file-exists test -e
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31325 295486)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 402279)
06:10:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31325 402279)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 506762)
06:10:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # gid-integer 1000
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:53 tramp-get-connection-property (7) # file-exists test -e
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31325 506762)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 586948)
06:10:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31325 586948)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 691543)
06:10:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # gid-integer 1000
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:53 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:53 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:53 tramp-get-connection-property (7) # file-exists test -e
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31325 691543)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 840265)
06:10:53 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:53 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:53 tramp-get-connection-property (7) # stat \stat
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # last-cmd-time (19098
31325 840265)
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # remote-echo nil
06:10:53 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-name nil
06:10:53 tramp-get-connection-property (7) # chunksize 0
06:10:53 tramp-set-connection-property (7) # last-cmd-time (19098
31325 944625)
06:10:53 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:53 tramp-get-connection-property (7) # process-buffer nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-get-connection-property (7) # check-remote-echo nil
06:10:53 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # gid-integer 1000
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:54 tramp-get-connection-property (7) # file-exists test -e
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31325 944625)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 51128)
06:10:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31326 51128)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 84705)
06:10:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # gid-integer 1000
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:54 tramp-get-connection-property (7) # file-exists test -e
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31326 84705)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 191129)
06:10:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31326 191129)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 295680)
06:10:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # gid-integer 1000
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:54 tramp-get-connection-property (7) # file-exists test -e
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31326 295680)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 402389)
06:10:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31326 402389)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 507168)
06:10:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # gid-integer 1000
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:54 tramp-get-connection-property (7) # file-exists test -e
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31326 507168)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 586836)
06:10:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31326 586836)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 691326)
06:10:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # gid-integer 1000
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:54 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:54 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:54 tramp-get-connection-property (7) # file-exists test -e
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31326 691326)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 797970)
06:10:54 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:54 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:54 tramp-get-connection-property (7) # stat \stat
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # last-cmd-time (19098
31326 797970)
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # remote-echo nil
06:10:54 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-name nil
06:10:54 tramp-get-connection-property (7) # chunksize 0
06:10:54 tramp-set-connection-property (7) # last-cmd-time (19098
31326 902390)
06:10:54 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:54 tramp-get-connection-property (7) # process-buffer nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-get-connection-property (7) # check-remote-echo nil
06:10:54 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # gid-integer 1000
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:55 tramp-get-connection-property (7) # file-exists test -e
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31326 902390)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 9189)
06:10:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 9189)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 84762)
06:10:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # gid-integer 1000
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:55 tramp-get-connection-property (7) # file-exists test -e
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 84762)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 191379)
06:10:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 191379)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 237299)
06:10:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # gid-integer 1000
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:55 tramp-get-connection-property (7) # file-exists test -e
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 237299)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 344157)
06:10:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 344157)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 448804)
06:10:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # gid-integer 1000
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:55 tramp-get-connection-property (7) # file-exists test -e
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 448804)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 555784)
06:10:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 555784)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 585164)
06:10:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # gid-integer 1000
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:55 tramp-get-connection-property (7) # file-exists test -e
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 585164)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 692218)
06:10:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:55 tramp-get-connection-property (7) # stat \stat
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 692218)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 796986)
06:10:55 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:55 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # gid-integer 1000
06:10:55 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:55 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:55 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:55 tramp-get-connection-property (7) # file-exists test -e
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # last-cmd-time (19098
31327 796986)
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # remote-echo nil
06:10:55 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-name nil
06:10:55 tramp-get-connection-property (7) # chunksize 0
06:10:55 tramp-set-connection-property (7) # last-cmd-time (19098
31327 903298)
06:10:55 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:55 tramp-get-connection-property (7) # process-buffer nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-get-connection-property (7) # check-remote-echo nil
06:10:55 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31327 903298)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 7872)
06:10:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # gid-integer 1000
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:56 tramp-get-connection-property (7) # file-exists test -e
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31328 7872)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 87001)
06:10:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31328 87001)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 191643)
06:10:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # gid-integer 1000
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:56 tramp-get-connection-property (7) # file-exists test -e
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31328 191643)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 298239)
06:10:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31328 298239)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 402844)
06:10:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # gid-integer 1000
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:56 tramp-get-connection-property (7) # file-exists test -e
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31328 402844)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 509532)
06:10:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31328 509532)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 584710)
06:10:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # gid-integer 1000
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:56 tramp-get-connection-property (7) # file-exists test -e
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31328 584710)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 733481)
06:10:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:56 tramp-get-connection-property (7) # stat \stat
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31328 733481)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 837617)
06:10:56 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:56 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # gid-integer 1000
06:10:56 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:56 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:56 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:56 tramp-get-connection-property (7) # file-exists test -e
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # last-cmd-time (19098
31328 837617)
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # remote-echo nil
06:10:56 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-name nil
06:10:56 tramp-get-connection-property (7) # chunksize 0
06:10:56 tramp-set-connection-property (7) # last-cmd-time (19098
31328 944071)
06:10:56 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:56 tramp-get-connection-property (7) # process-buffer nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-get-connection-property (7) # check-remote-echo nil
06:10:56 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # last-cmd-time (19098
31328 944071)
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # remote-echo nil
06:10:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # chunksize 0
06:10:57 tramp-set-connection-property (7) # last-cmd-time (19098
31329 48574)
06:10:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # gid-integer 1000
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:57 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:57 tramp-get-connection-property (7) # file-exists test -e
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # last-cmd-time (19098
31329 48574)
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # remote-echo nil
06:10:57 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # chunksize 0
06:10:57 tramp-set-connection-property (7) # last-cmd-time (19098
31329 87052)
06:10:57 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # last-cmd-time (19098
31329 87052)
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # remote-echo nil
06:10:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # chunksize 0
06:10:57 tramp-set-connection-property (7) # last-cmd-time (19098
31329 191758)
06:10:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # gid-integer 1000
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:57 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:57 tramp-get-connection-property (7) # file-exists test -e
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # last-cmd-time (19098
31329 191758)
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # remote-echo nil
06:10:57 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # chunksize 0
06:10:57 tramp-set-connection-property (7) # last-cmd-time (19098
31329 298339)
06:10:57 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # last-cmd-time (19098
31329 298339)
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # remote-echo nil
06:10:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # chunksize 0
06:10:57 tramp-set-connection-property (7) # last-cmd-time (19098
31329 402808)
06:10:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # gid-integer 1000
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:57 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:57 tramp-get-connection-property (7) # file-exists test -e
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # last-cmd-time (19098
31329 402808)
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # remote-echo nil
06:10:57 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # chunksize 0
06:10:57 tramp-set-connection-property (7) # last-cmd-time (19098
31329 509149)
06:10:57 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # last-cmd-time (19098
31329 509149)
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # remote-echo nil
06:10:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # chunksize 0
06:10:57 tramp-set-connection-property (7) # last-cmd-time (19098
31329 584987)
06:10:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # gid-integer 1000
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))
06:10:57 tramp-flush-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py
06:10:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer undef
06:10:57 tramp-get-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p undef
06:10:57 tramp-get-connection-property (7) # file-exists test -e
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # last-cmd-time (19098
31329 584987)
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # remote-echo nil
06:10:57 tramp-send-command (6) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # chunksize 0
06:10:57 tramp-set-connection-property (7) # last-cmd-time (19098
31329 691864)
06:10:57 tramp-send-string (10) # test -e /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-exists-p t
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-handle-file-attributes-with-stat (5) # file attributes
with stat: /home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py
06:10:57 tramp-get-connection-property (7) # stat \stat
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # last-cmd-time (19098
31329 691864)
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # remote-echo nil
06:10:57 tramp-send-command (6) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-name nil
06:10:57 tramp-get-connection-property (7) # chunksize 0
06:10:57 tramp-set-connection-property (7) # last-cmd-time (19098
31329 796581)
06:10:57 tramp-send-string (10) # \stat -c '(("%N") %h %u %g %X.0 %Y.0
%Z.0 %s.0 "%A" t %i.0 -1)' /home/zcai/bisquik-stable/TG/bisquik/QS/
qs_service.py 2>/dev/null; echo tramp_exit_status $?
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-accept-process-output (10) # *tramp/ssh
zcai@172.16.200.128* run
06:10:57 tramp-accept-process-output (10) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-get-connection-property (7) # check-remote-echo nil
06:10:57 tramp-wait-for-regexp (6) #
(("`/home/zcai/bisquik-stable/TG/bisquik/QS/qs_service.py'") 1 501
1000 1251637761.0 1251524491.0 1251524491.0 13206.0 "-rw-r--r--" t
3646.0 -1)
tramp_exit_status 0

///686cb6601043fa43e93327c51bd69cd6
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # process-buffer nil
06:10:57 tramp-get-connection-property (7) # gid-integer 1000
06:10:57 tramp-set-file-property (8) # /home/zcai/bisquik-stable/TG/
bisquik/QS/qs_service.py file-attributes-integer (nil 1 501 1000
(19098 31233) (19096 49035) (19096 49035) 13206 -rw-r--r-- nil (0 .
3646) (-1 . 0))


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

* Re: Tramp error in emacs 23
       [not found]     ` <mailman.5655.1251622290.2239.help-gnu-emacs@gnu.org>
  2009-08-30 13:16       ` Ritchie
@ 2009-08-30 13:54       ` Ritchie
  2009-08-31 12:52         ` Michael Albinus
       [not found]         ` <mailman.5705.1251723151.2239.help-gnu-emacs@gnu.org>
  1 sibling, 2 replies; 18+ messages in thread
From: Ritchie @ 2009-08-30 13:54 UTC (permalink / raw
  To: help-gnu-emacs


> Do you use global-pabbrev-mode? I don't use pabbrev-mode by myself, but
> maybe pabbrev gets confused by Tramp connection buffers?
>
Yes, I'm using global-pabbrev-mode. This error does not happen if
emacs is running in terminal, and both global-pabbrev-mode and tramp
are working in terminal mode. It seems pabbrev-mode only scavenge
words in a buffer that is currently been viewed, it wouldn't bother
other opened buffers at the background. So, I'm sure how would it get
confused by connection buffer ... For now, I just turn off the pabbrev-
mode when I use tramp.

Thank you

Ritchie


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

* Re: Tramp error in emacs 23
  2009-08-30 13:54       ` Ritchie
@ 2009-08-31 12:52         ` Michael Albinus
  2009-08-31 18:59           ` Michael Albinus
       [not found]         ` <mailman.5705.1251723151.2239.help-gnu-emacs@gnu.org>
  1 sibling, 1 reply; 18+ messages in thread
From: Michael Albinus @ 2009-08-31 12:52 UTC (permalink / raw
  To: Ritchie; +Cc: Emacs Help

Ritchie <ritchiecai@gmail.com> writes:

> Yes, I'm using global-pabbrev-mode. This error does not happen if
> emacs is running in terminal, and both global-pabbrev-mode and tramp
> are working in terminal mode. It seems pabbrev-mode only scavenge
> words in a buffer that is currently been viewed, it wouldn't bother
> other opened buffers at the background. So, I'm sure how would it get
> confused by connection buffer ... For now, I just turn off the pabbrev-
> mode when I use tramp.

Thanks a lot for the Tramp traces. It looks to me, like Tramp tries to
perform several commands in parallel. Very likely this is because
pabbrev-mode scavenges words with a timer.

Tramp is not prepared for getting commands asynchronously, from
different "threads" in parallel. Hmm. I'll see, whether I can add a
locking mechanism.

> Thank you
>
> Ritchie

Best regards, Michael.




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

* Re: Tramp error in emacs 23
  2009-08-31 12:52         ` Michael Albinus
@ 2009-08-31 18:59           ` Michael Albinus
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Albinus @ 2009-08-31 18:59 UTC (permalink / raw
  To: Ritchie; +Cc: Emacs Help

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

> Ritchie <ritchiecai@gmail.com> writes:
>
>> Yes, I'm using global-pabbrev-mode. This error does not happen if
>> emacs is running in terminal, and both global-pabbrev-mode and tramp
>> are working in terminal mode. It seems pabbrev-mode only scavenge
>> words in a buffer that is currently been viewed, it wouldn't bother
>> other opened buffers at the background. So, I'm sure how would it get
>> confused by connection buffer ... For now, I just turn off the pabbrev-
>> mode when I use tramp.
>
> Thanks a lot for the Tramp traces. It looks to me, like Tramp tries to
> perform several commands in parallel. Very likely this is because
> pabbrev-mode scavenges words with a timer.

I've played with pabbrev.el, but I couldn't reproduce the problem. Could
you, please, set debug-on-error to t and reproduce it? Thare shall be a
backtrace then, which might be useful.

Somehow I have the impression, that the problem happens during autosave
of the remote file. Do you change the remote file, while pabbrev is working?

>> Thank you
>>
>> Ritchie

Best regards, Michael.




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

* Re: Tramp error in emacs 23
       [not found]         ` <mailman.5705.1251723151.2239.help-gnu-emacs@gnu.org>
@ 2009-09-02 15:46           ` Michael Albinus
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Albinus @ 2009-09-02 15:46 UTC (permalink / raw
  To: Ritchie; +Cc: Emacs Help

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

> Tramp is not prepared for getting commands asynchronously, from
> different "threads" in parallel. Hmm. I'll see, whether I can add a
> locking mechanism.

I still cannot reproduce the problem myself, using pabbrev-mode. But I
guess the error happens when Emacs performs an autosave in parallel to
pabbrev-mode activities.

I've reworked Tramp's locking mechanism at this place. Do you see a
chance to check the patch, either with Tramp taken from its CVS
repository, or with a pretty recent Emacs 23.1.50 build?

>> Thank you
>>
>> Ritchie

Best regards, Michael.




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

end of thread, other threads:[~2009-09-02 15:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-30 13:38 Tramp error in emacs 23 Ritchie
2009-08-30 13:39 ` Ritchie
2009-08-30 13:42   ` Ritchie
2009-08-30 13:48     ` Ritchie
2009-08-30 13:51       ` Ritchie
2009-08-30 13:51         ` Ritchie
  -- strict thread matches above, loose matches on Subject: below --
2009-08-30 13:23 Ritchie
     [not found] ` <8088ed8d-5c85-4dd5-a646-6304b4eda140@i4g2000prm.googlegroups.com>
2009-08-30 13:37   ` Ritchie
2009-08-28  0:44 Ritchie
2009-08-28  3:59 ` Michael Albinus
     [not found] ` <mailman.5553.1251431981.2239.help-gnu-emacs@gnu.org>
2009-08-28 12:11   ` Ritchie
2009-08-30  8:51     ` Michael Albinus
     [not found]     ` <mailman.5655.1251622290.2239.help-gnu-emacs@gnu.org>
2009-08-30 13:16       ` Ritchie
2009-08-30 13:54       ` Ritchie
2009-08-31 12:52         ` Michael Albinus
2009-08-31 18:59           ` Michael Albinus
     [not found]         ` <mailman.5705.1251723151.2239.help-gnu-emacs@gnu.org>
2009-09-02 15:46           ` Michael Albinus
2009-08-28 14:01   ` Ritchie

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.