[Koha-bugs] [Bug 27844] koha-worker systemd service should run as %i-koha in package install

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 2 02:54:54 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27844

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victor at tuxayo.net

--- Comment #7 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
/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.


More information about the Koha-bugs mailing list