Package: orthanc

Version: 1.9.2.+really1.9.1+dfsg-1

When installing Orthanc inside my Ansible scripts the following problem occurs: 
Every package orthanc-* triggers a
systemd service restart and if there are a couple of orthanc extensions the 
StartLimitBurst is reached. This can be
fixed by including "StartLimitBurst=10" in orthanc.service.


Reproduce:

$ sudo apt install -y git ansible

$ ansible-galaxy collection install community.general community.crypto

$ git clone https://gitlab.com/geraldwiese/gnuhealth-automatic-deployment.git

$ cd gnuhealth-automatic-deployment/

In orthanc/installation.yml delete lines 1-12 in order to disable my workaround

In orthanc/vault: set 'vault_ssh_user' to OS user and 'use_ssh_pw_for_sudo' to 
false

$ ansible-playbook orthanc.yml -c local -K


Unfortunately I can't copy the error message from the VM but the important part 
is probably "orthanc.service: Start
request repeated too quickly".

Running Debian 11 and Ansible 2.10.8


This problem does not occure on Ubuntu, but there the version of orthanc seems 
to be 1.5.8+dfsg-2ubuntu6

Could you please tell me if I am overlooking something or if I'm right and it's 
possible to increase the StartLimitBurst
in the shipped files?


Kind regards

Gerald

Reply via email to