Ubuntu 20.04 - resolver-crash
Hello,
Sometimes the resolver crashes under Ubuntu 20.04, everything continues to work as usual but there is still an error message in the desktop from time to time.
I have this only since I use Hide CLI, probably there is some error.
I will post the error message again as soon as it appears.
I happends again, this occurs since i have installed hide.me cli:

Maybe some adjustments within the cli that adjust the resolver must be done, I don't know 🤔
EDIT: Some more detailed log files: resolver_status.txt systemd_resolved.txt
The importants line is this:
Mai 11 07:16:12 DESKTOP-PC systemd-resolved[1199]: Assertion 'DNS_TRANSACTION_IS_LIVE(q->state)' failed at src/resolve/resolved-dns-query.c:520, function dns_query_complete(). Aborting.
I think there is the problem to analyse.
Similiar Problem: https://github.com/systemd/systemd/issues/18232
Thanks in advance.
Hi,
we will take a look at this issue. At the moment our method of installing the DNS servers is rather dumb. We just replace /etc/resolv.conf with our version and restore it when the connection terminates. OpenVPN does the same thing through the resolvconf script. That works and should work even with systemd-resolved
No meaningful conclusions can be drawn from "systemd_resolved.txt". To me it seems like a systemd-resolved bug.
Thank you for investigating the problem, it could be a systemd bug.
Maybe you can also find a way to optimize the CLI even more.
EDIT: As i know OpenVPN use a up and down command for the resolvconf, maybe this is also an option here, because with openvpn i don't have any errors about that :)
Thanks in advance and please keep me informed.