https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35655 --- Comment #34 from Mark Hofstetter <koha@trust-box.at> --- maybe a good place to put this information too - remove rabbitmq from koha-common debian package apt download koha-common dpkg-deb -x koha-common_24.11.01-2_all.deb koha-common dpkg-deb --control koha-common_24.11.01-2_all.deb koha-common/DEBIAN # remove rabbitmq package vim koha-common/DEBIAN/control # remove rabbitmq line eg restart vim ../koha-common/DEBIAN/postinst # build new package dpkg -b koha-common koha-common_24.11.01-2_all_wo_rabbitmq.deb apt-get install ./koha-common_24.11.01-2_all_wo_rabbitmq.deb you may still run into some other trouble, but at least not with rabbitmq not restarting -- You are receiving this mail because: You are watching all bug changes.