From owner-freebsd-stable@freebsd.org Thu May 5 16:19:15 2016 Return-Path: Delivered-To: freebsd-stable@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 57202B2ECDA for ; Thu, 5 May 2016 16:19:15 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (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 21E2C139E for ; Thu, 5 May 2016 16:19:15 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-ig0-x233.google.com with SMTP id s8so18213729ign.0 for ; Thu, 05 May 2016 09:19:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=Y0Pk4nV4PML5eJKKBcUiBLegeKKUaq3PwAOQ74oU7NQ=; b=Gd//evZvh+sDNjk6DjmcNG7O/hsi1j5yBy0aewgbOmNSl1vvmLanzIJgMipFppNifL hA1gI4ZM6EjhaHiuO/oaIz5wAJZ3db0J6OtsxthKeFk1T6c+TJ5WRWXhqbTGnRXdTcJj qZDG7TGvKFk1LDTFTcXfbZ+Lc3H7CzvJ2dZmuFpgEWMEUQoElfz/k/FIpsmL1yi8oxEN FvqismilwDaWORovhEzASEXovQ7jXR4xXEW0Vr5WLAbc7lEDo71eL5uLH6J29FZ4Ng3h RlzjoXR++C32K6XpbZpz5DyBVJW11BCpT0ogsIZHhaX3Z78TguWCsKO92z81Qt+rk3Ek tTeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=Y0Pk4nV4PML5eJKKBcUiBLegeKKUaq3PwAOQ74oU7NQ=; b=SMI+sCpTKGt8jJ1aL2ReS/1j9Xf/VJaZmiDgPbYPAh614OwFrH4JmKHtBsoqcAGYft kFukrLgy1ae2+gobLy8GMIFUzZ1AU7On+S6FLHyyH+CfOyUIilSC47ThPxEm42E2/qGI xJBO8bkH+/8M3UblFkvq5OcFThYAcpa1Sth4fAh5nW/anPf2xaEcKykxnfVZCHJqPPCr VY28mAhcshWrpupWQ02ceALxAvLVdz8cOHXJQ+wWbR4RXxNCyCbhTP1SboyCktq3awas jFIE9urQ9IE3s9mCImUYWWJI/kmRtDvKm6QUBRiCWL8pnHwU38JY0+/tzEjFgToMJMFU 2Wdg== X-Gm-Message-State: AOPr4FUOD9FBV0+E4nT62yv6D0obU3mXnifoRLQzjkFG4hqoacSO5U1XaVQnzum9vfg+zxs+O2phQkw8c/fElA== MIME-Version: 1.0 X-Received: by 10.50.92.41 with SMTP id cj9mr4701592igb.22.1462465153205; Thu, 05 May 2016 09:19:13 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.79.20.70 with HTTP; Thu, 5 May 2016 09:19:13 -0700 (PDT) In-Reply-To: <20160505090752.A7589@naund.org> References: <20160505090752.A7589@naund.org> Date: Thu, 5 May 2016 09:19:13 -0700 X-Google-Sender-Auth: XkW1CdWHKWXwscGr9DFHgLawwOw Message-ID: Subject: Re: binary updates for 10.3 failing From: Kevin Oberman To: Andreas Ott Cc: FreeBSD-STABLE Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 16:19:15 -0000 On Thu, May 5, 2016 at 9:07 AM, Andreas Ott wrote: > Hi, > > I'm not sure if the stable list is the correct place to report this, > but currently binary updates are not working. I see posts on the forum > but no solutions are being offered (other than updates from source, > which are difficult on production systems missing the src component). > Something broke recently, it worked to update from RELEASE to -p1. > > Symptoms are like this (note that the system is -p1 already but the binay > updater identifies it as -p0): > > [root@www ~]# freebsd-version > 10.3-RELEASE-p1 > [root@www ~]# freebsd-update fetch > src component not installed, skipped > Looking up update.FreeBSD.org mirrors... none found. > Fetching metadata signature for 10.3-RELEASE from update.FreeBSD.org... > done. > Fetching metadata index... done. > Inspecting system... done. > Preparing to download files... done. > > No updates needed to update system to 10.3-RELEASE-p0. > [root@www ~]# > > I deleted /var/db/freebsd-update/* and tried again, same result. > > -andreas > - > Andreas Ott K6OTT +1.408.431.8727 andreas@naund.org > I am seeing the exact same issue. I really, really would like to get the SSL fixes onto my web server, but I get the "No updates needed to update system to 10.3-RELEASE-p0." message. # freebsd-version -u -k 10.3-RELEASE 10.3-RELEASE-p1 -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683