From owner-freebsd-ports@FreeBSD.ORG Thu Oct 26 08:22:14 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E02D16A416 for ; Thu, 26 Oct 2006 08:22:14 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F2FE43D62 for ; Thu, 26 Oct 2006 08:22:10 +0000 (GMT) (envelope-from indigo23@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so271118pyc for ; Thu, 26 Oct 2006 01:22:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EY2F76kyAqQPJFIyOQyQOvx3HZ2l9CKCYNhvFAfwWQ7fzivta8x5rxuCsJVe1dFMCrDjMCN3FiWLojhMkmbPxvLh8taCMSrNa7S+ZFkVPMdqmFHAJpr1psfhwmI+/RyYvy06z2s/tqU42m+TNRihVkxu4HmSpwE5tolY1UHHvaU= Received: by 10.35.72.1 with SMTP id z1mr2843395pyk; Thu, 26 Oct 2006 01:22:09 -0700 (PDT) Received: by 10.35.89.7 with HTTP; Thu, 26 Oct 2006 01:22:09 -0700 (PDT) Message-ID: <6f50eac40610260122s3c47c0a1rf0b4fe6f71c6df1b@mail.gmail.com> Date: Thu, 26 Oct 2006 04:22:09 -0400 From: "Indigo 23" To: "Doug Barton" , freebsd-ports@freebsd.org In-Reply-To: <4540662B.2030404@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f50eac40610252351y341d61e5hc3f4518311366fd8@mail.gmail.com> <4540662B.2030404@FreeBSD.org> Cc: Subject: Re: How to fix corrupt package info? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 08:22:14 -0000 Unfortunately, it looks like I have much bigger problems :( I tried what you suggested and it did not work. I am hoping there is a plan B. If there is, please let me know what it is. Thanks. On 10/26/06, Doug Barton wrote: > Indigo 23 wrote: > > I was recently running portupgrade after my computer locked up twice > > (and both times I did fsck), and I noticed some errors about package > > info being corrupt. > > find /var/db/pkg -type d -exec chmod 755 {} \; > find /var/db/pkg -type f -exec chmod 644 {} \; > > That should fix it up for you. If it doesn't, you have much bigger > problems. > > hth, > > Doug > > -- > > This .signature sanitized for your protection >