From owner-freebsd-stable Mon Nov 29 4:35:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from thumper.cns.vt.edu (thumper.cns.vt.edu [128.173.12.196]) by hub.freebsd.org (Postfix) with ESMTP id 1AB60150B8 for ; Mon, 29 Nov 1999 04:35:10 -0800 (PST) (envelope-from ceharris@cns.vt.edu) Received: (ceharris@localhost) by thumper.cns.vt.edu (8.8.5/8.8.5) id HAA23712 for freebsd-stable@freebsd.org; Mon, 29 Nov 1999 07:35:10 -0500 (EST) Date: Mon, 29 Nov 1999 07:35:10 -0500 From: Carl Harris To: freebsd-stable@freebsd.org Subject: Re: Bug-fixing previous -RELEASE, was Re: speaking of 3.4... Message-ID: <19991129073510.A23669@thumper.cns.vt.edu> References: <19991128103420.A95893@phoenix.welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991128103420.A95893@phoenix.welearn.com.au>; from jon@welearn.com.au on Sun, Nov 28, 1999 at 10:34:22AM +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 28, 1999 at 10:34:22AM +1100, Jonathan Michaels wrote: > things. to go on .. the impression i got from the original > question is that this person (me and others i dare with rather > limited resources as well) might find the traffic some what > financially trying, given most f the rest of the world still > charges internet access by the byte as well as by the minute. > tracking the whole tree could run up a tidy bill, not a real > probelm for those in the trade so to speak but us "hangers on". I have quite limited resources, and pay per-minute charges to my ISP, yet I find that tracking -STABLE with cvsup is not especially burdensome, financially or otherwise. I use a 56K modem to connect to my ISP. cvsup seems involve quite a bit of data flowing from my machine to the cvsup server. Since the back channel of a 56K modem tops out at 33.6 Kbps, this will increase the time it takes to complete the update. I track all of the src-* collections plus ports-all. Typically, I run an update every day, and it takes five to seven minutes to complete the run. Even on days when there are many deltas applied to my copy of the tree, the time required doesn't change significantly (i.e. much of the time is spent in overhead activities that don't vary with the number of deltas). Curiously, I notice that it doesn't run significantly faster on our systems in the office, which have several orders of magnitude greater bandwidth at their disposal. This suggests that network bandwidth isn't really a significant issue WRT the time required to complete the update, which sorta makes sense if the cvsup server has a lot of work on its hands. FWIW, I started tracking -STABLE with the same trepidation about applying all of those changes willy-nilly, without regard for whether I need them or not. The reality is that there really aren't all that many deltas in the src-* collections on a day-to-day basis (relative to the number of changes to ports-all!). After many, many iterations of 'make world' and 'make depend kernel install', I've never had a serious problem as a result of a change committed to -STABLE. --c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message