From nobody Fri Aug 27 16:02:29 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 53AAE17769B8 for ; Fri, 27 Aug 2021 16:02:31 +0000 (UTC) (envelope-from mike@sentex.net) Received: from pyroxene2a.sentex.ca (pyroxene19.sentex.ca [IPv6:2607:f3e0:0:3::19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "pyroxene.sentex.ca", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gx4HB2kpfz4WQS for ; Fri, 27 Aug 2021 16:02:30 +0000 (UTC) (envelope-from mike@sentex.net) Received: from [IPv6:2607:f3e0:0:4:1512:cf66:a286:cd0f] ([IPv6:2607:f3e0:0:4:1512:cf66:a286:cd0f]) by pyroxene2a.sentex.ca (8.16.1/8.15.2) with ESMTPS id 17RG2TxL051274 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO) for ; Fri, 27 Aug 2021 12:02:29 -0400 (EDT) (envelope-from mike@sentex.net) Subject: Re: nanobsd build fail on RELENG_12 and 13 From: mike tancsa To: FreeBSD-STABLE Mailing List References: <8e93685f-d5ce-70dc-bb7c-00db8b8093ea@sentex.net> Message-ID: <2d2f2955-290c-23fc-d577-c3b69d35c714@sentex.net> Date: Fri, 27 Aug 2021 12:02:29 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 In-Reply-To: <8e93685f-d5ce-70dc-bb7c-00db8b8093ea@sentex.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4Gx4HB2kpfz4WQS X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mike@sentex.net designates 2607:f3e0:0:3::19 as permitted sender) smtp.mailfrom=mike@sentex.net X-Spamd-Result: default: False [-1.43 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[mike]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f3e0::/32]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; HFILTER_HELO_IP_A(1.00)[pyroxene2a.sentex.ca]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; HFILTER_HELO_NORES_A_OR_MX(0.30)[pyroxene2a.sentex.ca]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.33)[-0.334]; DMARC_NA(0.00)[sentex.net]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11647, ipnet:2607:f3e0::/32, country:CA]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[2607:f3e0:0:3::19:from] X-ThisMailContainsUnwantedMimeParts: N On 8/27/2021 10:51 AM, mike tancsa wrote: > I all of a sudden started getting an odd build failure on RELENG_12 and > RELENG_13 nanobsd scripts, for amd64 and i386. The error comes up as a > DNS issue, but DNS looks to be fine on both VMs > Odd, the issue seems to be with my default /etc/resolv.conf in my Files directory. It points to a non working resolver for the build (127.0.0.1).  I dont get, how did this work in the past ?     ---Mike