tramp-devel
[Top][All Lists]
Advanced

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

tramp (2.0.36); sometimes hangs on sending perl file attributes


From: Jason Lewis
Subject: tramp (2.0.36); sometimes hangs on sending perl file attributes
Date: Sun, 9 Nov 2003 08:27:41 +1100 (EST)

--text follows this line--

Enter your bug report in this message, including as much detail as you
possibly can about the problem, what you did to cause it and what the
local and remote machines are.

If you can give a simple set of instructions to make this bug happen
reliably, please include those.  Thank you for helping kill bugs in
TRAMP.

Another useful thing to do is to put (setq tramp-debug-buffer t) in
the ~/.emacs file and to repeat the bug.  Then, include the contents
of the *tramp/foo* buffer and the *debug tramp/foo* buffer in your bug
report.

--bug report follows this line--


I have problems connecting to some hosts, tramp hangs when sending perl
file attributs.


here is the output...

while read d; do if test -x $d/perl5 -a -f $d/perl5; then echo
tramp_executable $d/perl5; break; fi; done <<'EOF'
/bin
/usr/bin
/usr/sbin
/usr/local/bin
/usr/ccs/bin
/local/bin
/local/freeware/bin
/local/gnu/bin
/usr/freeware/bin
/usr/pkg/bin
/usr/contrib/bin
EOF
tramp_file_attributes () {
$d/perl5; break; fi; done <<'EOF' -e '$f = $ARGV[0];
@s = lstat($f);
if (($s[2] & 0170000) == 0120000) { $l = readlink($f); $l = "\"$l\""; }
elsif (($s[2] & 0170000) == 040000) { $l = "t"; }
else { $l = "nil" };
printf("(%s %u %d %d (%u %u) (%u %u) (%u %u) %u %u t (%u . %u) -1)\n",
$l, $s[3], $s[4], $s[5], $s[8] >> 16 & 0xffff, $s[8] & 0xffff,
$s[9] >> 16 & 0xffff, $s[9] & 0xffff, $s[10] >> 16 & 0xffff, $s[10] & 0xffff,
$s[7], $s[2], $s[1] >> 16 & 0xffff, $s[1] & 0xffff);' $1 2>/dev/null
}
sh: syntax error near unexpected token `;'

///25acae23d377dbf94df0da6327ef2ba3
sh: syntax error near unexpected token `lstat($'

///25acae23d377dbf94df0da6327ef2ba3
sh: syntax error near unexpected token `=='

///25acae23d377dbf94df0da6327ef2ba3
sh: syntax error near unexpected token `(($'

///25acae23d377dbf94df0da6327ef2ba3
sh: syntax error near unexpected token `else'

///25acae23d377dbf94df0da6327ef2ba3
sh: syntax error near unexpected token `-1)\n",'

///25acae23d377dbf94df0da6327ef2ba3
[1] 10508
[2] 10509
sh: 0xffff,: command not found

///25acae23d377dbf94df0da6327ef2ba3
[3] 10511
[4] 10512
[5] 10513
[6] 10514
sh: 0xffff,: command not found

///25acae23d377dbf94df0da6327ef2ba3
sh: syntax error near unexpected token `;'

///25acae23d377dbf94df0da6327ef2ba3
sh: syntax error near unexpected token `}'

///25acae23d377dbf94df0da6327ef2ba3
sh: ,: command not found
sh: 0xffff,: command not found
sh: [9]: command not found
sh: 0xffff,: command not found
sh: 0xffff,: command not found
sh: 0xffff,: command not found


Emacs  : GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600)
 of 2003-08-22 on MIDASPSE17
Package: tramp (2.0.36)

current state:
==============
(setq
 tramp-ls-command nil
 tramp-test-groks-nt nil
 tramp-file-exists-command nil
 tramp-current-multi-method nil
 tramp-current-method nil
 tramp-current-user nil
 tramp-current-host nil
 tramp-auto-save-directory nil
 tramp-default-method "plink"
 tramp-rsh-end-of-line "\n"
 tramp-default-password-end-of-line "\n"
 tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"
                     "/usr/ccs/bin" "/local/bin" "/local/freeware/bin"
                     "/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin"
                     "/usr/contrib/bin")
 tramp-login-prompt-regexp ".*ogin: *"
 tramp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\):




reply via email to

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