Christian Hesse

Results 30 issues of Christian Hesse

Running systemd-resolved on a linux host some synthetic records [0] are available, for example _gateway for all current default routing gateway addresses. Connecting to that name gives an error message:...

... and thus building the Arch package breaks: ``` shellcheck -o all gpgit.sh In gpgit.sh line 234: done <

The option `client-cert-not-required` is deprecated with openvpn 2.4 and will be removed in openvpn 2.5. This is replaced with `verify-client-cert none` now. Please update the plugin to work with recent...

- [x] *The Jira issue number for this PR is: MDEV-10210* ## Description We used to run `systemctl set-environment` to pass `_WSREP_START_POSITION`. This is bad because: * it clutter `systemd`'s...

This is a really nice extension, but breaks for my use case. I am running systems in kiosk mode with [R-kiosk](https://addons.mozilla.org/en-US/firefox/addon/r-kiosk/). Sadly that can not disable the developer tools. So...

Dear keybase team, I have switched my website to the new [let's encrypt ECDSA certificate chain](https://letsencrypt.org/certificates/). The certificate `ISRG Root X2` is available in all major root certificate stores. However,...

I connect to servers with non-local timezones every now and then... Let's add the timezone in clock meter to minimize confusion there.

needs-discussion :thinking:
new feature

### Steps to reproduce Let's create a test case: ``` CREATE DATABASE a; USE a; CREATE TABLE `test` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent` int(11) DEFAULT NULL, PRIMARY KEY...