bihealth / irods-docker

iRODS Docker image for use with SODAR
MIT License
1 stars 0 forks source link

Rsyslogd fails to start in staging #37

Open mikkonie opened 6 hours ago

mikkonie commented 6 hours ago

After some fixes, I've gotten rsyslogd working nicely on this image in dev. However, when attempting to deploy sodar-docker-compose in staging, I get the following:

irods-1  |  * Starting enhanced syslogd rsyslogd
irods-1  | rsyslog startup failure, child did not respond within startup timeout (60 seconds)

I'm not yet sure if this is a problem within the image, the Docker Compose environment or our Ansible playbook, but opening the issue here for starters.

I'm guessing it should be somehow environment related, but the only "moving part" I can think of are the logging volume mounts, so I probably better start with verifying those. Also I need to see what kind of workarounds others have proposed online regarding this error.