tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-file-clearprops error on Win32


From: Karl Greunke
Subject: Re: vc-file-clearprops error on Win32
Date: Mon, 22 Oct 2007 11:24:53 -0500

;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.

>
>> The repro steps are pretty basic: any file-open over plink or pscp
>> methods throws this.  It appears to happen after the local temp file has
>> been created.  The above file contains my complete .muttrc, successfully
>> transfered.
>>
>> Trace (byte code removed due to non-printable characters):
>>
>> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>>   intern(nil [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0])
>>   vc-file-clearprops(nil)
>
>The problem was reported already some months ago, see
><http://thread.gmane.org/gmane.emacs.tramp/6060>. Unfortunately, I
>haven't been able to find the cause of the problem. Let's try it again.
>
>My last suspicion back in February was that there is a problem in
>handling temporary files. Could you check it?
>
>It's also remarkable that the problem has been reported only for
>Win32. But I don't know yet what it means.
>
>If you cannot find something wrt to your temp directory, we would need
>more traces. I would like to see the Tramp trace buffer with trace level
>8, see (info "(tramp)Traces and Profiles") about.
>
>> I also noted this when compiling the stuff in place:
>>
>> C:\emacs-22.1\lisp\net>C:\emacs-22.1\bin\emacs.exe -batch -f
>> batch-byte-compile tr*.el
>
>That doesn't count. Use make as described, it handles dependencies.
>
>> Hope that helps!
>
>Best regards, Michael.

I am having problems with the same error.  The problem occurs for me
whenever I try to open a file over plink using the dired list or going
directly to the file.  The permissions on the file created in the temp
directory should allow emacs to read it.  Also I have changed temp
directories in an attempt to solve the problem with no success.  I
tried turning off VC as noted in your linked thread  but that didn't
work either.  If I set tramp-copy-size-limit to 0 to force an scp
transfer it works fine.  Here is my backtrace, tramp debug, .emacs,
etc.

Backtrace:
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  intern(nil [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0])
  vc-file-clearprops(nil)
  vc-file-not-found-hook()
  run-hook-with-args-until-success(vc-file-not-found-hook)
  byte-code("<redacted>" [filename buf error file-exists-p
file-readable-p kill-buffer signal file-error "File is not readable"
run-hook-with-args-until-success find-file-not-found-functions t] 4)
  find-file-noselect-1(#<buffer distagentqm>
"/pscp:address@hidden:/home/justme/scripts/distagentqm" nil nil
"/pscp:address@hidden:/home/justme/scripts/distagentqm" ((0 .
2143) (-1 0)))
  find-file-noselect("/pscp:address@hidden:/home/justme/scripts/distagentqm"
nil nil nil)
  find-file("/pscp:address@hidden:/home/justme/scripts/distagentqm")
  dired-advertised-find-file()
  call-interactively(dired-advertised-find-file)

