On 20/07/2021 21.06, Thomas Goirand wrote:
According to the log, this looks like dealing with rabbitmq + Erlang stuff: RabbitMQ is waiting on the Erlang "epmd" daemon, which isn't responding. So probably the issue is in epmd rather than in Rabbit itself? Hard to tell without a big of investigations (which I unfortunately don't have time to do right now, but I will try to find the time soonish...).
[...] Preparing to unpack .../17-erlang-base_1%3a23.2.6+dfsg-1_amd64.deb ... Searching for services which depend on erlang and should be stopped... found: rabbitmq-server.service. Stopping services which depend on erlang rabbitmq-server.service: stopping... done. Services stopped successfully. Killing epmd... done. Unpacking erlang-base (1:23.2.6+dfsg-1) over (1:21.2.6+dfsg-1) ... [...] Setting up erlang-base (1:23.2.6+dfsg-1) ... Searching for services which depend on erlang and should be started... none found. [...]
Also, I'm not sure this is a very interesting bug report to work on.
There is some reason I didn't file this as RC ;-) Andreas PS: I'm working on running piuparts tests in some kind of a "container mode" where starting more services is possible and maybe even a systemd instance is running. That might benefit some such complex package installations :-) PPS: s/I'm/If I had enough free time I'd be / ;-)