From owner-freebsd-questions@freebsd.org Tue Oct 6 14:11:07 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9267599ADFD for ; Tue, 6 Oct 2015 14:11:07 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C72BF66 for ; Tue, 6 Oct 2015 14:11:07 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by wiclk2 with SMTP id lk2so161196844wic.1 for ; Tue, 06 Oct 2015 07:11:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=o9M+7mT8kmNl1mJr7aYBSu7fZJwKp+o3I1duxEk3ykI=; b=BdPgylIUDYNsjWK95ikIQNG2f00tfchQ0rHsov3+iB3Dksk0Kka6e4ClX25gAMYsy9 5srU/KvLVRPQzhS7nbFdt4r9PgxruqbepfwSxkyx65RmbvYunCGVqlNW98QFnkXwaqSo 5lFbtz0BKDhxrI5ow+hASLY3NgJdh/P7AJ0Io4z3J3N/gZ7mxs8FdhKnbmeYEzWloqIz ISFakq0Y1lzKr6qGQTMkxTFO2J9cXyAy/qP9wmXGGXriNmyDG4YCZDQkweJjV+vpWy6F qK+ARkyoGBMmdUG+x+BR30JCGyrA/o4RGAW3vJngaoQ1eAh3XEO+w5D+IcRQ5iFY3Ruh V4Sw== X-Received: by 10.180.92.201 with SMTP id co9mr19199527wib.58.1444140665544; Tue, 06 Oct 2015 07:11:05 -0700 (PDT) Received: from gumby.homeunix.com ([90.195.214.153]) by smtp.gmail.com with ESMTPSA id ka10sm32831995wjc.30.2015.10.06.07.11.03 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Oct 2015 07:11:04 -0700 (PDT) Date: Tue, 6 Oct 2015 15:10:58 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: freebsd-update keeps wanting to remove .. somthing Message-ID: <20151006151058.3b627cd2@gumby.homeunix.com> In-Reply-To: <5613C59B.8070604@buildingonline.com> References: <5613C59B.8070604@buildingonline.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 14:11:07 -0000 On Tue, 06 Oct 2015 06:59:07 -0600 Dan Busarow wrote: > Hi, > > On two of the 9.3 boxes I run, freebsd-update has started sending me > these messages after the actual update to 9.3 p28 >... > The following files will be removed as part of updating to > 9.3-RELEASE-p28: > > There are no files listed. Only a single blank line. Can any one > suggest a way to find out what file is causing freebsd-update to > trigger these emails? There probably isn't one. The list comes from this line: comm -23 INDEX-PRESENT.flist INDEX-NEW.flist > files.removed so, by the look of it, there's just an extra newline in INDEX-PRESENT.flist. If you want to debug it I'd start by taking a copy of the files: INDEX-PRESENT, INDEX-NEW, INDEX-PRESENT.flist and INDEX-NEW.flist.