From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 16:50:36 2004 Return-Path: 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 41CE316A4CE for ; Thu, 16 Dec 2004 16:50:36 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D2C43D48 for ; Thu, 16 Dec 2004 16:50:35 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so870463wra for ; Thu, 16 Dec 2004 08:50:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=C1Ox3F4B4QyOYTkoGk0OtNde//iE1flRV61A1vZtZZZCxsnqjAMy27yqylFTYSL/XGHveZRW7lsViveMENBN5qh2ZXr363ukOT4vVBIwgYwQyOEocBUelKA1zJJVKPlEP6BfRDSqWYHaGlyBkdLZspkwc3J5xMxOB0aOvhggz7I= Received: by 10.54.47.62 with SMTP id u62mr3436945wru; Thu, 16 Dec 2004 08:50:35 -0800 (PST) Received: by 10.54.11.34 with HTTP; Thu, 16 Dec 2004 08:50:34 -0800 (PST) Message-ID: Date: Thu, 16 Dec 2004 10:50:34 -0600 From: Joshua Lokken To: Lapo Nustrini In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041216062022.M96938@enabled.com> cc: Noah cc: freebsd-questions@freebsd.org Subject: Re: updating pkgdb results invalid argument X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 16:50:36 -0000 > On Dec 15, 2004, at 10:21 PM, Noah wrote: > > > FreeBSD-4.9 > > > > any clues why this is happening? the update of the package DB ends > > off with > > invalid argument. > > > > --- snip ---- > > > > # pkgdb -Fu > > ---> Updating the pkgdb > > Invalid argument On Thu, 16 Dec 2004 08:38:54 -0800, Lapo Nustrini wrote: > Are you sure you don't mean to do: > > # pkgdb -fu > > Lapo Lapo, please don't top post. from man pkgdb(1): -F --fix Interactively fix the package registry database. -u --update Update or create the package database file pkgdb.db in $PKG_DBDIR, which is /var/db/pkg by default. Note: if the ports database files are stale, pkgdb will automatically update them before proceding, so manual updating is not mandatory. -- Joshua Lokken Open Source Advocate