From owner-freebsd-ports@FreeBSD.ORG Tue Jan 27 20:08:40 2015 Return-Path: Delivered-To: freebsd-ports@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 E6B5AC92; Tue, 27 Jan 2015 20:08:40 +0000 (UTC) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81AF9119; Tue, 27 Jan 2015 20:08:40 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 5E4C028422; Tue, 27 Jan 2015 21:08:37 +0100 (CET) Received: from illbsd.quip.test (ip-89-177-50-74.net.upcbroadband.cz [89.177.50.74]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 24DD728423; Tue, 27 Jan 2015 21:08:36 +0100 (CET) Message-ID: <54C7F043.3070203@quip.cz> Date: Tue, 27 Jan 2015 21:08:35 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: pkg delete portaudit is trying to remove sysinfo References: <54C6D314.5000106@quip.cz> <20150126235352.GV81001@ivaldir.etoilebsd.net> <54C6E20D.4040703@quip.cz> <54C775DB.30104@quip.cz> In-Reply-To: <54C775DB.30104@quip.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin , FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 20:08:41 -0000 Miroslav Lachman wrote on 01/27/2015 12:26: > Kevin Oberman wrote on 01/27/2015 02:20: >> On Mon, Jan 26, 2015 at 4:55 PM, Miroslav Lachman <000.fbsd@quip.cz [...] >> For example, jail and host both have only pkg.conf.sample in >> /usr/local/etc/ >> So should I look somewhere else? >> >> >> Miroslav Lachman >> >> >> This may not be the complete issue, but: >> # pkg update >> # pkg install sysutils/sysinfo > > I tried this before my previous post, but it failed with the same error: > > # pkg update > No active remote repositories configured. > > So I think there should be some default file missing in this jail. The missing file was /etc/pkg/FreeBSD.conf. I copied it from host to jail and pkg works now. (I don't know why it was not there. I did run mergemaster for this jail after each update / upgrade) Miroslav Lachman