unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Asif <asif.haswarey@gmail.com>
Cc: 36015@debbugs.gnu.org
Subject: bug#36015: 26.2; Tramp fails with "Invalid base64 data".
Date: Fri, 31 May 2019 10:17:46 +0200	[thread overview]
Message-ID: <875zprghqt.fsf@gmx.de> (raw)
In-Reply-To: <CAOzwu7dmTanNG_OGz0tvmdU5dCd9z_ax-bCDAw7XUvSh8bih5A@mail.gmail.com> (Asif's message of "Thu, 30 May 2019 13:06:38 -0700")

Asif <asif.haswarey@gmail.com> writes:

Hi Asif,

> Procedure:
>
> C-x d
> /ssh2x11:USERNAME@HOSTNAME:/home/USERNAME/Projects/Koji/clearlinux/packages/systemd/results/
>
> g
> <Moved to the 5MB large file name.>
> RET
> <I get minibuffer message: Invalid base64 data>
>
> The same works perfectly for Emacs 25.2.2 Tramp: 2.2.13.25.2
> The same fails for Emacs: 26.2 Tramp: 2.3.5.26.2

First question: Could you try to reproduce it with "emacs -Q", and Tramp
method "ssh"?

> Tramp method used:
>
> ("ssh2x11"
>   (tramp-login-program "ssh")
>   (tramp-login-args
>    (("-2")
>     ("-vv")
>     ("-l" "%u")
>     ("-p" "%p")
>     ("%c")
>     ("-e" "none")
>     ("-X")
>     ("%h")))
>   (tramp-async-args
>    (("-q")))
>   (tramp-remote-shell "/bin/sh")
>   (tramp-remote-shell-login
>    ("-l"))
>   (tramp-remote-shell-args
>    ("-c"))
>   (tramp-gw-args
>    (("-o" "GlobalKnownHostsFile=/dev/null")
>     ("-o" "UserKnownHostsFile=/dev/null")
>     ("-o" "StrictHostKeyChecking=no")
>     ("-o" "ForwardX11=yes")))
>   (tramp-default-port 22))

tramp-gw-args do not exist any longer in Tramp 2.3 (Emacs 26), you can
remove them.

And you won't need your own method at all, if you declare "ForwardX11 yes"
in your ~/.ssh/config.

> Tramp debug capture:
>
> ;; Emacs: 26.2 Tramp: 2.3.5.26.2 -*- mode: outline; -*-
> ;; tramp-verbose 4

Well, this doesn't give sufficient information. I would like to have
tramp-verbose 6 at least (or tramp-verbose 10 for everything).

And maybe you send the debug buffer as attachmnet? This would keep its
structure, which is better for reading.

Best regards, Michael.





  reply	other threads:[~2019-05-31  8:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-30 20:06 bug#36015: 26.2; Tramp fails with "Invalid base64 data" Asif
2019-05-31  8:17 ` Michael Albinus [this message]
2019-06-01  0:07   ` Asif
2019-06-01  7:53     ` 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=875zprghqt.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=36015@debbugs.gnu.org \
    --cc=asif.haswarey@gmail.com \
    /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).