From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 01:17:58 2005 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 1D98B16A4CE for ; Wed, 23 Feb 2005 01:17:58 +0000 (GMT) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860B543D1D for ; Wed, 23 Feb 2005 01:17:57 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j1N1Hskc017478 for ; Tue, 22 Feb 2005 20:17:55 -0500 (EST) Date: Wed, 23 Feb 2005 01:25:55 +0000 From: Jason Henson To: freebsd-questions@freebsd.org References: In-Reply-To: (from gunter@thewambaughs.net on Tue Feb 22 19:21:43 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1109121955l.93160l.0l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: portversion runs seemingly forever X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 01:17:58 -0000 On 02/22/05 19:21:43, Gunter Wambaugh wrote: > When I try > $ portversion -L =3D >=20 > it seems to run forever. >=20 > top yields > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU =20 > COMMAND > 51331 root 51 0 19276K 18852K RUN 0:09 90.60% 32.86% =20 > ruby18 >=20 > I have tried portsdb -uU && pkgdb -uv, to no avail. >=20 > bash-2.05b# uname -a > FreeBSD test.thewambaughs.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon =20 > Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/=20 > usr/src/sys/GENERIC i386 >=20 > Any ideas? > Does portversion use the index file? If so I thought you had to cd /=20 usr/src && make fetchindex, maybe after a cvsup. Also I seem to =20 remember using portversion -l "<" when I used to use it a while back. =20 To find the old ports. Just read the man page online, -L is a inverse limit, it excludes. So =20 if you have not cvsuped since you last upgraded that would be why you =20 get nothing. You say it seems to run forever, have you let it finish =20 or do you kill it? After you do the pkgdb -uv does it still take =20 forever to finish, or does it seem to just hang?