Installing on Ubuntu 10.04 fails if the hostname does not resolve.
For the benefit for people arriving here via search engines, here's what I had
to do:
apt-get uninstall rabbitmq-server
vi /etc/hostname # fix the hostname so it resolves
rm -rf /var/lib/rabbitmq # the old broken hostna
** Attachment added: "bfr-patch.diff"
http://launchpadlibrarian.net/9146326/bfr-patch.diff
--
bfr hangs at EOF when --speedcap is used
https://bugs.launchpad.net/bugs/137699
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
u
Public bug reported:
Binary package hint: bfr
This should be easy to reproduce. Just pipe something through bfr and
use the --speedcap option. At least on my system, bfr consistently
hangs at end of file and doesn't exit.
I analyzed the problem and made a patch already a couple of years ago
an