From owner-freebsd-questions@freebsd.org Mon Jan 11 10:41:02 2016 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 E49CBA6CBCF for ; Mon, 11 Jan 2016 10:41:02 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF20A1498; Mon, 11 Jan 2016 10:41:02 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id u0BAVvcN004013 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 11 Jan 2016 02:31:59 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.14.2/Submit) with UUCP id u0BAVvxF004012; Mon, 11 Jan 2016 02:31:57 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: from fbsd81 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA02827; Mon, 11 Jan 16 02:15:27 PST Date: Mon, 11 Jan 2016 02:15:23 -0800 From: perryh@pluto.rain.com (Perry Hutchison) To: matthew@freebsd.org Cc: freebsd-questions@freebsd.org Subject: Re: "pkg: pkg is not installed" even after installing it Message-Id: <569380bb.RzRT7e3IydYemQSn%perryh@pluto.rain.com> References: <5691d97a.VHZI0elGOQrdG7+e%perryh@pluto.rain.com> <56922538.7080105@FreeBSD.org> <56931d35.1U3OAjwPQuA2rasY%perryh@pluto.rain.com> <56935795.5000207@FreeBSD.org> In-Reply-To: <56935795.5000207@FreeBSD.org> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Mon, 11 Jan 2016 10:41:03 -0000 Matthew Seaman wrote: > On 11/01/2016 03:10, Perry Hutchison wrote: > > That doesn't produce any output, either. However, after mounting > > tmpfs on /var/db/pkg and /var/cache, I got: > > Hmmm... that's certainly a bug. Could you open an issue at > https://github.com/freebsd/pkg/issues please, explaining exactly > what you did and what happened (or didn't as the case may be)? > pkg(8) shouldn't die quietly in those or any circumstances. I will try to get to it later this week. > > # chroot -u 0 -g 0 -G 105,0,5,20,25 /mnt pkg-static add /usr/local/pkg/pkg.txz > > Installing pkg-1.5.4... > > Extracting pkg-1.5.4: 100% > > ldconfig: mkstemp(/var/run/ld-elf.so.hints.6wHhnd): Read-only file system > > pkg-static: POST-INSTALL script failed > > Message for pkg-1.5.4: > > If you are upgrading from the old package format, first run: > > > > # pkg2ng > > > > # chroot -u 0 -g 0 -G 105,0,5,20,25 /mnt pkg -N > > pkg: 1 packages installed > > > > This time it installed a bunch of stuff in /usr/local and a > > "local.sqlite" in /var/db/pkg ... > > That looks to have worked. Any concern about the POST-INSTALL failure due to /var/run being read-only? (That one is not as simple to fix as /var/cache and /var/db/pkg, since the memstick's /var/run is not empty.) > Curious as to why you're using an older version of pkg there -- > we're up to 1.6.2 nowadays. It is the version I downloaded from pkg.freebsd.org/freebsd:10:x86:32/release_2/Latest on 12/21 (when I started on this exercise). If I'm remembering correctly, .../release_2 appeared to be the area which most nearly corresponded to what would have been current when 10.2 was released. I have gotten burned before by trying to install package sets that are newer than the release on which they are being installed -- sticking with what presumably worked at release time seems safer, at least to get an initial, working configuration.