Closed oxzi closed 6 years ago
@tokudan Can you comment on whether this is what NixOs/nixpkgs#35508 is fixing?
@geistesk I have had a very similar if not identical issue with kresd
on 17.09-small
which is already fixed in unstable and backported to stable.
For additional details see the PR that added kresd to NMS.
@phdoerfler NixOS/nixpkgs#35508 only fixes the issue that can be seen here after the bootstrap:
Mar 21 12:08:27 x systemd[1]: kresd-cachedir.service: Start request repeated too quickly.
As I avoided uses kresd without the fix in NixOS/nixpkgs#35508 by using "localDnsResolver = false;", I have no idea if that would actually solve this whole issue or not.
Fixed by upgrading to 18.03. Thanks to all those who worked for this upstream.
SNM Version: v2.1.3
Nixos Version: 17.09
Relevant part of the config to reproduce:
The option
localDnsResolver
defaults totrue
which enableskresd
. However, it seems likekresd
doesn't work properly out of the box and I ended up with a system without a working DNS.However, setting
localDnsResolver = false;
kind of solves the issue.What I expected to happen:
A smoothly running DNS-daemon to get rid of
rspamd
's warnings.What happened:
There was no working DNS at all.
Relevant journald log:
Potentially related issues
100