unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Manuel Uberti <manuel.uberti@inventati.org>
Cc: 20662@debbugs.gnu.org
Subject: bug#20662: 25.0.50; Remote copy through Dired fails
Date: Sat, 30 May 2015 10:19:03 +0200	[thread overview]
Message-ID: <87eglybhqg.fsf@gmx.de> (raw)
In-Reply-To: <55695FB3.8010703@inventati.org> (Manuel Uberti's message of "Sat, 30 May 2015 08:58:59 +0200")

Manuel Uberti <manuel.uberti@inventati.org> writes:

Hi Manuel,

>> Unfortunately, the trace does not tell us what went wrong with
>> `call-process-region'. I've committed a patch to the Emacs repository
>> improving the trace. Could you, please, rebuild Emacs and rerun the test
>> with `tramp-verbose' set to 6? The debug buffer might tell us more then.
>
> Sure thing, Michael, find attached the stacktrace.
> Hope this helps. And if you need me to do other tests, please ask.

Unfortunately, the additional traces are not visible:

> 08:57:27.846392 tramp-sh-handle-file-local-copy (3) # Decoding local file `/tmp/tramp.13701TQ.ods' with `(lambda (beg end) (base64-decode-region beg end) (let ((coding-system-for-write (quote binary)) (coding-system-for-read (quote binary))) (apply (quote call-process-region) (point-min) (point-max) (car (split-string gzip -d)) t t nil (cdr (split-string gzip -d)))))'...
> 08:57:27.853406 tramp-sh-handle-file-local-copy (3) # Decoding local file `/tmp/tramp.13701TQ.ods' with `(lambda (beg end) (base64-decode-region beg end) (let ((coding-system-for-write (quote binary)) (coding-system-for-read (quote binary))) (apply (quote call-process-region) (point-min) (point-max) (car (split-string gzip -d)) t t nil (cdr (split-string gzip -d)))))'...failed

Locally, I see traces like this:

10:10:28.329956 tramp-sh-handle-file-local-copy (3) # Decoding local file `/tmp/tramp.21069tQL.log' with `(lambda (beg end) (base64-decode-region beg end) (let ((coding-system-for-write (quote binary)) (coding-system-for-read (quote binary)) (default-directory (tramp-compat-temporary-file-directory))) (apply (quote tramp-call-process-region) [ssh nil ford /tmp/.eagent.log nil] (point-min) (point-max) (car (split-string gzip -d)) t t nil (cdr (split-string gzip -d)))))'...
10:10:28.331115 tramp-call-process-region (6) # `gzip -d' 1 2260 t  *temp file*
10:10:28.332384 tramp-call-process-region (6) # 0
10:10:28.373900 tramp-sh-handle-file-local-copy (3) # Decoding local file `/tmp/tramp.21069tQL.log' with `(lambda (beg end) (base64-decode-region beg end) (let ((coding-system-for-write (quote binary)) (coding-system-for-read (quote binary)) (default-directory (tramp-compat-temporary-file-directory))) (apply (quote tramp-call-process-region) [ssh nil ford /tmp/.eagent.log nil] (point-min) (point-max) (car (split-string gzip -d)) t t nil (cdr (split-string gzip -d)))))'...done

Have you pulled Emacs from the repository, recompiled, and restarted Emacs?

> Regads,
>
> Manuel Uberti

Best regards, Michael.





  reply	other threads:[~2015-05-30  8:19 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-26 16:14 bug#20662: 25.0.50; Remote copy through Dired fails Manuel Uberti
2015-05-27  8:31 ` Michael Albinus
2015-05-27 13:11   ` Manuel Uberti
2015-05-27 17:57     ` Michael Albinus
2015-05-27 19:02       ` Manuel Uberti
2015-05-28 10:12         ` Michael Albinus
2015-05-28 12:39           ` Manuel Uberti
2015-05-28 13:16             ` Michael Albinus
2015-05-28 14:08               ` Manuel Uberti
2015-05-28 15:10                 ` Michael Albinus
2015-05-28 15:23                   ` Manuel Uberti
2015-05-28 15:56                     ` Michael Albinus
2015-05-28 16:09                       ` Manuel Uberti
2015-05-28 18:42                         ` Michael Albinus
2015-05-29 13:18                           ` Manuel Uberti
2015-05-29 13:22                           ` Manuel Uberti
2015-05-29 17:51                             ` Michael Albinus
2015-05-30  6:58                               ` Manuel Uberti
2015-05-30  8:19                                 ` Michael Albinus [this message]
2015-05-30  8:31                                   ` Manuel Uberti
2015-05-30  8:38                                     ` Michael Albinus
2015-05-30  8:50                                       ` Manuel Uberti
2015-05-30  9:03                                         ` Michael Albinus
2015-05-30  9:35                                           ` Manuel Uberti
2015-05-30 10:00                                             ` Michael Albinus
     [not found]                                               ` <55699025.5080504@inventati.org>
2015-05-30 10:40                                                 ` Michael Albinus
2015-05-30 15:00                                                   ` Manuel Uberti
2015-05-30 17:39                                                     ` Michael Albinus
2015-06-01 13:01                                                       ` Manuel Uberti
2015-06-01 13:44                                                         ` Michael Albinus
2015-05-28 14:21               ` Manuel Uberti
2015-05-28 16:00 ` bug#20662: Status: " Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eglybhqg.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=20662@debbugs.gnu.org \
    --cc=manuel.uberti@inventati.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).