.emacs:
;; TRAMP setup
(require 'tramp)
(setq tramp-default-method "pscp")
(setq tramp-debug-buffer t)
(setq tramp-verbose 8)
(setq myserver-prompt-regex "Press Return to acknowledge or enter X
and press Enter to logout.*")
(defun myserver-tramp-action (proc vec)
  "Send a return when prompted."
  (tramp-send-string vec tramp-rsh-end-of-line))

(add-to-list 'tramp-actions-before-shell
             '(myserver-prompt-regex myserver-tramp-action))

(add-to-list 'tramp-default-user-alist
             '(nil ".*\\.host\\.name\\.removed" "justme"))

(tramp-set-completion-function "pscp"
  '((tramp-parse-hosts "~/host_alias")))
(setq debug-on-error t)
(setq vc-handled-backends nil)

Tramp trace:
10:51:48 tramp-maybe-open-connection (3) # Opening connection for
address@hidden using pscp...
10:51:48 tramp-get-connection-property (7) # process-name nil
10:51:48 tramp-get-connection-property (7) # process-buffer nil
10:51:48 tramp-maybe-open-connection (6) # C:\WINNT\system32\cmd.exe
10:51:48 tramp-maybe-open-connection (3) # Waiting 60s for local shell
to come up...
10:51:48 tramp-get-connection-property (7) # check-remote-echo nil
10:51:48 tramp-get-connection-property (7) # check-remote-echo nil
10:51:48 tramp-get-connection-property (7) # check-remote-echo nil
10:51:48 tramp-get-connection-property (7) # check-remote-echo nil
10:51:48 tramp-wait-for-regexp (6) #
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

c:\Temp>
10:51:48 tramp-get-file-property (8) #  gateway nil
10:51:48 tramp-maybe-open-connection (3) # Sending command `plink
server.net.tld -l justme  -ssh && exit || exit'
10:51:48 tramp-get-connection-property (7) # process-name nil
10:51:48 tramp-get-connection-property (7) # remote-echo nil
10:51:48 tramp-send-command (6) # plink server.net.tld -l justme  -ssh
&& exit || exit
10:51:48 tramp-get-connection-property (7) # process-name nil
10:51:48 tramp-get-connection-property (7) # chunksize nil
10:51:48 tramp-set-connection-property (7) # last-cmd-time (18204 50964 578000)
10:51:48 tramp-get-connection-property (7) # process-buffer nil
10:51:48 tramp-process-actions (3) # Waiting for prompts from remote shell
10:51:50 tramp-get-connection-property (7) # check-remote-echo nil
10:51:50 tramp-get-connection-property (7) # check-remote-echo nil
10:51:50 tramp-process-one-action (5) # Call `tramp-action-succeed'
10:51:50 tramp-get-connection-property (7) # process-buffer nil
10:51:50 tramp-process-actions (6) #

10:51:50 tramp-maybe-open-connection (3) # Found remote shell prompt
on `server.net.tld'
10:51:50 tramp-get-connection-property (7) # process-name nil
10:51:50 tramp-get-connection-property (7) # remote-echo nil
10:51:50 tramp-send-command-internal (6) # exec env 'ENV='
'PROMPT_COMMAND=' 'PS1=$ ' /bin/sh
10:51:50 tramp-get-connection-property (7) # process-name nil
10:51:50 tramp-get-connection-property (7) # chunksize nil
10:51:50 tramp-set-connection-property (7) # last-cmd-time (18204 50966 953000)
10:51:50 tramp-get-connection-property (7) # process-buffer nil
10:51:50 tramp-get-connection-property (7) # check-remote-echo nil
10:51:50 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #
exec env 'ENV=' 'PROMPT_COMMAND=' 'PS1=$ ' /bin/sh
$
10:51:51 tramp-open-connection-setup-interactive-shell (5) # Setting
up remote shell environment
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command-internal (6) # stty -inlcr -echo kill '^U'
erase '^H'
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize nil
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 15000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #
stty -inlcr -echo kill '^U' erase '^H'
$
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command-internal (6) # echo foo
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize nil
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 78000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #
foo
$
10:51:51 tramp-open-connection-setup-interactive-shell (5) #
Determining coding system
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command-internal (6) # echo foo ; echo bar
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize nil
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 140000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #
foo
bar
$
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command-internal (6) # set +o vi +o emacs
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize nil
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 203000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #
$
10:51:51 tramp-open-connection-setup-interactive-shell (5) # Setting
shell prompt
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 203000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # PROMPT_COMMAND=''; PS1='
///22fafd2cf7b6c06540763f5d47264152
'; PS2=''; PS3=''
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize nil
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 250000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #
> >
///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-get-connection-property (7) # chunksize undef
10:51:51 tramp-open-connection-setup-interactive-shell (5) # Checking
remote host type for `send-process-string' bug
10:51:51 tramp-get-connection-property (7) # uname HP-UX B.11.23
10:51:51 tramp-set-connection-property (7) # chunksize 0
10:51:51 tramp-set-remote-path (5) # Setting $PATH environment variable
10:51:51 tramp-get-connection-property (7) # remote-path (/usr/bin
/usr/ccs/bin /opt/langtools/bin /usr/sbin /usr/local/bin
/usr/contrib/bin)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 250000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) #
PATH=/usr/bin:/usr/ccs/bin:/opt/langtools/bin:/usr/sbin:/usr/local/bin:/usr/contrib/bin;
export PATH
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 312000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #

///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-get-connection-property (7) # remote-shell /bin/sh
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 312000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # mesg n; biff n
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 421000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #
/bin/sh: biff:  not found.

///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-open-connection-setup-interactive-shell (5) # Setting
default environment
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 421000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export HISTFILE
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 500000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #

///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 500000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 562000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #

///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 562000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # LC_TIME=C; export LC_TIME
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 625000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #

///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 625000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # TERM=dumb; export TERM
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 671000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #

///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 671000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # unset correct autocorrect MAILPATH
MAILCHECK MAIL HISTORY CDPATH
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 734000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #

///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # test -d /home/justme 2>/dev/null;
echo tramp_exit_status $?
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 796000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-set-file-property (8) # /home/justme file-directory-p t
10:51:51 tramp-get-file-property (8) # /home/justme/ file-truename undef
10:51:51 tramp-handle-file-truename (4) # Finding true name for
`/pscp:address@hidden:/home/justme/'
10:51:51 tramp-handle-file-truename (5) # Check /home
10:51:51 tramp-get-file-property (8) # /home file-attributes-integer undef
10:51:51 tramp-get-file-property (8) # /home file-exists-p undef
10:51:51 tramp-get-connection-property (7) # file-exists test -e
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 796000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # test -e /home 2>/dev/null; echo
tramp_exit_status $?
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 906000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-set-file-property (8) # /home file-exists-p t
10:51:51 tramp-get-connection-property (7) # stat nil
10:51:51 tramp-get-connection-property (7) # perl \perl
10:51:51 tramp-handle-file-attributes-with-perl (5) # file attributes
with perl: /home
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # scripts nil
10:51:51 tramp-maybe-send-script (5) # Sending script
`tramp_perl_file_attributes'...
10:51:51 tramp-get-connection-property (7) # perl \perl
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # last-cmd-time (18204 50967 906000)
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # remote-echo nil
10:51:51 tramp-send-command (6) # tramp_perl_file_attributes () {
\perl -e '
@stat = lstat($ARGV[0]);
if (($stat[2] & 0170000) == 0120000)
{
    $type = readlink($ARGV[0]);
    $type = "\"$type\"";
}
elsif (($stat[2] & 0170000) == 040000)
{
    $type = "t";
}
else
{
    $type = "nil"
};
$uid = ($ARGV[1] eq "integer") ? $stat[4] : "\"" . getpwuid($stat[4]) . "\"";
$gid = ($ARGV[1] eq "integer") ? $stat[5] : "\"" . getgrgid($stat[5]) . "\"";
printf(
    "(%s %u %s %s (%u %u) (%u %u) (%u %u) %u.0 %u t (%u . %u) -1)\n",
    $type,
    $stat[3],
    $uid,
    $gid,
    $stat[8] >> 16 & 0xffff,
    $stat[8] & 0xffff,
    $stat[9] >> 16 & 0xffff,
    $stat[9] & 0xffff,
    $stat[10] >> 16 & 0xffff,
    $stat[10] & 0xffff,
    $stat[7],
    $stat[2],
    $stat[1] >> 16 & 0xffff,
    $stat[1] & 0xffff
);' "$1" "$2" "$3" 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $?
10:51:51 tramp-get-connection-property (7) # process-name nil
10:51:51 tramp-get-connection-property (7) # chunksize 0
10:51:51 tramp-set-connection-property (7) # last-cmd-time (18204 50967 968000)
10:51:51 tramp-get-connection-property (7) # process-buffer nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:51 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-set-connection-property (7) # scripts
(tramp_perl_file_attributes)
10:51:52 tramp-maybe-send-script (5) # Sending script
`tramp_perl_file_attributes'...done.
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # last-cmd-time (18204 50967 968000)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # remote-echo nil
10:51:52 tramp-send-command (6) # tramp_perl_file_attributes /home
integer 2>/dev/null; echo tramp_exit_status $?
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # chunksize 0
10:51:52 tramp-set-connection-property (7) # last-cmd-time (18204 50968 93000)
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
(t 34 0 3 (18204 50736) (18067 35608) (18067 35608) 8192.0 16877 t (0 . 2) -1)
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # gid-integer 20
10:51:52 tramp-set-file-property (8) # /home file-attributes-integer
(t 34 0 3 (18204 50736) (18067 35608) (18067 35608) 8192 drwxr-xr-x t
(0 . 2) (-1 0))
10:51:52 tramp-handle-file-truename (5) # Check /home/justme
10:51:52 tramp-get-file-property (8) # /home/justme
file-attributes-integer undef
10:51:52 tramp-get-file-property (8) # /home/justme file-exists-p undef
10:51:52 tramp-get-connection-property (7) # file-exists test -e
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # last-cmd-time (18204 50968 93000)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # remote-echo nil
10:51:52 tramp-send-command (6) # test -e /home/justme 2>/dev/null;
echo tramp_exit_status $?
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # chunksize 0
10:51:52 tramp-set-connection-property (7) # last-cmd-time (18204 50968 250000)
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-set-file-property (8) # /home/justme file-exists-p t
10:51:52 tramp-get-connection-property (7) # stat nil
10:51:52 tramp-get-connection-property (7) # perl \perl
10:51:52 tramp-handle-file-attributes-with-perl (5) # file attributes
with perl: /home/justme
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # scripts
(tramp_perl_file_attributes)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # last-cmd-time (18204 50968 250000)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # remote-echo nil
10:51:52 tramp-send-command (6) # tramp_perl_file_attributes
/home/justme integer 2>/dev/null; echo tramp_exit_status $?
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # chunksize 0
10:51:52 tramp-set-connection-property (7) # last-cmd-time (18204 50968 312000)
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
(t 4 103 20 (18201 51248) (18204 50966) (18204 50966) 8192.0 16877 t
(0 . 882) -1)
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # gid-integer 20
10:51:52 tramp-set-file-property (8) # /home/justme
file-attributes-integer (t 4 103 20 (18201 51248) (18204 50966) (18204
50966) 8192 drwxr-xr-x nil (0 . 882) (-1 0))
10:51:52 tramp-handle-file-truename (4) # True name of
`/pscp:address@hidden:/home/justme/' is `/home/justme/'
10:51:52 tramp-set-file-property (8) # /home/justme/ file-truename
/pscp:address@hidden:/home/justme/
10:51:52 tramp-get-file-property (8) # /home/justme file-truename
/pscp:address@hidden:/home/justme/
10:51:52 tramp-get-file-property (8) #
/home/justme/config/environment.rb file-exists-p undef
10:51:52 tramp-get-connection-property (7) # file-exists test -e
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # last-cmd-time (18204 50968 312000)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # remote-echo nil
10:51:52 tramp-send-command (6) # test -e
/home/justme/config/environment.rb 2>/dev/null; echo tramp_exit_status
$?
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # chunksize 0
10:51:52 tramp-set-connection-property (7) # last-cmd-time (18204 50968 453000)
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-set-file-property (8) #
/home/justme/config/environment.rb file-exists-p nil
10:51:52 tramp-get-file-property (8) # /home/config/environment.rb
file-exists-p undef
10:51:52 tramp-get-connection-property (7) # file-exists test -e
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # last-cmd-time (18204 50968 453000)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # remote-echo nil
10:51:52 tramp-send-command (6) # test -e /home/config/environment.rb
2>/dev/null; echo tramp_exit_status $?
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # chunksize 0
10:51:52 tramp-set-connection-property (7) # last-cmd-time (18204 50968 515000)
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-set-file-property (8) # /home/config/environment.rb
file-exists-p nil
10:51:52 tramp-get-file-property (8) # /config/environment.rb
file-exists-p undef
10:51:52 tramp-get-connection-property (7) # file-exists test -e
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # last-cmd-time (18204 50968 515000)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # remote-echo nil
10:51:52 tramp-send-command (6) # test -e /config/environment.rb
2>/dev/null; echo tramp_exit_status $?
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # chunksize 0
10:51:52 tramp-set-connection-property (7) # last-cmd-time (18204 50968 578000)
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-set-file-property (8) # /config/environment.rb file-exists-p nil
10:51:52 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:52 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:52 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:52 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:52 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:52 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:52 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:52 tramp-flush-file-property (8) # /home/justme/
10:51:52 tramp-get-file-property (8) # /home/justme file-directory-p undef
10:51:52 tramp-get-connection-property (7) # test test
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # last-cmd-time (18204 50968 578000)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # remote-echo nil
10:51:52 tramp-send-command (6) # test -d /home/justme 2>/dev/null;
echo tramp_exit_status $?
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # chunksize 0
10:51:52 tramp-set-connection-property (7) # last-cmd-time (18204 50968 703000)
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-set-file-property (8) # /home/justme file-directory-p t
10:51:52 tramp-get-file-property (8) # /home/justme/
directory-files-and-attributes-string undef
10:51:52 tramp-get-connection-property (7) # stat nil
10:51:52 tramp-get-connection-property (7) # perl \perl
10:51:52 tramp-handle-directory-files-and-attributes-with-perl (5) #
directory-files-and-attributes with perl: /home/justme/
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # scripts
(tramp_perl_file_attributes)
10:51:52 tramp-maybe-send-script (5) # Sending script
`tramp_perl_directory_files_and_attributes'...
10:51:52 tramp-get-connection-property (7) # perl \perl
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # last-cmd-time (18204 50968 703000)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # remote-echo nil
10:51:52 tramp-send-command (6) # tramp_perl_directory_files_and_attributes () {
\perl -e '
chdir($ARGV[0]) or printf("\"Cannot change to $ARGV[0]: $''!''\"\n"), exit();
opendir(DIR,".") or printf("\"Cannot open directory $ARGV[0]:
$''!''\"\n"), exit();
@list = readdir(DIR);
closedir(DIR);
$n = scalar(@list);
printf("(\n");
for($i = 0; $i < $n; $i++)
{
    $filename = $list[$i];
    @stat = lstat($filename);
    if (($stat[2] & 0170000) == 0120000)
    {
        $type = readlink($filename);
        $type = "\"$type\"";
    }
    elsif (($stat[2] & 0170000) == 040000)
    {
        $type = "t";
    }
    else
    {
        $type = "nil"
    };
    $uid = ($ARGV[1] eq "integer") ? $stat[4] : "\"" .
getpwuid($stat[4]) . "\"";
    $gid = ($ARGV[1] eq "integer") ? $stat[5] : "\"" .
getgrgid($stat[5]) . "\"";
    printf(
        "(\"%s\" %s %u %s %s (%u %u) (%u %u) (%u %u) %u.0 %u t (%u .
%u) (%u %u))\n",
        $filename,
        $type,
        $stat[3],
        $uid,
        $gid,
        $stat[8] >> 16 & 0xffff,
        $stat[8] & 0xffff,
        $stat[9] >> 16 & 0xffff,
        $stat[9] & 0xffff,
        $stat[10] >> 16 & 0xffff,
        $stat[10] & 0xffff,
        $stat[7],
        $stat[2],
        $stat[1] >> 16 & 0xffff,
        $stat[1] & 0xffff,
        $stat[0] >> 16 & 0xffff,
        $stat[0] & 0xffff);
}
printf(")\n");' "$1" "$2" "$3" 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $?
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # chunksize 0
10:51:52 tramp-set-connection-property (7) # last-cmd-time (18204 50968 781000)
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-set-connection-property (7) # scripts
(tramp_perl_directory_files_and_attributes tramp_perl_file_attributes)
10:51:52 tramp-maybe-send-script (5) # Sending script
`tramp_perl_directory_files_and_attributes'...done.
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # last-cmd-time (18204 50968 781000)
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # remote-echo nil
10:51:52 tramp-send-command (6) #
tramp_perl_directory_files_and_attributes /home/justme/ string
2>/dev/null; echo tramp_exit_status $?
10:51:52 tramp-get-connection-property (7) # process-name nil
10:51:52 tramp-get-connection-property (7) # chunksize 0
10:51:52 tramp-set-connection-property (7) # last-cmd-time (18204 50968 906000)
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-get-connection-property (7) # check-remote-echo nil
10:51:52 tramp-wait-for-regexp (6) #
(
<directory list>
)
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # process-buffer nil
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:52 tramp-get-connection-property (7) # gid-string users
10:51:53 tramp-get-connection-property (7) # gid-string users
10:51:53 tramp-get-connection-property (7) # gid-string users
10:51:53 tramp-set-file-property (8) #
10:51:53 tramp-get-file-property (8) # /home/justme/
file-attributes-integer undef
10:51:53 tramp-get-file-property (8) # /home/justme/ file-exists-p undef
10:51:53 tramp-get-connection-property (7) # file-exists test -e
10:51:53 tramp-get-connection-property (7) # process-name nil
10:51:53 tramp-get-connection-property (7) # last-cmd-time (18204 50968 906000)
10:51:53 tramp-get-connection-property (7) # process-name nil
10:51:53 tramp-get-connection-property (7) # remote-echo nil
10:51:53 tramp-send-command (6) # test -e /home/justme/ 2>/dev/null;
echo tramp_exit_status $?
10:51:53 tramp-get-connection-property (7) # process-name nil
10:51:53 tramp-get-connection-property (7) # chunksize 0
10:51:53 tramp-set-connection-property (7) # last-cmd-time (18204 50969 46000)
10:51:53 tramp-get-connection-property (7) # process-buffer nil
10:51:53 tramp-get-connection-property (7) # check-remote-echo nil
10:51:53 tramp-get-connection-property (7) # check-remote-echo nil
10:51:53 tramp-get-connection-property (7) # check-remote-echo nil
10:51:53 tramp-get-connection-property (7) # check-remote-echo nil
10:51:53 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:53 tramp-get-connection-property (7) # process-buffer nil
10:51:53 tramp-set-file-property (8) # /home/justme/ file-exists-p t
10:51:53 tramp-get-connection-property (7) # stat nil
10:51:53 tramp-get-connection-property (7) # perl \perl
10:51:53 tramp-handle-file-attributes-with-perl (5) # file attributes
with perl: /home/justme/
10:51:53 tramp-get-connection-property (7) # process-name nil
10:51:53 tramp-get-connection-property (7) # scripts
(tramp_perl_directory_files_and_attributes tramp_perl_file_attributes)
10:51:53 tramp-get-connection-property (7) # process-name nil
10:51:53 tramp-get-connection-property (7) # last-cmd-time (18204 50969 46000)
10:51:53 tramp-get-connection-property (7) # process-name nil
10:51:53 tramp-get-connection-property (7) # remote-echo nil
10:51:53 tramp-send-command (6) # tramp_perl_file_attributes
/home/justme/ integer 2>/dev/null; echo tramp_exit_status $?
10:51:53 tramp-get-connection-property (7) # process-name nil
10:51:53 tramp-get-connection-property (7) # chunksize 0
10:51:53 tramp-set-connection-property (7) # last-cmd-time (18204 50969 109000)
10:51:53 tramp-get-connection-property (7) # process-buffer nil
10:51:53 tramp-get-connection-property (7) # check-remote-echo nil
10:51:53 tramp-get-connection-property (7) # check-remote-echo nil
10:51:53 tramp-get-connection-property (7) # check-remote-echo nil
10:51:53 tramp-get-connection-property (7) # check-remote-echo nil
10:51:53 tramp-wait-for-regexp (6) #
(t 4 103 20 (18204 50968) (18204 50966) (18204 50966) 8192.0 16877 t
(0 . 882) -1)
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:53 tramp-get-connection-property (7) # process-buffer nil
10:51:53 tramp-get-connection-property (7) # process-buffer nil
10:51:53 tramp-get-connection-property (7) # gid-integer 20
10:51:53 tramp-set-file-property (8) # /home/justme/
file-attributes-integer (t 4 103 20 (18204 50968) (18204 50966) (18204
50966) 8192 drwxr-xr-x nil (0 . 882) (-1 0))
10:51:56 tramp-get-file-property (8) # /home/justme/scripts file-exists-p undef
10:51:56 tramp-get-connection-property (7) # file-exists test -e
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # last-cmd-time (18204 50969 109000)
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # remote-echo nil
10:51:56 tramp-send-command (6) # test -e /home/justme/scripts
2>/dev/null; echo tramp_exit_status $?
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # chunksize 0
10:51:56 tramp-set-connection-property (7) # last-cmd-time (18204 50972 765000)
10:51:56 tramp-get-connection-property (7) # process-buffer nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:56 tramp-get-connection-property (7) # process-buffer nil
10:51:56 tramp-set-file-property (8) # /home/justme/scripts file-exists-p t
10:51:56 tramp-get-file-property (8) # /home/justme/scripts
file-directory-p undef
10:51:56 tramp-get-connection-property (7) # test test
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # last-cmd-time (18204 50972 765000)
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # remote-echo nil
10:51:56 tramp-send-command (6) # test -d /home/justme/scripts
2>/dev/null; echo tramp_exit_status $?
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # chunksize 0
10:51:56 tramp-set-connection-property (7) # last-cmd-time (18204 50972 875000)
10:51:56 tramp-get-connection-property (7) # process-buffer nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:56 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:56 tramp-get-connection-property (7) # process-buffer nil
10:51:56 tramp-set-file-property (8) # /home/justme/scripts file-directory-p t
10:51:56 tramp-get-file-property (8) # /home/justme/scripts file-truename undef
10:51:56 tramp-handle-file-truename (4) # Finding true name for
`/pscp:address@hidden:/home/justme/scripts'
10:51:56 tramp-handle-file-truename (5) # Check /home
10:51:56 tramp-get-file-property (8) # /home file-attributes-integer
(t 34 0 3 (18204 50736) (18067 35608) (18067 35608) 8192 drwxr-xr-x t
(0 . 2) (-1 0))
10:51:56 tramp-handle-file-truename (5) # Check /home/justme
10:51:56 tramp-get-file-property (8) # /home/justme
file-attributes-integer (t 4 103 20 (18204 50968) (18204 50966) (18204
50966) 8192 drwxr-xr-x nil (0 . 882) (-1 0))
10:51:56 tramp-handle-file-truename (5) # Check /home/justme/scripts
10:51:56 tramp-get-file-property (8) # /home/justme/scripts
file-attributes-integer undef
10:51:56 tramp-get-file-property (8) # /home/justme/scripts file-exists-p t
10:51:56 tramp-get-connection-property (7) # stat nil
10:51:56 tramp-get-connection-property (7) # perl \perl
10:51:56 tramp-handle-file-attributes-with-perl (5) # file attributes
with perl: /home/justme/scripts
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # scripts
(tramp_perl_directory_files_and_attributes tramp_perl_file_attributes)
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # last-cmd-time (18204 50972 875000)
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # remote-echo nil
10:51:56 tramp-send-command (6) # tramp_perl_file_attributes
/home/justme/scripts integer 2>/dev/null; echo tramp_exit_status $?
10:51:56 tramp-get-connection-property (7) # process-name nil
10:51:56 tramp-get-connection-property (7) # chunksize 0
10:51:56 tramp-set-connection-property (7) # last-cmd-time (18204 50972 968000)
10:51:56 tramp-get-connection-property (7) # process-buffer nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:56 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-wait-for-regexp (6) #
(t 4 103 20 (18204 48367) (18199 28257) (18199 28257) 8192.0 16832 t
(0 . 2016) -1)
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # gid-integer 20
10:51:57 tramp-set-file-property (8) # /home/justme/scripts
file-attributes-integer (t 4 103 20 (18204 48367) (18199 28257) (18199
28257) 8192 drwx------ nil (0 . 2016) (-1 0))
10:51:57 tramp-handle-file-truename (4) # True name of
`/pscp:address@hidden:/home/justme/scripts' is
`/home/justme/scripts'
10:51:57 tramp-set-file-property (8) # /home/justme/scripts
file-truename /pscp:address@hidden:/home/justme/scripts
10:51:57 tramp-get-file-property (8) # /home/justme/scripts
file-truename /pscp:address@hidden:/home/justme/scripts
10:51:57 tramp-get-file-property (8) # /home/justme/scripts file-directory-p t
10:51:57 tramp-get-file-property (8) #
/home/justme/scripts/config/environment.rb file-exists-p undef
10:51:57 tramp-get-connection-property (7) # file-exists test -e
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # last-cmd-time (18204 50972 968000)
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # remote-echo nil
10:51:57 tramp-send-command (6) # test -e
/home/justme/scripts/config/environment.rb 2>/dev/null; echo
tramp_exit_status $?
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # chunksize 0
10:51:57 tramp-set-connection-property (7) # last-cmd-time (18204 50973 62000)
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///22fafd2cf7b6c06540763f5d47264152
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-set-file-property (8) #
/home/justme/scripts/config/environment.rb file-exists-p nil
10:51:57 tramp-get-file-property (8) #
/home/justme/config/environment.rb file-exists-p nil
10:51:57 tramp-get-file-property (8) # /home/config/environment.rb
file-exists-p nil
10:51:57 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:57 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:57 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:57 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:57 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:57 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:57 tramp-get-file-property (8) # /config/environment.rb file-exists-p nil
10:51:57 tramp-flush-file-property (8) # /home/justme/scripts/
10:51:57 tramp-get-file-property (8) # /home/justme/scripts
file-directory-p undef
10:51:57 tramp-get-connection-property (7) # test test
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # last-cmd-time (18204 50973 62000)
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # remote-echo nil
10:51:57 tramp-send-command (6) # test -d /home/justme/scripts
2>/dev/null; echo tramp_exit_status $?
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # chunksize 0
10:51:57 tramp-set-connection-property (7) # last-cmd-time (18204 50973 203000)
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-set-file-property (8) # /home/justme/scripts file-directory-p t
10:51:57 tramp-get-file-property (8) # /home/justme/scripts/
directory-files-and-attributes-string undef
10:51:57 tramp-get-connection-property (7) # stat nil
10:51:57 tramp-get-connection-property (7) # perl \perl
10:51:57 tramp-handle-directory-files-and-attributes-with-perl (5) #
directory-files-and-attributes with perl: /home/justme/scripts/
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # scripts
(tramp_perl_directory_files_and_attributes tramp_perl_file_attributes)
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # last-cmd-time (18204 50973 203000)
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # remote-echo nil
10:51:57 tramp-send-command (6) #
tramp_perl_directory_files_and_attributes /home/justme/scripts/ string
2>/dev/null; echo tramp_exit_status $?
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # chunksize 0
10:51:57 tramp-set-connection-property (7) # last-cmd-time (18204 50973 265000)
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-wait-for-regexp (6) #
(
<directory list>
)
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-get-connection-property (7) # gid-string users
10:51:57 tramp-set-file-property (8) #
10:51:57 tramp-get-file-property (8) # /home/justme/scripts/
file-attributes-integer undef
10:51:57 tramp-get-file-property (8) # /home/justme/scripts/ file-exists-p undef
10:51:57 tramp-get-connection-property (7) # file-exists test -e
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # last-cmd-time (18204 50973 265000)
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # remote-echo nil
10:51:57 tramp-send-command (6) # test -e /home/justme/scripts/
2>/dev/null; echo tramp_exit_status $?
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # chunksize 0
10:51:57 tramp-set-connection-property (7) # last-cmd-time (18204 50973 437000)
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-set-file-property (8) # /home/justme/scripts/ file-exists-p t
10:51:57 tramp-get-connection-property (7) # stat nil
10:51:57 tramp-get-connection-property (7) # perl \perl
10:51:57 tramp-handle-file-attributes-with-perl (5) # file attributes
with perl: /home/justme/scripts/
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # scripts
(tramp_perl_directory_files_and_attributes tramp_perl_file_attributes)
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # last-cmd-time (18204 50973 437000)
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # remote-echo nil
10:51:57 tramp-send-command (6) # tramp_perl_file_attributes
/home/justme/scripts/ integer 2>/dev/null; echo tramp_exit_status $?
10:51:57 tramp-get-connection-property (7) # process-name nil
10:51:57 tramp-get-connection-property (7) # chunksize 0
10:51:57 tramp-set-connection-property (7) # last-cmd-time (18204 50973 500000)
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-get-connection-property (7) # check-remote-echo nil
10:51:57 tramp-wait-for-regexp (6) #
(t 4 103 20 (18204 50973) (18199 28257) (18199 28257) 8192.0 16832 t
(0 . 2016) -1)
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # process-buffer nil
10:51:57 tramp-get-connection-property (7) # gid-integer 20
10:51:57 tramp-set-file-property (8) # /home/justme/scripts/
file-attributes-integer (t 4 103 20 (18204 50973) (18199 28257) (18199
28257) 8192 drwx------ nil (0 . 2016) (-1 0))
10:52:00 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-exists-p undef
10:52:00 tramp-get-connection-property (7) # file-exists test -e
10:52:00 tramp-get-connection-property (7) # process-name nil
10:52:00 tramp-get-connection-property (7) # last-cmd-time (18204 50973 500000)
10:52:00 tramp-get-connection-property (7) # process-name nil
10:52:00 tramp-get-connection-property (7) # remote-echo nil
10:52:00 tramp-send-command (6) # test -e
/home/justme/scripts/distagentqm 2>/dev/null; echo tramp_exit_status
$?
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # chunksize 0
10:52:01 tramp-set-connection-property (7) # last-cmd-time (18204 50977 31000)
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-set-file-property (8) #
/home/justme/scripts/distagentqm file-exists-p t
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-directory-p undef
10:52:01 tramp-get-connection-property (7) # test test
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # last-cmd-time (18204 50977 31000)
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # remote-echo nil
10:52:01 tramp-send-command (6) # test -d
/home/justme/scripts/distagentqm 2>/dev/null; echo tramp_exit_status
$?
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # chunksize 0
10:52:01 tramp-set-connection-property (7) # last-cmd-time (18204 50977 93000)
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-wait-for-regexp (6) #
tramp_exit_status 1

///22fafd2cf7b6c06540763f5d47264152
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-set-file-property (8) #
/home/justme/scripts/distagentqm file-directory-p nil
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-truename undef
10:52:01 tramp-handle-file-truename (4) # Finding true name for
`/pscp:address@hidden:/home/justme/scripts/distagentqm'
10:52:01 tramp-handle-file-truename (5) # Check /home
10:52:01 tramp-get-file-property (8) # /home file-attributes-integer
(t 34 0 3 (18204 50736) (18067 35608) (18067 35608) 8192 drwxr-xr-x t
(0 . 2) (-1 0))
10:52:01 tramp-handle-file-truename (5) # Check /home/justme
10:52:01 tramp-get-file-property (8) # /home/justme
file-attributes-integer (t 4 103 20 (18204 50968) (18204 50966) (18204
50966) 8192 drwxr-xr-x nil (0 . 882) (-1 0))
10:52:01 tramp-handle-file-truename (5) # Check /home/justme/scripts
10:52:01 tramp-get-file-property (8) # /home/justme/scripts
file-attributes-integer (t 4 103 20 (18204 50973) (18199 28257) (18199
28257) 8192 drwx------ nil (0 . 2016) (-1 0))
10:52:01 tramp-handle-file-truename (5) # Check /home/justme/scripts/distagentqm
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-attributes-integer undef
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-exists-p t
10:52:01 tramp-get-connection-property (7) # stat nil
10:52:01 tramp-get-connection-property (7) # perl \perl
10:52:01 tramp-handle-file-attributes-with-perl (5) # file attributes
with perl: /home/justme/scripts/distagentqm
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # scripts
(tramp_perl_directory_files_and_attributes tramp_perl_file_attributes)
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # last-cmd-time (18204 50977 93000)
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # remote-echo nil
10:52:01 tramp-send-command (6) # tramp_perl_file_attributes
/home/justme/scripts/distagentqm integer 2>/dev/null; echo
tramp_exit_status $?
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # chunksize 0
10:52:01 tramp-set-connection-property (7) # last-cmd-time (18204 50977 171000)
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-wait-for-regexp (6) #
(nil 1 103 20 (18204 49972) (18198 32807) (18201 51248) 2407.0 33216 t
(0 . 2143) -1)
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-get-connection-property (7) # gid-integer 20
10:52:01 tramp-set-file-property (8) #
/home/justme/scripts/distagentqm file-attributes-integer (nil 1 103 20
(18204 49972) (18198 32807) (18201 51248) 2407 -rwx------ nil (0 .
2143) (-1 0))
10:52:01 tramp-handle-file-truename (4) # True name of
`/pscp:address@hidden:/home/justme/scripts/distagentqm' is
`/home/justme/scripts/distagentqm'
10:52:01 tramp-set-file-property (8) #
/home/justme/scripts/distagentqm file-truename
/pscp:address@hidden:/home/justme/scripts/distagentqm
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-attributes-integer (nil 1 103 20
(18204 49972) (18198 32807) (18201 51248) 2407 -rwx------ nil (0 .
2143) (-1 0))
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-truename
/pscp:address@hidden:/home/justme/scripts/distagentqm
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-attributes-integer (nil 1 103 20
(18204 49972) (18198 32807) (18201 51248) 2407 -rwx------ nil (0 .
2143) (-1 0))
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-exists-p t
10:52:01 tramp-get-connection-property (7) # remote-encoding
tramp-perl-encode-with-module
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # scripts
(tramp_perl_directory_files_and_attributes tramp_perl_file_attributes)
10:52:01 tramp-maybe-send-script (5) # Sending script
`tramp_perl_encode_with_module'...
10:52:01 tramp-get-connection-property (7) # perl \perl
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # last-cmd-time (18204 50977 171000)
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # remote-echo nil
10:52:01 tramp-send-command (6) # tramp_perl_encode_with_module () {
\perl -MMIME::Base64 -0777 -ne 'print encode_base64($_)' 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $?
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # chunksize 0
10:52:01 tramp-set-connection-property (7) # last-cmd-time (18204 50977 312000)
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-set-connection-property (7) # scripts
(tramp_perl_encode_with_module
tramp_perl_directory_files_and_attributes tramp_perl_file_attributes)
10:52:01 tramp-maybe-send-script (5) # Sending script
`tramp_perl_encode_with_module'...done.
10:52:01 tramp-get-connection-property (7) # local-decoding base64-decode-region
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-exists-p t
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-attributes-integer (nil 1 103 20
(18204 49972) (18198 32807) (18201 51248) 2407 -rwx------ nil (0 .
2143) (-1 0))
10:52:01 tramp-handle-file-local-copy (5) # Encoding remote file
/pscp:address@hidden:/home/justme/scripts/distagentqm...
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # last-cmd-time (18204 50977 312000)
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # remote-echo nil
10:52:01 tramp-send-command (6) # tramp_perl_encode_with_module <
/home/justme/scripts/distagentqm 2>/dev/null; echo tramp_exit_status
$?
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # chunksize 0
10:52:01 tramp-set-connection-property (7) # last-cmd-time (18204 50977 406000)
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-wait-for-regexp (6) #
<uuencoded file>
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-handle-file-local-copy (5) # Encoding remote file
/pscp:address@hidden:/home/justme/scripts/distagentqm...done
10:52:01 tramp-handle-file-local-copy (5) # Decoding remote file
/pscp:address@hidden:/home/justme/scripts/distagentqm...
10:52:01 tramp-handle-file-local-copy (5) # Decoding remote file
/pscp:address@hidden:/home/justme/scripts/distagentqm with
function base64-decode-region...
10:52:01 tramp-handle-file-local-copy (5) # Decoding remote file
/pscp:address@hidden:/home/justme/scripts/distagentqm...done
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-exists-p t
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-attributes-integer (nil 1 103 20
(18204 49972) (18198 32807) (18201 51248) 2407 -rwx------ nil (0 .
2143) (-1 0))
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-exists-p t
10:52:01 tramp-get-file-property (8) #
/home/justme/scripts/distagentqm file-readable-p undef
10:52:01 tramp-get-connection-property (7) # test test
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # last-cmd-time (18204 50977 406000)
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # remote-echo nil
10:52:01 tramp-send-command (6) # test -r
/home/justme/scripts/distagentqm 2>/dev/null; echo tramp_exit_status
$?
10:52:01 tramp-get-connection-property (7) # process-name nil
10:52:01 tramp-get-connection-property (7) # chunksize 0
10:52:01 tramp-set-connection-property (7) # last-cmd-time (18204 50977 578000)
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-get-connection-property (7) # check-remote-echo nil
10:52:01 tramp-wait-for-regexp (6) #
tramp_exit_status 0

///22fafd2cf7b6c06540763f5d47264152
10:52:01 tramp-get-connection-property (7) # process-buffer nil
10:52:01 tramp-set-file-property (8) #
/home/justme/scripts/distagentqm file-readable-p t

Messages:
Tramp: Opening connection for address@hidden using pscp...
Loading outline...done
Tramp: Waiting 60s for local shell to come up...
Tramp: Sending command `plink server.net.tld -l justme  -ssh && exit || exit'
Tramp: Waiting for prompts from remote shell
Tramp: Found remote shell prompt on `server.net.tld'
Wrote c:/Temp/tramp.1740ssW
Loading debug...done
Entering debugger...


Any help you can provide would be greatly appreciated.

Thanks,
Karl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]