Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8B309782B24 for <~alpine/users@lists.alpinelinux.org>; Thu, 29 Apr 2021 08:32:08 +0000 (UTC) Received: from postfix.malikania.fr (malikania.fr [5.135.187.121]) (Authenticated sender: contact@markand.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id D2AD510000B for <~alpine/users@lists.alpinelinux.org>; Thu, 29 Apr 2021 08:32:07 +0000 (UTC) Received: from [192.168.1.84] (unknown [176.148.170.97]) by postfix.malikania.fr (Postfix) with ESMTPSA id 01A4622CA2 for <~alpine/users@lists.alpinelinux.org>; Thu, 29 Apr 2021 10:32:06 +0200 (CEST) From: David Demelier Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: dhcpcd not updating /etc/resolv.conf Date: Thu, 29 Apr 2021 10:32:06 +0200 References: To: ~alpine/users@lists.alpinelinux.org In-Reply-To: Message-Id: <15E11EDF-E052-474C-9972-2F705B168914@malikania.fr> X-Mailer: Apple Mail (2.3654.60.0.2.21) > On 29 Apr 2021, at 09:02, Konstantin Kulikov = wrote: >=20 > You can add a bunch of printfs in = /usr/lib/dhcpcd/dhcpcd-hooks/20-resolv.conf Hmm, what=E2=80=99s seems strange at first is that (if openresolv is = installed) resolvconf -l does not list anything on the Raspberry Pi = install while my Alpine laptop works fine: (amd64 laptop, running Alpine 3.13) $ resolvconf -l # resolv.conf from wlan0.dhcp # Generated by dhcpcd from wlan0.dhcp domain lan search lan nameserver 192.168.1.254 (aarch64 raspberry pi 4) $ resolvconf -l Both systems are running almost the same services. =E2=80=94=20 David