From owner-freebsd-ports@FreeBSD.ORG Mon Oct 7 21:41:05 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTP id 07FCE6B3 for ; Mon, 7 Oct 2013 21:41:05 +0000 (UTC) (envelope-from hskuhra@eumx.net) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2273264F for ; Mon, 7 Oct 2013 21:41:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type; s=default; bh=AZNxwqUSxNsTjTYvRwOB1t xftdk=; b=uY4HjAZ4YXbtyN/K193ADsphJ5MJVv1K+4aTjEJYm4WIOz+3nN5CsQ DuPFyDtsY7Nxfhxwa9LepzG5rZwHu+oe9Y0xdOwphl8LzZOe+8r0NfAKBiv2ts3P RyQx3eOgf6N1Bo4rIgTFXOqo+EUDFHyeHCRfLKcEzvuZtOIOp9EdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=SQLHJThRL2kG8Foyr1agvDODgo2gm /2MoNqHOOXA7G9aGoYvHjWrnOrmIQo0XWv1u3dxYWErvFO/2S2bKhhkWhBZvts+j XExnigSvHIe5L0w2y+PhxwQeCaRIGpr+FDw2nMpIJZ+37dnSG7hrBKTlXiL6c7j0 EaFGeR1Gbtsj58= Date: Mon, 07 Oct 2013 23:40:29 +0200 Message-ID: <87txgslpyq.wl%hskuhra@eumx.net> From: "Herbert J. Skuhra" To: mexas@bris.ac.uk Subject: Re: pkg: explain PUBKEY In-Reply-To: <201310072037.r97KbAYH054287@mech-cluster241.men.bris.ac.uk> References: <201310072037.r97KbAYH054287@mech-cluster241.men.bris.ac.uk> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 21:41:05 -0000 On Mon, 7 Oct 2013 21:37:10 +0100 (BST) Anton Shterenlikht wrote: > I'm trying to set up poudriere to build packages > for my boxes. I think I got this done. I have built > a few packages, I set up nginx to serve those. > On the box where I want to install the packages to > I've set PACKAGESITE in /usr/local/etc/pkg.conf > to point to the server with the packages. > However, I get: > > # pkg update > Updating repository catalogue > digests.txz 100% 9172 9.0KB/s 9.0KB/s 00:00 > pkg: No signature found in the repository. Can not validate against /etc/ssl/pkg.conf key. > pkg: No digest falling back on legacy catalog format > repo.txz 100% 91KB 91.3KB/s 91.3KB/s 00:00 > pkg: No signature found in the repository. Can not validate against /etc/ssl/pkg.conf key. > # pkg upgrade > Updating repository catalogue > digests.txz 100% 9172 9.0KB/s 9.0KB/s 00:00 > pkg: No signature found in the repository. Can not validate against /etc/ssl/pkg.conf key. > pkg: No digest falling back on legacy catalog format > repo.txz 100% 91KB 91.3KB/s 91.3KB/s 00:00 > pkg: No signature found in the repository. Can not validate against /etc/ssl/pkg.conf key. > # > > I haven't got /etc/ssl/pkg.conf > The pkg.conf(5) man page only > says: > > PUBKEY: string Specifies the location to the public RSA key > used for signing the repository database. > The default value for this file is > /etc/ssl/pkg.conf > > I'm not clear which side creates this file: > the server which builds the packages? > Or the client that gets the packages > from the server? Or something else > altogether? or -- Herbert