From owner-freebsd-cloud@freebsd.org Tue Jan 2 19:41:16 2018 Return-Path: Delivered-To: freebsd-cloud@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 4A7FDEB53A1 for ; Tue, 2 Jan 2018 19:41:16 +0000 (UTC) (envelope-from raf@rafal.net) Received: from smtp-out-1.mxes.net (smtp-out-1.mxes.net [67.222.241.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00AF26F40D; Tue, 2 Jan 2018 19:41:15 +0000 (UTC) (envelope-from raf@rafal.net) Received: from [192.168.40.37] (86-40-118-125-dynamic.agg2.bri.bbh-prp.eircom.net [86.40.118.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 536CE2755D; Tue, 2 Jan 2018 14:41:08 -0500 (EST) From: Rafal Lukawiecki Message-Id: <77A688A9-6272-4FC6-89DF-4F9231B7B3CE@rafal.net> Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: AMI building AMI Date: Tue, 2 Jan 2018 19:41:06 +0000 In-Reply-To: <50f75b01-2ea3-f7fd-24a6-65a4d64ae16d@freebsd.org> Cc: Colin Percival , freebsd-cloud@freebsd.org To: Julian Elischer References: <085D225B-2E99-4540-B693-223087B14A27@rafal.net> <0100016099578ea7-02da1d5c-997d-47be-9cd8-dc6b75bbeda6-000000@email.amazonses.com> <8BCB67B8-DE56-491A-8E6A-95AFB83F71D6@rafal.net> <0100016099671dff-32d986bf-3979-40a3-accf-4d17c2020403-000000@email.amazonses.com> <8538BFB9-B82C-4520-ADB3-E25040EA1B30@rafal.net> <01000160a0283ad5-12b330d3-3f4b-43ea-9cdc-2524f5f42f4a-000000@email.amazonses.com> <004116c5-0938-5570-f119-fdc21e91b2ad@freebsd.org> <559A9E86-6E97-4A8D-96CC-95FC9180A483@rafal.net> <50f75b01-2ea3-f7fd-24a6-65a4d64ae16d@freebsd.org> X-Mailer: Apple Mail (2.3445.5.20) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-cloud@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "FreeBSD on cloud platforms \(EC2, GCE, Azure, etc.\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2018 19:41:16 -0000 > On 2 Jan 2018, at 19:35, Julian Elischer wrote: >> $ pkg -c /mnt install awscli >> Updating FreeBSD repository catalogue... >> pkg: http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/meta.txz: No address record >> repository FreeBSD has no meta file, using default settings >> pkg: http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/packagesite.txz: = No addr= ess record >> Unable to update repository FreeBSD >> Error updating repositories! > > this means that either in the jail/chroot or in your machine, dns lookups= are failing.. did you remember to copy /etc/resolv.conf into the chroot/jai= l? Bingo. Copying it solved the problem. Many thanks, Julian! >> >> $ pkg -c /mnt add awscli >> pkg: awscli: No such file or directory >> pkg: Was 'pkg install awscli' meant? >> Failed to install the following 1 package(s): awscli >> >> Many thanks, everyone. >> Rafal > pkg install fetches over the network, pkg add installs a prefetched file,= > > so I am guessing that if you use add, and point the preloaded file it may= work.. Of course pkg may be smart enough to find the cached copy itself, bu= t it still seems to want to look at the network. >