From owner-freebsd-stable@FreeBSD.ORG Thu Apr 2 23:33:17 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2041CAC; Thu, 2 Apr 2015 23:33:16 +0000 (UTC) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (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 A43A4883; Thu, 2 Apr 2015 23:33:16 +0000 (UTC) Received: by obbfy7 with SMTP id fy7so66882655obb.2; Thu, 02 Apr 2015 16:33:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=w11EGJTlTIR86Pd/nOIRpbx9Mx4g1W/LUKxEhPQZYEs=; b=bL7d1nHHm0Kmirj8QJFm8n8SDvb6r9aM7w5XGygfpwcuiVrt+p3Vsw5rzHuz8h7AS6 nAoltfHQxxA8MdBq6XYMuV9QMgRD/b1wGRrHebhpkhrHflk/APXET6QuDvhneFrSivXq A8oAFBizhmCeaKDTeYL+cHRVQ06DsXnMlBX4DO9eIVVdGO4SatuyZG7jphpAmct/MGT+ o2qc45ja1FlwajZwmlmNO9ixZYAP8nNWdL1dsQdWhgpoTppGmLrxoUlut2jE2kbmwpT7 vYyVi7NtbANgBnSd0ZxRAwGv7Gdd4MINzpvIbIsFL6nvLSOpQKgpYOe4fHnY2sfHVFiQ Ea0w== MIME-Version: 1.0 X-Received: by 10.182.66.106 with SMTP id e10mr8990670obt.42.1428017595855; Thu, 02 Apr 2015 16:33:15 -0700 (PDT) Received: by 10.202.177.136 with HTTP; Thu, 2 Apr 2015 16:33:15 -0700 (PDT) In-Reply-To: <20150402183939.GC30115@ivaldir.etoilebsd.net> References: <20150402183939.GC30115@ivaldir.etoilebsd.net> Date: Fri, 3 Apr 2015 01:33:15 +0200 Message-ID: Subject: Re: pkgng cannot fetch from PACKAGESITE with nanobsd.sh in FreeBSD 10.1 From: Zenny To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 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, 02 Apr 2015 23:33:17 -0000 On 4/2/15, Baptiste Daroussin wrote: > On Wed, Apr 01, 2015 at 12:48:21PM +0200, Zenny wrote: >> Hi, >> >> 1. In order to comply with the pkgng in FreeBSD 10.1, the following >> changes >> were appended to my customized nanobsd.conf: >> >> customize_cmd cust_NANOBSD_setup >> > >> > cust_NANOBSD_packages() { >> > chroot ${NANO_WORLDDIR} sh -c 'cd packages; pkg; pkg install nano; pkg >> > clean;' >> > } >> > >> > customize_cmd cust_NANOBSD_packages >> > >> >> Certainly I had tuned chrooted /etc/resolv.conf with: >> >> #tune resolv.conf >> > echo ' >> > nameserver 8.8.8.8 >> > nameserver 8.8.4.4 >> > ' >> ${NANO_WORLDDIR}/etc/resolv.conf >> > > > This tuning is not needed you can specify the nameserver on pkg command > line: > pkg -o NAMESERVER="8.8.8.8" -c ${NANO_WORLDDIR} update > > You can also simply add NAMESERVER in your environement variable Thanks for the pointer, I shall try. >> >> Still the package cannot be downloaded from PACKAGESITE and got built >> into >> nanobsd image. >> >> 2. Also tried with: >> >> cust_pkg() { >> > pkg -c ${NANO_WORLDDIR} update >> > pkg -c ${NANO_WORLDDIR} install nano >> > pkg -c ${NANO_WORLDDIR} clean >> > } >> > >> > customize_cmd cust_pkg >> > >> >> Both ways, I get the same error that reads as of below: >> >> cd: packages: No such file or directory >> > pkg: Error fetching >> > http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/Latest/pkg.txz: No >> > address record >> > A pre-built version of pkg could not be found for your system. >> > Consider changing PACKAGESITE or installing it from ports: >> > 'ports-mgmt/pkg'. >> > The package management tool is not yet installed on your system. >> > Do you want to fetch and install it now? [y/N]: Bootstrapping pkg from >> > pkg+ >> > http://pkg.FreeBSD.org/freebsd:10:x86:64/latest, please wait... >> > pkg: Error fetching >> > http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/Latest/pkg.txz: No >> > address record >> > A pre-built version of pkg could not be found for your system. >> > Consider changing PACKAGESITE or installing it from ports: >> > 'ports-mgmt/pkg'. >> > The package management tool is not yet installed on your system. >> > Do you want to fetch and install it now? [y/N]: Bootstrapping pkg from >> > pkg+ >> > http://pkg.FreeBSD.org/freebsd:10:x86:64/latest, please wait... >> > pkg: Error fetching >> > http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/Latest/pkg.txz: No >> > address record >> > A pre-built version of pkg could not be found for your system. >> > Consider changing PACKAGESITE or installing it from ports: >> > 'ports-mgmt/pkg'. >> > The package management tool is not yet installed on your system. >> > Do you want to fetch and install it now? [y/N]: Bootstrapping pkg from >> > pkg+ >> > http://pkg.FreeBSD.org/freebsd:10:x86:64/latest, please wait... >> > >> > Is pkg installed on your host? it seems not? It does. #which pkg /usr/sbin/pkg #pkg -v 1.4.12 > > Best regards, > Bapt >