From owner-freebsd-questions@FreeBSD.ORG Thu Apr 3 19:15:55 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 110F0153 for ; Thu, 3 Apr 2014 19:15:55 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F9DF2BC for ; Thu, 3 Apr 2014 19:15:54 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id x48so2387539wes.10 for ; Thu, 03 Apr 2014 12:15:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:date:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=73Keyoa20QYn5UTwGYCPCAzYLiZAlTIzTL2RPs5tUEA=; b=YfmDhsDZwT8Atdf20lYtRZu+f3SqRHvjZICfqeraqrzpZeRAAx1R3gLbEQW10Pz7TM pLXOXDla1iBjExtaUci7nphXUNiuyrg5PSDi8KgH/yI1b2GPE1EemLFq0KPRAkH/Z4lw 4SnALDuKjaKhXStIJAviIag3z5P1lzA9wKfUWYd34DFmeVnFEJT+d5sgD6qsw/a8yW1m ybMtnLJyzXMjRa6RpzFP+SniDMzdPHSdtwU1lt3Efq22XtaZ0XSg8sFWmrs6gCsgS2Qr aPM9Culp29bYbp+fB4SeLSIA24Y2GkMRM0ixYIUfhGL5noBec//4vnwUhCRAefgtjzfO i30w== X-Received: by 10.180.185.197 with SMTP id fe5mr40567852wic.56.1396552552915; Thu, 03 Apr 2014 12:15:52 -0700 (PDT) Received: from localhost (client-82-26-143-79.pete-bam-1.adsl.virginm.net. [82.26.143.79]) by mx.google.com with ESMTPSA id w10sm47959955wiy.9.2014.04.03.12.15.51 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 03 Apr 2014 12:15:52 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Fri, 04 Apr 2014 19:17:06 +0100 From: Peter Harrison Date: Fri, 4 Apr 2014 19:17:06 +0100 To: questions@freebsd.org Subject: pkg on 9.2-R Message-ID: <20140404181706.GB1815@thinkpad.piggybox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 19:15:55 -0000 What am I doing wrong to migrate to pkg on 9.2-RELEASE: root@thinkpad:/home/peter # /usr/sbin/pkg The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg please wait _ftp._tcp.ftp.freebsd.org pkg: Error fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest//Latest/pkg.txz: File unavailable (e.g., file not found, no access) Cheers, Peter Harrison.