Results 19 comments of Ypnose

@isinyaaa I was able to build successful `armv6` and `armv7` toolchain in 2020. You can find various `config.mak` in my personal project [here](https://framagit.org/Ypnose/solyste/-/tree/master/misc/musl-cross). About your question about M1, I didn't...

I can confirm this problem with Sway. Selected text can be only pasted within Geany. It doesn't even work with other Wayland native softwares, like Alacritty. A bug is already...

@thom311 I didn't see "official" announcement in the mailing list archives, so you moved tarballs to GitHub because you have no access on the infradead website ?

Do we have to wait for 3 more years to get a release ? Latest release do not include CVE-2020-5208 fix… https://github.com/ipmitool/ipmitool/issues/162 https://github.com/ipmitool/ipmitool/issues/217 https://github.com/ipmitool/ipmitool/issues/244 https://github.com/ipmitool/ipmitool/issues/355 It was requested several times.

Thanks for your message, I'll keep that in mind.

Thanks for your help, it is very much appreciated. Yes, resolve plugin is loaded : ``` 00[LIB] loaded plugins: charon test-vectors ldap pkcs11 aesni aes rc2 sha2 sha1 md5 mgf1...

Good point. The link was in `/usr/bin/` instead of `/usr/sbin/`. Now, `ipsec` sees `resolvconf` but I have this error : ``` resolvconf: Failed to set DNS configuration: Unit dbus-org.freedesktop.network1.service not...

Yes, I think so. `systemd-resolved` has no dependency and only wants `nss-lookup.target`. Setting up DNS through `dbus-org.freedesktop.resolve1.service` as a fallback, sounds redudant to you ?

Ok, I see. I was thinking I could write a `resolvconf` wrapper to dynamically handle DNS IP server and domains. I didn't check sources yet, but do you think something...