From owner-freebsd-questions@FreeBSD.ORG Wed May 3 05:05:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD5B16A400 for ; Wed, 3 May 2006 05:05:49 +0000 (UTC) (envelope-from netstree@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493CC43D45 for ; Wed, 3 May 2006 05:05:49 +0000 (GMT) (envelope-from netstree@gmail.com) Received: by ug-out-1314.google.com with SMTP id h2so1941ugf for ; Tue, 02 May 2006 22:05:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lFK49LvRqCUChsg6LWZpCSe98kLYCzH88pOVu2li+3hq1q5hCU0wlptJf4hiJl1hCwWy1yuADwoGM9kIRSIRZAoZEiSOYrmtR4FHIiI+D3X7G0aG3ZWIa4HX3h3dZGq2Dwd66k+UtAPPl5m4DKRsndv81OJzvajbrVbKmXre88c= Received: by 10.78.43.1 with SMTP id q1mr25858huq; Tue, 02 May 2006 22:05:47 -0700 (PDT) Received: by 10.78.23.5 with HTTP; Tue, 2 May 2006 22:05:47 -0700 (PDT) Message-ID: Date: Wed, 3 May 2006 13:05:47 +0800 From: xiang To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how get "/var/db/pkg"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 05:05:49 -0000 Today,i run "pkgdb -F",but get a error message:"you do not own /var/db/pkg",becouse i had delete /var/db/pkg by oversight just the other day. and i install som ports by "pkg_add" just now, then i can get /var/db/pkg,but only a record of few ports in /var/db/pkg. As a result,It do not show all ports that had installed in my machine when = i run "pkg_info" or "pkg_version".and i do not use "portupgrade" upgrade all ports! how can i do now?