From owner-cvs-sys Sun Mar 29 22:33:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25705 for cvs-sys-outgoing; Sun, 29 Mar 1998 22:33:44 -0800 (PST) (envelope-from owner-cvs-sys) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25628; Sun, 29 Mar 1998 22:33:26 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id BAA09430; Mon, 30 Mar 1998 01:33:17 -0500 (EST) (envelope-from toor) From: "John S. Dyson" Message-Id: <199803300633.BAA09430@dyson.iquest.net> Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c In-Reply-To: <199803300616.WAA06174@rah.star-gate.com> from Amancio Hasty at "Mar 29, 98 10:16:13 pm" To: hasty@rah.star-gate.com (Amancio Hasty) Date: Mon, 30 Mar 1998 01:33:17 -0500 (EST) Cc: toor@dyson.iquest.net, dyson@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > One more thing, please try out my test case because it has always failed > with the soft update stuff. > > Again, what I usually do is : > make world > > Just can stick the following in a loop: > tar -xzf large.tar like X > rm -R large-directory > > > It usually takes less than an hour to kill a system. > I just did some reviews of the softupdates port , and it needs lots of work. There are still dependency problems sprinkled in the code. I have given up for this weekend. (It is more that the port is not complete yet. I haven't seen any problems in the core softupdates stuff.) John