From owner-freebsd-chat Tue Oct 21 21:55:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA05216 for chat-outgoing; Tue, 21 Oct 1997 21:55:19 -0700 (PDT) (envelope-from owner-freebsd-chat) Received: from ren.dtir.qld.gov.au (firewall-user@ns.dtir.qld.gov.au [203.108.138.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA05206 for ; Tue, 21 Oct 1997 21:55:13 -0700 (PDT) (envelope-from syssgm@dtir.qld.gov.au) Received: by ren.dtir.qld.gov.au; id PAA20272; Wed, 22 Oct 1997 15:06:09 +1000 (EST) Received: from ogre.dtir.qld.gov.au(167.123.8.3) by ren.dtir.qld.gov.au via smap (3.2) id xma020267; Wed, 22 Oct 97 15:05:59 +1000 Received: from localhost.dtir.qld.gov.au (localhost.dtir.qld.gov.au [127.0.0.1]) by ogre.dtir.qld.gov.au (8.8.7/8.8.7) with SMTP id OAA27532; Wed, 22 Oct 1997 14:54:19 +1000 (EST) Message-Id: <199710220454.OAA27532@ogre.dtir.qld.gov.au> X-Authentication-Warning: ogre.dtir.qld.gov.au: localhost.dtir.qld.gov.au [127.0.0.1] didn't use HELO protocol To: Jonathan Lemon cc: freebsd-chat@freebsd.org, syssgm@dtir.qld.gov.au Subject: Re: Urge to apply the vn device hack even to 2.2.5 References: <19971021003621.XE33370@uriah.heep.sax.de> <15920.877390482@time.cdrom.com> <19971021075322.GK58851@uriah.heep.sax.de> <19971021082352.19021@right.PCS> In-Reply-To: <19971021082352.19021@right.PCS> from Jonathan Lemon at "Tue, 21 Oct 1997 13:23:52 +0000" Date: Wed, 22 Oct 1997 14:54:18 +1000 From: Stephen McKay Sender: owner-freebsd-chat@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tuesday, 21st October 1997, Jonathan Lemon wrote: >Hey, I still have a 4MB 386/20 running 2.2-960612-SNAP in production >as a firewall machine. It works just fine, except for those pesky >"sleep(5) after select" messages from telnet when it gets swapped out. That's probably the copyout() page table problem that was fixed in 2.2-stable on 1997/01/25 in revision 1.41.2.6 of sys/i386/i386/support.s. Time for an upgrade! >Don't forget the little machines that do a lot of the dirty work. Yeah. Little FreeBSD boxes are all over the place here doing this and that to support the major boxes. On the other hand, 386 boxes are old enough to toss in the bin. The unloved discards that we resuscitate are all 486DX33 and above now. We even threw some of them away because we ran out of room for them. The remaining ones just work a bit harder. :-) Stephen.