Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 16:26:50 +0200
From:      Willem Jan Withagen <wjw@digiware.nl>
To:        ports@freebsd.org
Subject:   pkg ABI empy
Message-ID:  <5449102A.7010603@digiware.nl>

next in thread | raw e-mail | index | archive | help
Hi

I'm trying to run pkg update -F in a jail on a 8.4 host.
(8.4-STABLE FreeBSD 8.4-STABLE #222 r267755: Mon Jun 23 06:50:12 CEST 2014)

On the actual iron I get:
# pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100%   968 B   1.0k/s    00:01
Fetching digests.txz: 100%    2 MB   2.0M/s    00:01
Fetching packagesite.txz: 100%    5 MB   5.3M/s    00:01
Processing new repository entries: 100%

The jail bombs out with:
Updating FreeBSD repository catalogue...
pkg: http://pkg.FreeBSD.org//latest/meta.txz: Not Found
pkg: repository FreeBSD has no meta file, using default settings
pkg: http://pkg.FreeBSD.org//latest/digests.txz: Not Found
pkg: Unable to update repository FreeBSD

/etc/pkg/FreeBSD.conf
FreeBSD: {
   url: "pkg+http://pkg.FreeBSD.org//latest",
   mirror_type: "srv",
   signature_type: "fingerprints",
   fingerprints: "/usr/share/keys/pkg",
   enabled: yes
}

So I conclude that the ABI env is empty.

Short term solution to hardwire the configfile in the jail.
But why is the ABI empy? jail and parent are running the smae software....

Regards,
--WjW





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5449102A.7010603>