From owner-freebsd-ports@FreeBSD.ORG Mon Jan 10 19:34:23 2005 Return-Path: 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 3660C16A4CE for ; Mon, 10 Jan 2005 19:34:23 +0000 (GMT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ACDE43D1F for ; Mon, 10 Jan 2005 19:34:17 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j0AJk3nP007830 for ; Mon, 10 Jan 2005 16:46:03 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost.iib.unsam.edu.ar [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.11/8.12.9) with ESMTP id j0AJXwPm099300 for ; Mon, 10 Jan 2005 16:33:58 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.11/8.12.11/Submit) id j0AJXwBH099299 for ports@FreeBSD.ORG; Mon, 10 Jan 2005 16:33:58 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Mon, 10 Jan 2005 16:33:58 -0300 From: Fernan Aguero To: FreeBSD Ports Message-ID: <20050110193358.GE22019@iib.unsam.edu.ar> Mail-Followup-To: FreeBSD Ports References: <20050110165945.GC75893@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050110165945.GC75893@iib.unsam.edu.ar> User-Agent: Mutt/1.5.6i Subject: Re: broken INDEX? ruby segfaults when updating the pkgdb X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2005 19:34:23 -0000 +----[ To FreeBSD Ports (10.Jan.2005 13:59): | | PS: is it safe to rm pkgdb.db in /var/db/pkg and run pkgdb | afterwards? | +----] Replying to myself: yes, it seems to be safe to remove these files (I did a backup just in case). pkgdb will recreate them. And now everything is running smoothly again. Seems like I had a corrupted pkgdb.db. Recreating the file from scratch solved it. Fernan