You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In release 3.2.7, rsync changed the format of the banner sent by the daemon, cf. RsyncProject/rsync@418e38a. Before it was @RSYNCD: <version>.<subprotocol> and now it is @RSYNCD: <version>.<subprotocol> <digest1> <digestN>.
In release 3.2.7, rsync changed the format of the banner sent by the daemon, cf. RsyncProject/rsync@418e38a. Before it was
@RSYNCD: <version>.<subprotocol>
and now it is@RSYNCD: <version>.<subprotocol> <digest1> <digestN>
.It breaks scanner, which is rather picky about what it expects, cf https://github.com/poeml/mirrorbrain/blob/master/tools/scanner.pl#L1230
In practice, here's what happens:
The text was updated successfully, but these errors were encountered: