From owner-freebsd-pkg@FreeBSD.ORG Wed Sep 3 23:21:39 2014 Return-Path: Delivered-To: pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E24462E2 for ; Wed, 3 Sep 2014 23:21:38 +0000 (UTC) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD5F017E9 for ; Wed, 3 Sep 2014 23:21:38 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id wn1so6746813obc.16 for ; Wed, 03 Sep 2014 16:21:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; bh=ayjkwrSSBGul2wuLgJw1Ptz+iIen9n3KppuZdOeHMiM=; b=UEXheNfowSk2dJ1zO3N+LDzT3BhSjqSHPwsrJKAMjOL6LkZ0iQSt4Z2lE0vFGZlnnn SN1stQ/X1CGIarYKynyBXLFziPeqhqLqkrf1k9cpSU+l9t8bmmD53Dgd0HjUO9Rae8FY Xsg24f2xgVALOb83QsyyDEGGP4PHisOL9lgSwQn9HfwP1hsxxMYc038QPdq46+XQFgW4 veIKO4PX1X7Z6dJrnERO5uIWiduhIDpjk0rRHOAe8UIPjmq+t7XAVafDC+mCn28nzCl0 MyvDCWKEY/42tRNen60cKjiStCtKiRY0IPbDbrJggOZUZfhcJGF2+WICHTTa9JMAZJR8 DwIw== X-Received: by 10.60.124.115 with SMTP id mh19mr633977oeb.40.1409786498042; Wed, 03 Sep 2014 16:21:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.129.232 with HTTP; Wed, 3 Sep 2014 16:21:17 -0700 (PDT) Reply-To: franck.porcher@gmail.com From: Franck Porcher Date: Wed, 3 Sep 2014 13:21:17 -1000 Message-ID: Subject: FreeBSD 10.0 install - pkg database error when trying to install packages from the commercial DVD To: pkg@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 23:21:39 -0000 Hello FreeBSD, I'm sorry to bother you with the following question, but I find myself stuck in trying to (post)install FreeBSD packages directly from the commercial DVD. The install went just fine, and I can use teh computer. But I get the following error when selecting "Packages > CD/DVD" from the bsdconfig command ncurses-based menu : *No pkg(8) database found!* pkg has been boostrapped as indicated, and there are 2 databases in /var/db/pkg, namely : local.sqlite (148K) repo-FreeBSD_install_cdrom.sqlite (16M) and the later seems populated... So, would someone have an idea what such msg actually means, what I'm doing wrong, and how I could overcome the situation. Much thanks in advance for any direction to look for (I have installed FreeBSD since release 6 and cannot remember ever having been met by this msg in trying to install precompiled packages) Franck