Re: ssh and scp get stuck after some amount of data

2019-10-24 Thread Bruno Haible
Thomas Schwinge wrote: > I thus tried: > > $ pv --rate-limit 1M [file] | ssh [...] 'cat > [file]' > > ..., which crashed after 368 MiB. Probably you need a rate limit smaller than 1 MB/sec, then? Bruno

Re: [PATCH] Specify encoding of texinfo file

2019-10-24 Thread Samuel Thibault
Luca Weiss, le jeu. 24 oct. 2019 19:45:04 +0200, a ecrit: > This fixes the build with texinfo 6.7 Applied, thanks! Samuel

[PATCH] Specify encoding of texinfo file

2019-10-24 Thread Luca Weiss
This fixes the build with texinfo 6.7 --- The error message: /bin/sh /mnt/hdd/cross-hurd/tmp/src/gnumach.obj/../gnumach/build-aux/install-sh -C -m 644 ../gnumach/include/mach/std_types.h ../gnumach/include/mach/syscall_sw.h ../gnumach/include/mach/task_info.h

Re: ssh and scp get stuck after some amount of data

2019-10-24 Thread Thomas Schwinge
Hi! Ha, I remembered right that I had seen such a problem reported before... On 2018-01-15T12:31:04+0100, Bruno Haible wrote: > I tried: >> # tar cf - directory | ssh bruno@10.0.2.2 tar xf - >> It hangs after transferring 1.6 GB. I.e. no more data arrives within 15 >> minutes. You were