From owner-freebsd-questions@freebsd.org Fri Oct 2 04:39:09 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 614FAA0C468 for ; Fri, 2 Oct 2015 04:39:09 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 45E4A180F for ; Fri, 2 Oct 2015 04:39:09 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4345EA0C467; Fri, 2 Oct 2015 04:39:09 +0000 (UTC) Delivered-To: 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 42D09A0C466 for ; Fri, 2 Oct 2015 04:39:09 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from eris.bzerk.org (eris.bzerk.org [82.95.223.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.bzerk.org", Issuer "*.bzerk.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C816C180E for ; Fri, 2 Oct 2015 04:39:08 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from eris.bzerk.org (BOFH@localhost [127.0.0.1]) by eris.bzerk.org (8.14.9/8.14.9) with ESMTP id t924NQWC088465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 2 Oct 2015 04:23:28 GMT (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by eris.bzerk.org (8.14.9/8.14.9/Submit) id t924NQ6x088464 for questions@freebsd.org; Fri, 2 Oct 2015 04:23:26 GMT (envelope-from mail25@bzerk.org) X-Authentication-Warning: eris.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Fri, 2 Oct 2015 04:23:26 +0000 From: Ruben de Groot To: questions@freebsd.org Subject: pkg repo broken? Message-ID: <20151002042326.GA88371@eris.bzerk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Status: No, score=-11.0 required=5.0 tests=ALL_TRUSTED,AUTHD_RELAY autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on eris.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (eris.bzerk.org [127.0.0.1]); Fri, 02 Oct 2015 04:23:29 +0000 (UTC) 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: Fri, 02 Oct 2015 04:39:09 -0000 Not sure where I should report this, but: root@soekrisgw:~ # pkg install dhcp6 Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. New version of pkg detected; it needs to be installed first. The following 1 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: pkg: 1.5.6 -> 1.6.0 The process will require 149 KiB more space. 2 MiB to be downloaded. Proceed with this action? [y/N]: y pkg: http://pkg.FreeBSD.org/FreeBSD:10:i386/latest/All/pkg-1.6.0.txz: Not Found root@soekrisgw:~ # There is a pkg-1.6.1.txz there, but it's looking for 1.6.0 hints please Ruben