From nobody Fri Oct 8 04:44:05 2021 X-Original-To: questions@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 72FF317E17F9 for ; Fri, 8 Oct 2021 04:44:16 +0000 (UTC) (envelope-from mark@tinka.africa) Received: from the-host.tinka.africa (the-host.tinka.africa [105.22.37.14]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQbFC5DvHz3C7Y for ; Fri, 8 Oct 2021 04:44:15 +0000 (UTC) (envelope-from mark@tinka.africa) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tinka.africa; s=tinka; h=Content-Transfer-Encoding:Content-Type:In-Reply-To :From:References:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=mXDkU2ashaNDtEX0IRhMVLMam5BDVzY4yDwY3wQriUQ=; b=wS1v+B6C7ihLomBNR0iUwgnIHE roznSpwDx6wRokeZ265VTT8cI6sDOOq8MRtNUyQ+c43nFSQGCHZJbihVMq8tDdrhwHIJjYgPnLfFe 1x/IgBRVUjfozjb7z9/G/QaFCBl0pbO1IlRTyxdz0FEuoDHycGSEfFO9j73z3phrMgEBR28dNISS0 HuEWj1zRKfMalx8qqzhwQZz+Z3UUD5JCVqnCZf2JQGuhe81rfR4wDmUL4J/pmudH1Zy0IeSu8K6e9 LhDw0XVrKPF2SuuUC1tsnLFW49F/07O4oxTbFYTmhP80O228Bklatq+tvz+NF4IsynTk7dpGyjABK mXgNIhSA==; Received: from localhost ([127.0.0.1]) by the-host.tinka.africa with esmtp (Exim 4.94) (envelope-from ) id R0N6HH-001W53-FT for questions@freebsd.org; Fri, 08 Oct 2021 06:44:05 +0200 Message-ID: <06b9d3c4-a415-7b2e-0b2c-fa083d5a091e@tinka.africa> Date: Fri, 8 Oct 2021 06:44:05 +0200 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.1.2 Subject: Re: Hundreds of prompts to remove files during upgrade Content-Language: en-US To: questions@freebsd.org References: From: Mark Tinka In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HQbFC5DvHz3C7Y X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tinka.africa header.s=tinka header.b=wS1v+B6C; dmarc=pass (policy=none) header.from=tinka.africa; spf=pass (mx1.freebsd.org: domain of mark@tinka.africa designates 105.22.37.14 as permitted sender) smtp.mailfrom=mark@tinka.africa X-Spamd-Result: default: False [-1.00 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[tinka.africa:s=tinka]; FREEFALL_USER(0.00)[mark]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:105.22.37.14]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(1.00)[1.000]; DKIM_TRACE(0.00)[tinka.africa:+]; HFILTER_HELO_2(1.00)[the-host.tinka.africa]; DMARC_POLICY_ALLOW(-0.50)[tinka.africa,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:37100, ipnet:105.16.0.0/12, country:MU]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 10/8/21 04:25, Lee Nelson wrote: > I'm trying to upgrade from 12.2-RELEASE to 13.0-RELEASE. During the > process I am getting hundreds of prompts like the ones shown below. I > don't think this is normal since I don't imagine most users would sit for > this, but I could be wrong. Also, some of these files look kinda critical > - like not the kinds of files that should go away. Am on the path to a > trashed system or is this perfectly normal? Hmmh... Are you using "freebsd-update"? Mark.