From owner-freebsd-questions@FreeBSD.ORG  Tue May  6 20:05:48 2014
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 A713F5A4
 for <questions@freebsd.org>; Tue,  6 May 2014 20:05:48 +0000 (UTC)
Received: from relay.mailchannels.net (ar-005-i202.relay.mailchannels.net
 [162.253.144.84]) by mx1.freebsd.org (Postfix) with ESMTP id E2E8EDA1
 for <questions@freebsd.org>; Tue,  6 May 2014 20:05:43 +0000 (UTC)
X-Sender-Id: _forwarded-from|107.201.34.133
Received: from mail-24.name-services.com
 (ip-10-227-128-69.us-west-2.compute.internal [10.227.128.69])
 by relay.mailchannels.net (Postfix) with ESMTPA id 3BC4B60013;
 Tue,  6 May 2014 20:05:34 +0000 (UTC)
X-Sender-Id: _forwarded-from|107.201.34.133
Received: from mail-24.name-services.com (mail-24.name-services.com
 [10.248.1.153]) (using TLSv1 with cipher AES128-SHA)
 by 0.0.0.0:2500 (trex/5.1.2); Tue, 06 May 2014 20:05:35 GMT
X-MC-Relay: Forwarding
X-MailChannels-SenderId: _forwarded-from%7C107.201.34.133
X-MailChannels-Auth-Id: demandmedia
Received: from [10.0.10.1] (107-201-34-133.lightspeed.bcvloh.sbcglobal.net
 [107.201.34.133]) by mail-24.name-services.com with SMTP; 
 Tue, 6 May 2014 13:05:21 -0700
Message-ID: <5369407E.9060008@a1poweruser.com>
Date: Tue, 06 May 2014 16:05:18 -0400
From: Fbsd8 <fbsd8@a1poweruser.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: questions <questions@FreeBSD.org>, jails@freebsd.org
Subject: bootstrapping  /usr/sbin/pkg inside a jail
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 06 May 2014 20:05:48 -0000

On a fresh install from iso cd I get this

/root >/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 from 
pkg+http://pkg.FreeBSD.org/freebsd:10:x86:32/latest, please wait...
Verifying signature with trusted certificate 
pkg.freebsd.org.2013102301... done
Installing pkg-1.2.7_2... done
If you are upgrading from the old package format, first run:


But after starting a jail and issuing the same command I get this


jexec dir23 tcsh
dir23 /root >/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 from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-current/Latest/, 
please wait...
pkg: Error fetching 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-current/Latest//Latest/pkg.txz: 
File unavailable (e.g., file not found, no access)
A pre-built version of pkg could not be found for your system.
Consider changing PACKAGESITE or installing it from ports

Why 2 different URL's?
 From inside of a jail how do I install pkg?