From owner-freebsd-questions Tue Aug 22 9:33:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 1EB3B37B423; Tue, 22 Aug 2000 09:33:18 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13RGwH-000Gdw-00; Tue, 22 Aug 2000 17:30:13 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id RAA12385; Tue, 22 Aug 2000 17:30:13 +0100 (BST) (envelope-from ben) Date: Tue, 22 Aug 2000 17:30:13 +0100 From: Ben Smithurst To: strange@unicon.ru Cc: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: Re: How can I obtain -stable for previous date ? Message-ID: <20000822173013.M20036@strontium.scientia.demon.co.uk> References: <200008221109.SAA22467@mix.unicon.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200008221109.SAA22467@mix.unicon.ru> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG strange@unicon.ru wrote: > I'm obtain -stable (RELENG_4) every 2 days via cvsup. > And do make world every time... > But after Aug 20, the system became unstable ;( > It locks on hard loading (hard HDD usage), > like a make release or even make buildworld ;( > No panic, no crashdump, nothing, full lock... > Just many HDD problems after hard reboot ;( Look at the date= option in CVSup. date=[cc]yy.mm.dd.hh.mm.ss This specifies a date that should be used to select the revi- sions that are checked out from the CVS repository. The client will receive the revisions that were in effect at the specified date and time. So perhaps you want src-all date=2000.08.20.00.00.00 tag=RELENG_4 or something to get the code from midnight on the 20th August. But ideally you should try to find what is causing the problem, of course. I assume that will work anyway, I've never actually used the date option in CVSup myself. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message