From owner-freebsd-bugs@freebsd.org Sat Jul 11 22:07:49 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33BBA998087 for ; Sat, 11 Jul 2015 22:07:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 201DF9F8 for ; Sat, 11 Jul 2015 22:07:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6BM7mAM074120 for ; Sat, 11 Jul 2015 22:07:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201485] bsdconfig no pkg database found Date: Sat, 11 Jul 2015 22:07:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd@yossman.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 22:07:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201485 Bug ID: 201485 Summary: bsdconfig no pkg database found Product: Base System Version: 10.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: freebsd@yossman.net Created attachment 158630 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158630&action=edit bsdconfig debug log, FBSD 10.1, documentation install when using bsdconfig to install either documentation or packages on a fresh freebsd 10.1 install, after selecting media (main freebsd distribution site, FTP or HTTP) it appears to connect OK, but then i get "No pkg(8) database found!" on the GUI. using bsdconfig -D debug file when attempting to install documentation shows this line when it fails: /usr/libexec/bsdinstall/docsinstall: cannot open /var/db/pkg/repo-packagesite.sqlite running bsdconfig for packages list/install fails with the same error message on the GUI, but the debug log doesn't seem to show any critical failures..? i note there is a repo-FreeBSD.sqlite file in /var/db/pkg but not repo-packagesite.sqlite. pkg appears to operate properly from the command line, and i've already done portsnap fetch extract and built/installed latest bsdconfig and pkg. -- You are receiving this mail because: You are the assignee for the bug.