Hi Lukas, On Mon, 24 Apr 2017 18:53:02 +0200 Lukas Schwaighofer <lu...@schwaighofer.name> wrote: > thanks for reporting this bug. I was able to reproduce the problem > (also for the version 8.3-2 from Debian stretch).
Thank you for such a swift response! > The bug is also already known upstream: > https://github.com/vanhauser-thc/thc-hydra/issues/27 Oops, should have checked the upstream first. > I've just looked into the problem and I think I found the cause. I've > created a pull request > https://github.com/vanhauser-thc/thc-hydra/pull/209 > which seemed to fix the problem for me. However, I'd like to wait for > feedback from the author and possibly other affected users before > applying the fix to the Debian version. That's great! It works for me, too. > If you need a workaround until the issue has been properly fixed: The > issue does not affect the i386 version of the software (as also > confirmed by the original author in one of his messages to the github > issue). You can try to add the i386 architecture to dpkg and then > install the hydra:i386 package (let me know if you need help with > that). `apt-get source hydra && cd hydra* && xclip -o | patch -p1 && ./configure && make` seemed like less of a hassle (for now). -- Best regards, Ivan