Reto Gantenbein
Reto Gantenbein
I noticed the same when trying to build [dqlite-1.12.0 on the Koji Fedora build system](https://koji.fedoraproject.org/koji/taskinfo?taskID=94932544): ``` membership/transferPendingTransaction [ ERROR ] Error: test/integration/test_membership.c:201: assertion failed: rv_ == 0 (1 == 0)...
Im not really a fan how zabbly/incus#7 is built. It's basically a patch suite on-top of lxd-ui which would make us a downstream of a downstream. Still will have a...
After building gitea locally on my machine and starting it directly from the build directory, the following message was giving additional hints to nail down the culprit: ``` [git-module] /home/user/gitea-repositories/gentoo/linuxmonk-legacy.git:...
I also stepped over this deprecation warning. When trying to change `- role:` to `- src:` in `meta/main.yml` the import on Ansible Galaxy fails. Will also continue living with the...
Thanks for your report. Which version of Ubuntu/`fail2ban` are you running? The mentioned PR creates and enables a custom `[ssh]` jail. To make sure that the Ubuntu specific SSH jail...
Ok, thanks for the report. With those details I can work and will fix it asap.
I apologize, the idea of renaming the default SSH jail in #19 was crap. I now changed the approach which should hopefully fix the jail name mismatch on Xenial, Stretch...
I'm currently trying to setup a router with help of `debops.ferm`. Unfortunately I'm a bit struggling with the same problem as @StephanErb. There were a lot of features implemented in...
Ok, thanks for the explanation. I'll definitely try what you mentioned. Is `bind9` already decided or could I change your mind to have a look at [gdnsd](http://gdnsd.org/)? It's also part...
Yes, [template_src](https://github.com/debops/debops-playbooks/blob/master/playbooks/lookup_plugins/template_src.py) is a lookup plugin which is specific to `debops` and allows a user to override the file templates provided by the role. Unfortunately, using this lookup in a...