> The update was also removed at the same time, it just takes (took?) a little bit longer to propagate.
That’s a nice theory, but empirically, today, `apt update; apt install rabbitmq-server` on Ubuntu 24.04 still installs the faulty version. It may have been removed from noble-updates on Launchpad, but it still hasn’t been removed from noble-updates in the actual archive, even though the archive has had many updates since. $ docker run --rm -it ubuntu:24.04 root@f6e8db987db2:/# apt update root@4ac4e819e9ab:/# apt install rabbitmq-server … Get:91 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 rabbitmq-server all 3.12.1-1ubuntu1.4 [15.9 MB] … Selecting previously unselected package rabbitmq-server. Preparing to unpack .../53-rabbitmq-server_3.12.1-1ubuntu1.4_all.deb ... Unpacking rabbitmq-server (3.12.1-1ubuntu1.4) ... … Setting up rabbitmq-server (3.12.1-1ubuntu1.4) ... … root@4ac4e819e9ab:/# apt policy rabbitmq-server rabbitmq-server: Installed: 3.12.1-1ubuntu1.4 Candidate: 3.12.1-1ubuntu1.4 Version table: *** 3.12.1-1ubuntu1.4 500 (phased 0%) 500 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages 100 /var/lib/dpkg/status 3.12.1-1ubuntu1.2 500 500 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages 3.12.1-1ubuntu1 500 500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages root@4ac4e819e9ab:/# ls /etc/init.d/rabbitmq-server ls: cannot access '/etc/init.d/rabbitmq-server': No such file or directory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2146490 Title: 3.12.1-1ubuntu1.3 no longer installs /etc/init.d/rabbitmq-server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/2146490/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
