Package: systemd Version: 215-5+b1 Severity: normal File: /lib/systemd/systemd-resolved
Dear Maintainer, It seems systemd-resolved is not writing any domain suffixes into its resolv.conf file: $ cat netif/leases/4: # This is private data. Do not parse. ADDRESS=172.22.15.58 NETMASK=255.255.255.0 ROUTER=172.22.15.5 SERVER_ADDRESS=172.22.15.5 NEXT_SERVER=0.0.0.0 DNS=172.22.21.5 172.22.21.7 NTP=172.22.21.5 172.22.21.19 DOMAINNAME=intra.loos.site $ cat resolve/resolv.conf # This file is managed by systemd-resolved(8). Do not edit. # # Third party programs must not access this file directly, but # only through the symlink at /etc/resolv.conf. To manage # resolv.conf(5) in a different way, replace the symlink by a # static file or a different symlink. nameserver 172.22.21.5 nameserver 172.22.21.7 nameserver 172.22.21.5 # Too many DNS servers configured, the following entries may be ignored nameserver 172.22.21.7 nameserver 2a01:4f8:161:4109::6 nameserver 2001:4ba0:cafe:383::1 nameserver 2a00:1768:1005:1000:1000:1000:e621:4948 Additionally, it seems that systemd-networkd is not writing out any SEARCH directives either, as my dhcpd.conf contains the following: option domain-name "intra.loos.site"; option domain-search "loos.site"; I would like to use networkd as it is much faster in responding to a link change on wired interfaces, but having to write out each FQDN instead of just the hostname is annoying, and breaks some of my scripts. Finally, it would be nice if resolved would notice duplicate nameservers on separate interfaces (wireless and wired in my case) and not write them out twice. Regards, Arno -- Package-specific info: -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (900, 'stable'), (300, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages systemd depends on: ii acl 2.2.52-2 ii adduser 3.113+nmu3 ii initscripts 2.88dsf-53.4 ii libacl1 2.2.52-2 ii libaudit1 1:2.4-1 ii libblkid1 2.20.1-5.11 ii libc6 2.19-11 ii libcap2 1:2.24-6 ii libcap2-bin 1:2.24-6 ii libcryptsetup4 2:1.6.6-2 ii libgcrypt20 1.6.2-3 ii libkmod2 18-3 ii liblzma5 5.1.1alpha+20120614-2 ii libpam0g 1.1.8-3.1 ii libselinux1 2.3-2 ii libsystemd0 215-5+b1 ii sysv-rc 2.88dsf-53.4 ii udev 215-5+b1 ii util-linux 2.20.1-5.11 Versions of packages systemd recommends: ii dbus 1.8.8-2 ii libpam-systemd 215-5+b1 Versions of packages systemd suggests: pn systemd-ui <none> /etc/systemd/resolved.conf changed: [Resolve] DNS=2a01:4f8:161:4109::6 2001:4ba0:cafe:383::1 2a00:1768:1005:1000:1000:1000:e621:4948 -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org