From owner-freebsd-questions@FreeBSD.ORG Tue Jan 7 22:08:12 2014 Return-Path: Delivered-To: freebsd-questions@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 0DEAE10D for ; Tue, 7 Jan 2014 22:08:12 +0000 (UTC) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D35DF1331 for ; Tue, 7 Jan 2014 22:08:11 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id x13so1145028ief.20 for ; Tue, 07 Jan 2014 14:08:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X0tMkSy64TChR1VGi+jijSpUBjCRH2yWzusQzwxKu3U=; b=e4PvCEMGE9a6w3VmIzCKIEuP+wTDnnHtJHMLyzUHPPkIWGvnBXkzXtjAYtt8KP9XnD 4x3aXvdjor1GJKs4NZyEbapJ0lLAGkS1YZjaXgtkEAlGUv+IezjMWWfcKNEU0YFcTD2N 9UH1NljQjuo2G0KT8Tb6i09sCckZY3gnFEucpxWeKO3G3hY2wXRD0kMj9IolwNDpPKXN EiQesUJGdPUMwzH/5ZAzR2il/EgyYDLcx1zVfnB8+42tjXOov33vfPzgGp4oazLxtweU lWo3rNryCDS57DfPCVsezsWcUG3TaX4jOHGeBIhtWHf8Qha56GP6XLc6p9zuIwPgh9oR /QhA== MIME-Version: 1.0 X-Received: by 10.50.100.170 with SMTP id ez10mr28021792igb.15.1389132491333; Tue, 07 Jan 2014 14:08:11 -0800 (PST) Received: by 10.64.11.138 with HTTP; Tue, 7 Jan 2014 14:08:11 -0800 (PST) Date: Tue, 7 Jan 2014 14:08:11 -0800 Message-ID: Subject: pkgng woes From: Patrick To: FreeBSD Questions Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 22:08:12 -0000 I'm trying to move to pkgng on some 9.2 systems, and I'm having a hard time finding some working examples of the configuration files one would need to pull in packages from the official FreeBSD package servers. Is there something obvious I'm missing? I started with the /usr/local/etc/pkg.conf.sample, but it's mostly commented out and refers to files that don't exist. So then I use the examples from the pkg.conf(5) man page (minus the http proxy). I get the following error: # pkg install postfix Updating repository catalogue digests.txz 100% 1068KB 1.0MB/s 1.0MB/s 00:01 pkg: Error loading trusted certificates pkg: Unable to find catalogs The Handbook page on pkgng (http://www.freebsd.org/doc/handbook/pkgng-intro.html) has lots of useful for any mention or examples of the configuration files you need to actually use it. I'm guessing there's something obvious I must be missing, but as a new user to pkgng (but long time FreeBSD user), this is a somewhat frustrating experience. I don't see really any discussion out there on other people experiencing the same issue, so there must be something I'm not seeing that's right in front of me... Any guidance would be greatly appreciated. Patrick