From owner-freebsd-questions@FreeBSD.ORG Sun Dec 4 12:31:46 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 792E6106566B for ; Sun, 4 Dec 2011 12:31:46 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from outbound.icp-osb-irony-out7.iinet.net.au (outbound.icp-osb-irony-out7.iinet.net.au [203.59.1.108]) by mx1.freebsd.org (Postfix) with ESMTP id 083DC8FC25 for ; Sun, 4 Dec 2011 12:31:45 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAHVh2058qiF+/2dsb2JhbABEqjCBBYFyAQEEATo/BQsLDSAZFBhEGYdutRCIAAyCMmMElFuFNDSMRQ X-IronPort-AV: E=Sophos;i="4.71,293,1320595200"; d="scan'208";a="56971476" Received: from unknown (HELO smtp.phoenix) ([124.170.33.126]) by outbound.icp-osb-irony-out7.iinet.net.au with ESMTP; 04 Dec 2011 20:03:48 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 6ECAF3579; Sun, 4 Dec 2011 23:03:45 +1100 (EST) Date: Sun, 4 Dec 2011 23:03:45 +1100 From: andrew clarke To: freebsd-questions@freebsd.org Message-ID: <20111204120345.GA65467@ozzmosis.com> References: <4EDB4625.8070600@nagual.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EDB4625.8070600@nagual.nl> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Dick Hoogendijk Subject: Re: freebsd-update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2011 12:31:46 -0000 On Sun 2011-12-04 11:06:29 UTC+0100, Dick Hoogendijk (dick@nagual.nl) wrote: > Why do I get a warning if I use freebsd-update about a renewal of my > FreeBSD installation within the next two months because after that time > it will nog be supported anymore? Presumably you mean 8.2-RELEASE. http://security.freebsd.org/ says that the estimated EOL (end-of-life) for 8.2-RELEASE is February 29, 2012. Looking at the source code to freebsd-update, the EOL date is fetched from the metadata hosted by the freebsd-update servers. >From what I understand, the focus is on releasing FreeBSD 9.0, and 8.3 will be released after that. But 9.0 is still in testing. Despite the message, I suspect security updates for 8.2 will still be issued for several months after 8.3 is released, to give people plenty of time to test 8.3 first before upgrading their 8.2 machines. > I run FreeBSD-release-p4. Freebsd-update 'sees' p3. Is this the cause? If this is true, you may have a separate (possibly additional) problem, but on my 8.2-RELEASE-p4 system, freebsd-update sees I have p4 installed. I still see the above message you describe. "uname -r" shows p3, however. I understand this is expected behaviour on account of there being no kernel patches between p3 & p4. Regards Andrew