From nobody Fri Oct 8 08:46:31 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 084ED12DF9CC for ; Fri, 8 Oct 2021 08:46:37 +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 4HQhcr1sMtz4vgJ for ; Fri, 8 Oct 2021 08:46:36 +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=pKTwhXfEOzolkEAFCWwD51dssTDAM2j4rt9EgnmW15M=; b=DWYOdDDuFzv1DXqsikiWHJn8fa /VNdthb6gSuC82Lev1oFl0KQuVqSJL0tB4I/01IDZA3bH45WT8wkQmzGp8ygc4tv440tZCzpR7vPa 4q4pWIpw3kCJBTkBBdcEG9+eoR2rA0OcaKqxRunjlHi5955ZD2s4aD3J+AHB7Q4F4CC5UgAfUm3gp iJW9eSOI0FyfwGdFqNiPo943H3xzzOYI5dl+6x+2yvL1SnDN3vZ0Ehk+HoRe0TCp4d6TnC3aAqAMX g2gH2ilFJE/pzT3mQQQ2ElOY97XZVdLSKqZ2krRO+eSI+s3JPpohFhHZZFN67WufhF1HTnBXqnPny A4p32b8Q==; Received: from localhost ([127.0.0.1]) by the-host.tinka.africa with esmtp (Exim 4.94) (envelope-from ) id R0NHPJ-001X53-EG for questions@freebsd.org; Fri, 08 Oct 2021 10:46:31 +0200 Message-ID: <53c0b762-59e8-b40e-1050-f87602828e1b@tinka.africa> Date: Fri, 8 Oct 2021 10:46:31 +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.2.0 Subject: Re: Hundreds of prompts to remove files during upgrade Content-Language: en-US To: questions@freebsd.org References: <8b4a709c-3f4d-e881-b58a-3fde48a79d43@gmail.com> From: Mark Tinka In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HQhcr1sMtz4vgJ X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tinka.africa header.s=tinka header.b=DWYOdDDu; 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 [-3.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]; DKIM_TRACE(0.00)[tinka.africa:+]; HFILTER_HELO_2(1.00)[the-host.tinka.africa]; DMARC_POLICY_ALLOW(-0.50)[tinka.africa,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; 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 08:52, Lee Nelson wrote: > The command I used is > sudo freebsd-update -r 13.0-RELEASE upgrade I've never upgraded using 'sudo'. Would be interesting to see if you get these prompts while upgrading as root. Mark.