https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27844
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Victor Grousset/tuxayo <[email protected]> --- /kohadevbox/run.sh yields the following error. Note: Writing koha-zebra.8 Running [sudo rm /usr/share/man/man8/koha-*.8.gz]... Running [sudo gzip /usr/share/man/man8/koha-*.8]... See kohadev-db-request.txt for database creation request. Please forward it to the right person, and then run /usr/sbin/koha-create --populate-db kohadev Thanks. Failed to connect to bus: No such file or directory [....] Restarting apache2 (via systemctl): apache2.serviceFailed to connect to bus: No such file or directory failed! ###### /h/d/d/k/koha-testing-docker ❯❯❯ cat Dockerfile-27844 FROM koha/koha-testing:master RUN apt-get update \ && apt-get -y install systemd systemd-sysv CMD ["/sbin/init"] ###### git diff docker-compose.yml koha: - image: koha/koha-testing:${KOHA_IMAGE} + image: container-bug-27844 depends_on: [...] - /home/datumoj/dev/koha/koha-testing-docker/persistent-files/bash_history-koha:/var/lib/koha/kohadev/.bash_history + - /sys/fs/cgroup:/sys/fs/cgroup:ro tmpfs: ##### build command docker build -t container-bug-27844 -f Dockerfile-27844 . -- 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/
