From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 01:40:41 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 47CE816A4CF for ; Wed, 23 Feb 2005 01:40:41 +0000 (GMT) Received: from mxsf08.cluster1.charter.net (mxsf08.cluster1.charter.net [209.225.28.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C8143D1F for ; Wed, 23 Feb 2005 01:40:40 +0000 (GMT) (envelope-from gunter@thewambaughs.net) Received: from mxip12.cluster1.charter.net (mxip12a.cluster1.charter.net [209.225.28.142])j1N1edUw027288 for ; Tue, 22 Feb 2005 20:40:39 -0500 Received: from unknown (HELO [192.168.1.100]) (68.119.105.14) by mxip12.cluster1.charter.net with ESMTP; 22 Feb 2005 20:40:39 -0500 X-Ironport-AV: i="3.90,108,1107752400"; d="scan'208"; a="831425983:sNHT14320868" In-Reply-To: <1109121955l.93160l.0l@BARTON> References: <1109121955l.93160l.0l@BARTON> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Gunter Wambaugh Date: Tue, 22 Feb 2005 19:40:35 -0600 To: Jason Henson X-Mailer: Apple Mail (2.619.2) cc: freebsd-questions@freebsd.org 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:40:41 -0000 On Feb 22, 2005, at 7:25 PM, Jason Henson wrote: > On 02/22/05 19:21:43, Gunter Wambaugh wrote: >> When I try >> $ portversion -L = >> it seems to run forever. >> top yields >> PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU >> COMMAND >> 51331 root 51 0 19276K 18852K RUN 0:09 90.60% 32.86% >> ruby18 >> I have tried portsdb -uU && pkgdb -uv, to no avail. >> bash-2.05b# uname -a >> FreeBSD test.thewambaughs.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon >> Oct 27 17:51:09 GMT 2003 >> root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 >> Any ideas? >> > > > Does portversion use the index file? If so I thought you had to cd > /usr/src && make fetchindex, maybe after a cvsup. Also I seem to > remember using portversion -l "<" when I used to use it a while back. > To find the old ports. > > Just read the man page online, -L is a inverse limit, it excludes. So > if you have not cvsuped since you last upgraded that would be why you > get nothing. You say it seems to run forever, have you let it finish > or do you kill it? After you do the pkgdb -uv does it still take > forever to finish, or does it seem to just hang? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Sorry, I guess I should have been clearer. I let portversion run for 12+ hours before I killed it. I just cvsuped the ports tree a few days ago, and make fetchindex didn't help me any. portversion -l = says give me the 'up-to-date' ports. portversion -L = says give me all the 'out-of-date' ports.