From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 13:13:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F4D41065671 for ; Tue, 9 Sep 2008 13:13:14 +0000 (UTC) (envelope-from fbsd06+ZT=3f6774bc@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 250298FC13 for ; Tue, 9 Sep 2008 13:13:14 +0000 (UTC) (envelope-from fbsd06+ZT=3f6774bc@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id DDA2823E4FE for ; Tue, 9 Sep 2008 09:13:12 -0400 (EDT) Date: Tue, 9 Sep 2008 14:13:09 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080909141309.1f6f9279@gumby.homeunix.com.> In-Reply-To: <51d7a5160809081757kcb93a17p9f28719eb3da5087@mail.gmail.com> References: <51d7a5160809081441h6f952906ibea9d236a9c271dd@mail.gmail.com> <8d23ec860809081519l2bfb73fax8c82824c17a382bc@mail.gmail.com> <51d7a5160809081625o2856d25erf61e3c409c93ca9c@mail.gmail.com> <51d7a5160809081757kcb93a17p9f28719eb3da5087@mail.gmail.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Problems with portsdb -Uu on FreeBSD 6.3 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: Tue, 09 Sep 2008 13:13:14 -0000 On Mon, 8 Sep 2008 17:57:16 -0700 perikillo wrote: > On Mon, Sep 8, 2008 at 5:26 PM, Michael Powell > wrote: > Please don't top-post. > > > > Unless you have a specific overriding reason to do -Uu you might > > want to try -uF instead. It's what I use and it's always worked. In > > fact, this is what I do to see if I need an upgrade: > > > > csup -L 2 ports && portsdb -uF && pkgdb -u && portversion > > > > But since I have never used portsnap don't really know anything > > about it. > > > > -Mike > I have been trying a lot of things, I want to start again, I think > I just need to delete /usr/ports? > > Let me read again the manual and see those Flags. > > I remember that the first time u run portsdb the manuals recommend > to sue Uu, but let read the manual page, I will back soon!!! portsdb -F and portsdb -U, both update the index file. The first downloads it, the second creates it from scratch (which is slow). Portsnap handles this automatically, so neither will be needed. The work done by portsdb -u will be done automatically when portupgrade is next run, but it may save a little time later.