From owner-freebsd-questions@freebsd.org Wed Oct 28 00:10:14 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 454A2A1FFA3 for ; Wed, 28 Oct 2015 00:10:14 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 D76241BA7 for ; Wed, 28 Oct 2015 00:10:13 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmeg8 with SMTP id g8so2703619wme.1 for ; Tue, 27 Oct 2015 17:10:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LAx6Bk/0wfgkrYFKfUyizz3pIBrbqBD/tbGFgSaCpjA=; b=WoZECWdRE7RSwG+/KAVYVnxi1pvQJUTQejnmg9ntxIkfqfQsxhDqt4EzOcDXU8LHyZ r85BOzQw4Kw0kzXQ/kzcLsf+sd35xvKa8bKW22cUptv/W9Q+OoGQHkQLgs5EVjSzAk8B cIYGO4O2dSDrXBpeaNgSmt6B98FNWfdU1arTqaucY9NrysoLhYyuiDsAnT6N0GVgOfIB WnSlnO3AMUSzCz0WWkCB8mvXpNqAdvxVZEsSkyUA1J9UEhY5OKkt8J7Av5HMwIMPB4iC MQgfOcuLRCpejXzy8T4DeYdpaHvnpw6u88EdQKazZXjtLkKM+QooQ6j2bqEprioFC8GX 1x1A== MIME-Version: 1.0 X-Received: by 10.28.18.3 with SMTP id 3mr3565388wms.67.1445991012267; Tue, 27 Oct 2015 17:10:12 -0700 (PDT) Received: by 10.194.16.231 with HTTP; Tue, 27 Oct 2015 17:10:12 -0700 (PDT) In-Reply-To: References: <56296C3C.4030307@hiwaay.net> Date: Tue, 27 Oct 2015 19:10:12 -0500 Message-ID: Subject: Re: freebsd-update fetch: No mirrors remaining, giving up. From: Adam Vande More To: Romu Cc: "William A. Mahaffey III" , FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Wed, 28 Oct 2015 00:10:14 -0000 On Tue, Oct 27, 2015 at 6:00 PM, Romu wrote: > > sudo freebsd-update fetch > Looking up update.FreeBSD.org mirrors... none found. > Fetching metadata signature for 10.2-STABLE from update.FreeBSD.org... > failed. > No mirrors remaining, giving up. > > > freebsd-version > 10.2-RELEASE-p5 > > I don't understand. Why does freebsd-update consider the system as > 10.2-STABLE? freebsd-version shows 10.2-RELEASE-p5, > Sure, for part of the equation. "man freebsd-version" will provide you the information you need to understand why RELNUM=10.2-STABLE in your environment. -- Adam