> Is there any chance you could do a quick test with -proposed on all
releases to ensure that installing the package and doing a upgrade
works?

Ah right, of course! Verified for installing rabbitmq-server directly on
all releases too:

lxc launch ubuntu:questing test-rabbitmq-questing -c security.nesting=true
lxc exec test-rabbitmq-questing bash

cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

apt update
apt upgrade

apt install rabbitmq-server/questing-proposed
...


lxc launch ubuntu:noble test-rabbitmq-noble -c security.nesting=true
lxc exec test-rabbitmq-noble bash

cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

apt update
apt upgrade

apt install rabbitmq-server/noble-proposed
...


lxc launch ubuntu:noble test-rabbitmq-jammy -c security.nesting=true
lxc exec test-rabbitmq-jammy bash

cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

apt update
apt upgrade

apt install rabbitmq-server
...

** Tags removed: verification-needed verification-needed-jammy 
verification-needed-noble verification-needed-questing
** Tags added: verification-done verification-done-jammy 
verification-done-noble verification-done-questing

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

Title:
  rabbitmq-server install fails when another package is using port 5672

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to