https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35655
--- Comment #34 from Mark Hofstetter <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
