<div dir="ltr"><div dir="ltr">Package: network-manager<br>Version: 1.6.2-3+deb9u2<br>Severity: important<br><br>After booting my computer I check in /etc/resolv.conf and see only one of my search domain, namely the second one provided which is called white:<br><br>will@kodlix:~$ cat /etc/resolv.conf<br># Generated by NetworkManager<br>search white<br>nameserver 10.187.204.3<br>nameserver 10.187.204.1<br>will@kodlix:~$<br><br>But I have two domains, blue and white, and my DHCP server sends these to this computer.<br>I have found the following command fixes it temporarily:<br><br>root@kodlix:~# dhclient enp2s0<br>RTNETLINK answers: File exists<br><br>And now resolve.conf is correct:<br><br>root@kodlix:~# cat /etc/resolv.conf<br>search blue. white.<br>nameserver 10.187.204.3<br>nameserver 10.187.204.1<br>root@kodlix:~#<br><br>If I uninstall network-manager and setup /etc/network/interface with the following contents:<br><br># WPB<br>auto enp2s0<br>iface enp2s0 inet dhcp<br> <br><br>and reboot I get the correct search line, i.e. both domains appear, blue and white:<br><br>will@kodlix:~$ cat /etc/resolv.conf<br>search blue. white.<br>nameserver 10.187.204.3<br>nameserver 10.187.204.1<br>will@kodlix:~$<br><br><br>I now get both domains, albeit with a . on the end, but things work now.<br>By the way, all the other clients on my network get the correct search domains blue and white<br>in that order, so the dhcp server config is correct. (These other clients are raspbian stretch computers <br></div><div dir="ltr">and Windows 10 computers, and I checked my mobile phone DHCP values too.)<br><br>Finally, I see the following in /var/log/syslog, in case that helps:<br><br>Mar  7 21:49:24 kodlix NetworkManager[423]: <info>  [1551995364.8466] dhcp (enp2s0):   domain search 'blue.'<br>Mar  7 21:49:24 kodlix avahi-daemon[425]: New relevant interface enp2s0.IPv4 for mDNS.<br>Mar  7 21:49:24 kodlix NetworkManager[423]: <info>  [1551995364.8466] dhcp (enp2s0):   domain search 'white.'<br><br>It's as if the second domain search entry simply replaces the first one.</div><div dir="ltr"><br></div><div dir="ltr">So for now I have uninstalled network-manager and just rely on /etc/network/interface which works ok as shown above.<br><br><br>-- System Information:<br>Debian Release: 9.8<br>  APT prefers stable-updates<br>  APT policy: (500, 'stable-updates'), (500, 'stable')<br>Architecture: amd64 (x86_64)<br><br>Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)<br>Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8)<br>Shell: /bin/sh linked to /bin/dash<br>Init: systemd (via /run/systemd/system)<br><br>Versions of packages network-manager depends on:<br>ii  adduser                3.115<br>ii  dbus                   1.10.26-0+deb9u1<br>ii  init-system-helpers    1.48<br>ii  libaudit1              1:2.6.7-2<br>ii  libbluetooth3          5.43-2+deb9u1<br>ii  libc6                  2.24-11+deb9u4<br>ii  libglib2.0-0           2.50.3-2<br>ii  libgnutls30            3.5.8-5+deb9u4<br>ii  libgudev-1.0-0         230-3<br>ii  libjansson4            2.9-1<br>ii  libmm-glib0            1.6.4-1<br>ii  libndp0                1.6-1+b1<br>ii  libnewt0.52            0.52.19-1+b1<br>ii  libnl-3-200            3.2.27-2<br>ii  libnm0                 1.6.2-3+deb9u2<br>ii  libpam-systemd         232-25+deb9u9<br>ii  libpolkit-agent-1-0    0.105-18+deb9u1<br>ii  libpolkit-gobject-1-0  0.105-18+deb9u1<br>ii  libreadline7           7.0-3<br>ii  libselinux1            2.6-3+b3<br>ii  libsoup2.4-1           2.56.0-2+deb9u2<br>ii  libsystemd0            232-25+deb9u9<br>ii  libteamdctl0           1.26-1+b1<br>ii  libuuid1               2.29.2-1+deb9u1<br>ii  lsb-base               9.20161125<br>ii  policykit-1            0.105-18+deb9u1<br>ii  udev                   232-25+deb9u9<br>ii  wpasupplicant          2:2.4-1+deb9u2<br><br>Versions of packages network-manager recommends:<br>ii  crda             3.18-1<br>ii  dnsmasq-base     2.76-5+deb9u2<br>ii  iptables         1.6.0+snapshot20161117-6<br>ii  iputils-arping   3:20161105-1<br>ii  isc-dhcp-client  4.3.5-3+deb9u1<br>ii  modemmanager     1.6.4-1<br>ii  ppp              2.4.7-1+4<br><br>Versions of packages network-manager suggests:<br>pn  libteam-utils  <none><br><br>-- no debconf information<br><br></div></div>