Wolfram Rösler

Results 42 comments of Wolfram Rösler

Same issue here (Ubuntu Server 20.04, certbot 0.40.0). Solved like this: ``` $ ll /etc/letsencrypt/renewal/my.domain.de.conf -rw-r--r-- 1 root root 0 Jul 3 18:05 /etc/letsencrypt/renewal/my.domain.de.conf $ sudo rm /etc/letsencrypt/renewal/my.domain.de.conf ``` The...

Hello, any idea when this will be merged?

Thanks for the thumbs-up @TRSx80, really made my day. Maybe an option to search in attributes can be added to the menu that appears when you click the question mark...

#169 has been updated to Nagios Core 4.5.5. You may consider closing this PR and using the latest version instead.

Thanks for merging #167, here's another one, a bit more complex than simply updating a version number somewhere. Building the Nagios container works fine even without netcat and the MySQL/MariaDB...

Debian 12 and recent Ubuntu mandate using venv and discourage installing Python packages system-wide, so working without venv isn't actually an option these days I'm afraid ... `. /opt/.venv/bin/activate` is...

I see what you mean now. Don't know if there's a way to activate a venv system-wide; don't think there is because that would kind of defeat the purpose of...

Ok, will remove the venv and use `--break-system-packages` instead.

Done. Any further wishes, or can it be merged?

Hello, when is this going to be merged?