From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 17:52:48 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 78A3D16A4CE for ; Fri, 3 Dec 2004 17:52:48 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2169A43D54 for ; Fri, 3 Dec 2004 17:52:48 +0000 (GMT) (envelope-from christias@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so122272rne for ; Fri, 03 Dec 2004 09:52:47 -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=KIw/KhmNJcCxe2qt3iiAyKbHGef/lNpaGlDyN/uqsFs54SzD2AOjQYYWUt8Bdd7Ptcr1DhCqWfjO5SMmiDuiDuA3HkddtxZfV53EO04jnQShMg2QYARqUc0DoGd9IObVadNvCVj8VOHZlUWpoIrezGdDhpucv3UbeG/Tq2+SFM0= Received: by 10.38.86.4 with SMTP id j4mr696108rnb; Fri, 03 Dec 2004 09:52:46 -0800 (PST) Received: by 10.38.165.72 with HTTP; Fri, 3 Dec 2004 09:52:45 -0800 (PST) Message-ID: Date: Fri, 3 Dec 2004 19:52:45 +0200 From: Panagiotis Christias To: Greg Donald In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041203001318.GB6015@gardnerclan.net> <02f101c4d95a$84aa16c0$9a11a8c0@d3stomc> cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.3 Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Panagiotis Christias List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:52:48 -0000 On Fri, 3 Dec 2004 11:45:18 -0600, Greg Donald wrote: > On Fri, 3 Dec 2004 10:07:06 -0700, Tom Connolly wrote: > > It takes my machine about 1 hour to generate the index. Be patient and > > it will complete. > > Previously I had FreeBSD 4.10 on my P133 and portupgrade -anrR took 3-4 minutes. > > Last week I upgraded to FreeBSd 5.3 and now portupgrade -anrR takes 5 > hours or more. > > > A faster method is to fetch the index. > > How do you do that, and did you mean instead of portupgrade -anrR ? > Please explain. run "cd /usr/ports; make fetchindex". Panagiotis