From owner-freebsd-isp Tue Mar 11 07:32:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA12316 for isp-outgoing; Tue, 11 Mar 1997 07:32:09 -0800 (PST) Received: from anacreon.sol.net (anacreon.sol.net [206.55.64.116]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA12305; Tue, 11 Mar 1997 07:32:03 -0800 (PST) Received: from solaria.sol.net (solaria.sol.net [206.55.65.75]) by anacreon.sol.net (8.8.5/8.6.12) with SMTP id JAA09514; Tue, 11 Mar 1997 09:31:50 -0600 (CST) Received: from localhost by solaria.sol.net (8.5/8.5) id JAA27808; Tue, 11 Mar 1997 09:31:48 -0600 From: Joe Greco Message-Id: <199703111531.JAA27808@solaria.sol.net> Subject: Re: freebsd as a news server? To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Tue, 11 Mar 97 9:31:46 CST Cc: mmead@goof.com, julian@whistle.com, tom@sdf.com, isp@freebsd.org, hackers@freebsd.org In-Reply-To: <199703090422.OAA28301@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Mar 9, 97 02:52:50 pm X-Mailer: ELM [version 2.4dev PL65] MIME-Version: 1.0 Content-Type: text Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > matthew c. mead stands accused of saying: > > > > > > I really do suggest using -o noatime,async > > > on mounted news partitions too (for 2.2) > > > > This system is a 2.1.6 installation. Do these > > recommendations change based on that? Thanks for the replies! > > No async support in 2.1.6, but I believe that noatime is supported. > You should _really_ go search the archives of the -hackers list for > postings from Joe Greco regarding big news servers. In particular, > you are using (probably) slow disks, your layout is likely to be > wrong, and you don't have enough SCSI busses 8) Sheesh, take a weekend off and get buried by 4000 messages. :-( Sorry I'm jumping in a bit late. Advice: running 2.1.6? Upgrade to 2.1.7 :-) async doesn't do too much under releases before 2.2. 'newsfeeds.sol.net' is running on 2.2 with -o async,noatime and about a dozen 1GB ST-31055N's for the spool disks and it blows through news like there's no tomorrow (expires are FASSSST). noatime is not supported out of the box: drop me a line if you need a patch. It's pretty easy to do. It's a win, at least if you have lots of things actually READING the spool (i.e. lots of laggy outbound feeds or lots of readers). If you don't have lots of fast disks, don't bother with noatime and async, because it'll be like going from driving a tricycle to driving a bicycle on the freeway. That's just my jewel for the day. ;-) ... JG