Current-Users archive

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

Re: ssh client_loop send disconnnect from Dom0 -> DomU (NetBSD 10.0_BETA/Xen)



On Wed, 21 Jun 2023, Matthias Petermann wrote:

Before I had dd in place, I used a redirection > $dumpname which results in the same kind of broken pipe issues. I just did verify this by repeating this as an isolated test case.


I don't get that: there's no pipe there when you do `> file'. So how come
a Broken pipe still?

```
$ ssh arpa.sdf.org 'dd if=/dev/zero bs=1m count=10 msgfmt=quiet' > /dev/full || echo FAIL
FAIL
$
```

Can you give the exact command you tested with?

-RVP

PS. Any `ProxyCommand' set in `~/.ssh/config'?


Home | Main Index | Thread Index | Old Index