From owner-freebsd-questions@freebsd.org Tue Oct 24 05:43:15 2017 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 24E83E40B32 for ; Tue, 24 Oct 2017 05:43:15 +0000 (UTC) (envelope-from robert@webtent.org) Received: from mx2.webtent.net (mx2.webtent.net [216.139.202.4]) by mx1.freebsd.org (Postfix) with ESMTP id EC2AA713CB for ; Tue, 24 Oct 2017 05:43:14 +0000 (UTC) (envelope-from robert@webtent.org) Received: from localhost (localhost [127.0.0.1]) by mx2.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTP id AAF20D7EB5 for ; Tue, 24 Oct 2017 01:37:01 -0400 (EDT) Received: from mx2.webtent.net ([127.0.0.1]) by localhost (mx2.webtent.net [127.0.0.1]) (maiad, port 10024) with ESMTP id 77873-09 for ; Tue, 24 Oct 2017 01:37:01 -0400 (EDT) Received: from [192.168.1.112] (media.rfitz.com [96.254.71.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: robert@mx2.webtent.net) by mx2.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTPSA id 18318D7E8A for ; Tue, 24 Oct 2017 01:37:00 -0400 (EDT) Message-ID: <59EED17B.2080101@webtent.org> Date: Tue, 24 Oct 2017 01:36:59 -0400 From: Robert Fitzpatrick User-Agent: Postbox 4.0.8 (Windows/20151105) MIME-Version: 1.0 To: FreeBSD Subject: canceling freebsd-update Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: WebTent Mailguard 1.0.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2017 05:43:15 -0000 I have a VM that needed more disk space. When I logged in to shutdown, I see this is 10.1-RELEASE so I decided to update the machine. After which I went ahead and initated an upgrade to 10.4 by running 'freebsd-update -r 10.4-RELEASE upgrade'. As the machine was fetching, I realized the /var drive does not have so much disk space. All merging went perfectly, only a couple of files to manually merge and ended up with only a little over 500MB free space (94% usage) on /var after. I decided not to commit and free up some space first and did not issue the 'freebsd-update install'. The system has been rebooted since I shutdown to grow the disk of this VM, came back up as 10.1-RELEASE-p41 and I finished the disk maintenance and now have plenty of space on /var. Now, should I run the install when ready or should I cancel that previous upgrade and start over somehow? -- Robert