From owner-freebsd-questions@FreeBSD.ORG Wed Jun 13 23:10:37 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D203C1065670 for ; Wed, 13 Jun 2012 23:10:37 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 618338FC08 for ; Wed, 13 Jun 2012 23:10:37 +0000 (UTC) Received: by werg1 with SMTP id g1so1092550wer.13 for ; Wed, 13 Jun 2012 16:10:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=poq0gJaTlyy9udwoUDBkhA+tv/E8Zz9EzNrpIGhkNyo=; b=OZ4JV61YwzawvR/VQ57F2xjT1FIFGyOvnYHU3jsw5Xa5Yvy0JLFxuzQk14AtGPgTe5 pyR6EQtqK8aDXn1PcmI0lRSScXc3DGvVihNgTeTXQvtN8UQwW6PgGr+bkA/SbXVBz0Fu khlA1pN/cJOK9QIiSIR0G59B5QDgE9qMWnB33/xCkpCkp4MdZ/rTIr8xRtVEDYuJ2+E7 4HaBdMj4Hf1PBGOJ/mWpzHQVfDJ0NhXsekH5y8oHiw2BREN3Gh2EY/5vfvW9jpuZf9gk OrKIF66WghSdanRnssK6/bdxPOdx7GG8OvY3G+Q4rIZLmeI8THt4SPPzf6/OeGAQ3jgD ykdw== MIME-Version: 1.0 Received: by 10.180.78.161 with SMTP id c1mr737146wix.1.1339629036189; Wed, 13 Jun 2012 16:10:36 -0700 (PDT) Received: by 10.216.138.220 with HTTP; Wed, 13 Jun 2012 16:10:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 13 Jun 2012 16:10:36 -0700 Message-ID: From: Waitman Gobble To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Lost /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, 13 Jun 2012 23:10:37 -0000 On Wed, Jun 13, 2012 at 2:26 PM, Eitan Adler wrote: > On 13 June 2012 12:17, jb wrote: > > William Orr worrbase.com> writes: > > > >> > >> Hello, > >> > >> I had a hard disk failure some time ago, and I ended up losing > >> /var/db/pkg/ and everything under it (before you say I should've been > >> backing it up, I know, I was actually doing an initial full when this > >> happened). Is there a way I can restore it, or at least manually add > >> entries I know for sure about? > > > > forums.freebsd.org/showthread.php?t=6466 > > "The application themselves are still installed and will keep > functioning, you > > just removed the records of their installation. When you later install > newer > > versions, you may have to use a force flag to overwrite files (the port > thinks > > it is uninstalled after all). The new port installations will get > recorded in > > /var/db/pkg again.' > > > > jb > > This will work if you need minimal downtime, but *will* come back to > bite you some time down the line. > > > -- > Eitan Adler > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > you could cross reference the package .tbz files with what's on your system. ie, tar -ztvf apache-2.2.22_5.tbz shows you what's in /usr/local/bin, etc. Might even be able to focus on man pages only to get an xref index. I believe the files for /var/db/pkg are in the tbz files. if you didn't keep your system up to date it might be trouble matching versions, but you could get the list and see what's what, or at least have a good idea of what _was_ installed. I haven't tried but you could stick the 'current' files for /var/db/pkg from tbz, matching what's installed - regardless of the 'new' version and actual version installed, then to a pkg_delete --force then pkg_add .tbz . it might complain about missing files but will 'prolly function. If you have like 700-1000+ packages it might be worth the trouble. A thought :) Waitman Gobble San Jose California USA