From owner-svn-src-all@freebsd.org Sat Sep 26 18:54:18 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B9BEC425BE7; Sat, 26 Sep 2020 18:54:18 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BzHy22XGTz3gcl; Sat, 26 Sep 2020 18:54:18 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 4BzHxz1tTbz3nDX; Sat, 26 Sep 2020 18:54:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id pYbHDNHdkFAT; Sat, 26 Sep 2020 18:54:14 +0000 (UTC) Received: from vivi.daemonic.se (vivi.daemonic.se [IPv6:2001:470:dca9:1200::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 4BzHxx6b3nz3mQw; Sat, 26 Sep 2020 18:54:13 +0000 (UTC) Subject: Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts To: rgrimes@freebsd.org Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <202009261828.08QISIww055941@gndrsh.dnsmgr.net> From: Niclas Zeising Message-ID: Date: Sat, 26 Sep 2020 20:54:13 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <202009261828.08QISIww055941@gndrsh.dnsmgr.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BzHy22XGTz3gcl X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:2607:f740:d::/48, country:US] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2020 18:54:18 -0000 On 2020-09-26 20:28, Rodney W. Grimes wrote: >> On 2020-09-26 20:12, Rodney W. Grimes wrote: >>>> Author: zeising (doc,ports committer) >>>> Date: Sat Sep 26 16:27:09 2020 >>>> New Revision: 366186 >>>> URL: https://svnweb.freebsd.org/changeset/base/366186 >>>> >>>> Log: >>>> bsdconfig, bsdinstall: Prune dead mirrors >>>> >>>> Prune dead mirrors from the list of mirrors in bsdconfig and bsdinstall. >>>> All these return NXDOMAIN when trying to resolve them. >>> >>> This seems like the wrong place to fix it, as this does >>> nothing for all the "shipped" releases that contain the >>> old values. Shouldnt these all just be CNAMED in dns >>> to a nearest replacement resource? >>> >>> >> >> Considering that we don't actually have control of the subdomans >> (CC.freebsd.org) ourselves, that is trickier than it might sound. > > How can freebsd.org NOT have ultimate control over deligations? > If things have become "lame" in a deligated zone the deligation > can and should be pulled and replaced with local data. > > This is cc.freebsd.org, not freebsd.org.cc! I am the wrong person to answer that question. In this case, things have not become lame. For instance, the names ervers for se.freebsd.org work fine, but ftp3.se and ftp6.se records are removed. Same for ru.freebsd.org and ftp4.ru. I'm merely pointing out that changing ftp.CC.freebsd.org usually requires contacting the person(s) maintaining the CC.freebsd.org zone, which is usually not the project. Regards -- Niclas Zeising