8 Nov
2016
8 Nov
'16
6:53 p.m.
On 8 November 2016 at 18:43, Patrick Burroughs (Celti) via arch-general <arch-general@archlinux.org> wrote:
On Tue, 8 Nov 2016 18:01:32 +0100 Damjan Georgievski via arch-general <arch-general@archlinux.org> wrote:
$ getent -s resolve hosts $(hostname)
this should fail since you don't have the resolved service running.
nss-resolve will chainload nss-dns when systemd-resolved is not running (see `man 8 nss-resolve`).
ah right, that fallback should be removed *in the future* and I was under the impression it already happened https://github.com/systemd/systemd/commit/344874fcd0a3fc1f9bc6cdf34ecaf537c1... -- damjan