[Bug 653405] Re: rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting

2012-11-30 Thread Ville Laurikari
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 hostname is still somewhere here
   reboot  
   apt-get install rabbitmq-server

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/653405

Title:
  rabbitmq-server fails to start if hostname is unresolvable or has
  changed since first starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/653405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137699] Re: bfr hangs at EOF when --speedcap is used

2007-09-06 Thread Ville Laurikari

** 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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137699] bfr hangs at EOF when --speedcap is used

2007-09-06 Thread Ville Laurikari
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
and sent a patch to the upstream maintainer (Mark Glines).  I got no
response, so maybe the patch should just be included in Ubuntu?

Here's the analysis:  When writing from the buffer catches up with the
reading there are zero bytes left in the buffer.  This causes `mystate'
to be set to RO.  Next EOF is read -- at this point bfr should just quit
since everything has been written and there is no more input.  Instead,
at least when --speedcap is used, it will just set state to WO and
proceeds to wait forever for something to appear in the buffer.

** Affects: bfr (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs