Hello Jorge, or anyone else affected, Accepted rabbitmq-server into kinetic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/rabbitmq- server/3.9.13-1ubuntu0.22.10.1 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- kinetic to verification-done-kinetic. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-kinetic. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: rabbitmq-server (Ubuntu Kinetic) Status: In Progress => Fix Committed ** Tags added: verification-needed verification-needed-kinetic ** Changed in: rabbitmq-server (Ubuntu Jammy) Status: In Progress => Fix Committed ** Tags added: verification-needed-jammy -- You received this bug notification because you are a member of SE ("STS") Sponsors, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1999816 Title: Failure to get free disk space breaks "rabbitmqctl status" command Status in rabbitmq-server package in Ubuntu: Fix Released Status in rabbitmq-server source package in Focal: Fix Committed Status in rabbitmq-server source package in Jammy: Fix Committed Status in rabbitmq-server source package in Kinetic: Fix Committed Bug description: [Impact] When for some reason the df command fails to get the disk free space (for example timeout on a heavily loaded system) the result is a harcoded value of "unknown". As this is not a valid number this generates arithmetic errors when the "rabbitmqctl status" command is run and tries to divide that value to convert it to another unit. This has been fixed upstream here: https://github.com/rabbitmq/rabbitmq-server/pull/4897 [Test Plan] The df command can be linked to another file that just waits for a few minutes to force a timeout for example: [detailed steps in comment #5]. #!/bin/bash sleep 5m After the timeout occurs the "rabbitmqctl status" returns an error with the unpatched version. After the patch it shows all the information and displays unknown in the free space line. [Where problems could occur] The patch just changes the display of information, it should not break anything in the core operations of the package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1999816/+subscriptions -- Mailing list: https://launchpad.net/~sts-sponsors Post to : [email protected] Unsubscribe : https://launchpad.net/~sts-sponsors More help : https://help.launchpad.net/ListHelp

