b4f18dade45ad4fcbf1b6e5c1fa98b85437ddba1
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2018-09-25T17:18:14Z"
5  content="""
6 Ok, reproduced by downgrading git-annex, so it is a reversion in the
7 fallback from p2pstdio.
8
9 It is indeed caused by [[!commit b18fb1e343e9654207fbebacf686659c75d0fb4c]],
10 because that adds a new ProtocolEOF value, and postAuth has a fallthrough
11 case that tries to then send a ERROR message back over the connection, but
12 by that time the pipe has closed.
13
14 So that was an easy fix. I do still wonder how a system that displays
15 /etc/issue or whatever to noninteractive logins could have ever worked with
16 rsync or git-annex. But if that system doesn't work after this fix, it's an
17 unrelated problem.
18 """]]