Verified for all releases: 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 garagemq apt install rabbitmq-server/questing-proposed ... WARNING: port 5672 is already in use by another application. RabbitMQ server will not be started automatically. ... 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 garagemq apt install rabbitmq-server/noble-proposed ... WARNING: port 5672 is already in use by another application. RabbitMQ server will not be started automatically. ... 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 garagemq apt install rabbitmq-server ... WARNING: port 5672 is already in use by another application. RabbitMQ server will not be started automatically. ** 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
