Comment 7 for bug 801718

Revision history for this message
Taylor Yu (tlyu) wrote : Re: [Bug 801718] Re: kpropd -S -P <port> fails to use specified port

Monestri <email address hidden> writes:

> kprop is also broken:
>
> 13:24 < safire> strace kprop -r A.EXAMPLE.COM -P 8888 -f /tmp/db slave
> 13:24 < safire> connect(4, {sa_family=AF_INET, sin_port=htons(754), sin_addr=inet_addr("172.24.3.72")}, 16) = 0
>
> Clearly.. it's not even trying to connect on the port I'm specifying.

Yes, by inspection, the patch to slave/kprop.c in the Debian patch
file for 1.8.1 has the same bug as the patch for slave/kpropd.c.