Re-verified for all releases QUESTING:
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. Created symlink '/etc/systemd/system/multi-user.target.wants/rabbitmq-server.service' → '/usr/lib/systemd/ system/rabbitmq-server.service'. Job for rabbitmq-server.service failed because the control process exited with error code. See "systemctl status rabbitmq-server.service" and "journalctl -xeu rabbitmq-server.service" for details. invoke-rc.d: initscript rabbitmq-server, action "start" failed. ... (Exit 0) ---------------- 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:questing test-rabbitmq-questing -c security.nesting=true lxc exec test-rabbitmq-questing bash apt update apt upgrade apt install rabbitmq-server 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 install rabbitmq-server/questing-proposed ... NOBLE: 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. Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /usr/lib/systemd/sys tem/rabbitmq-server.service. Job for rabbitmq-server.service failed because the control process exited with error code. See "systemctl status rabbitmq-server.service" and "journalctl -xeu rabbitmq-server.service" for details. invoke-rc.d: initscript rabbitmq-server, action "start" failed. ... ------------ 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-noble -c security.nesting=true lxc exec test-rabbitmq-noble bash apt update apt upgrade apt install rabbitmq-server 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 install rabbitmq-server/noble-proposed ... JAMMY: 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. Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /usr/lib/systemd/sys tem/rabbitmq-server.service. Job for rabbitmq-server.service failed because the control process exited with error code. ... ------------ 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 ... ------------ lxc launch ubuntu:noble test-rabbitmq-jammy -c security.nesting=true lxc exec test-rabbitmq-jammy bash apt update apt upgrade apt install rabbitmq-server 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 ... ** Tags removed: block-proposed-jammy block-proposed-noble block-proposed-questing verification-needed-jammy verification-needed-noble verification-needed-questing ** Tags added: 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
