From owner-freebsd-stable@FreeBSD.ORG Mon Mar 3 09:02:08 2014 Return-Path: Delivered-To: freebsd-stable@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 ESMTPS id 9497E42E for ; Mon, 3 Mar 2014 09:02:08 +0000 (UTC) Received: from server1.xenet.de (server1out.xenet.de [213.221.94.200]) by mx1.freebsd.org (Postfix) with ESMTP id D339DC8E for ; Mon, 3 Mar 2014 09:02:06 +0000 (UTC) Received: from [10.0.0.50] (intern.xenet.de [213.221.94.50]) (authenticated bits=0) by server1.xenet.de (8.12.5/8.12.5) with ESMTP id s2391OvT063963 for ; Mon, 3 Mar 2014 10:01:27 +0100 (CET) (envelope-from meyser@xenet.de) Message-ID: <53144507.1060306@xenet.de> Date: Mon, 03 Mar 2014 10:01:59 +0100 From: Matthias Meyser Organization: XeNET GmbH, Clausthal-Zellerfeld User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: pkg Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.38 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 09:02:08 -0000 I have a fresh installed Freebsd machine 10.0-STABLE #1 r262685 with no connection to the internet. To install bind (with ironically left base) i need to bootstrap pkg. To do that I build pkg-1.2.6.txz by source on another machine. (same Freebsd Version) Then i put pkg-1.2.6.txz on the first machine and did a pkg add pkg-1.2.6.txz this gives "Signature for pkg not available." putting "SIGNATURE_TYPE: "none"" in /usr/local/etc/pkg.conf did NOT solve this issue. "setenv SIGNATURE_TYPE none" worked. but now i get pkg-static: sqlite: no such table: main.packages Now I am lost. CU Matthias