From owner-freebsd-questions@FreeBSD.ORG Fri Dec 19 22:32:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 115791065670 for ; Fri, 19 Dec 2008 22:32:04 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (12-32-44-142.static.blackfoot.net [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id BB4748FC13 for ; Fri, 19 Dec 2008 22:32:03 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from [12.32.36.74] (freshstart.dreamchaser.org. [12.32.36.74]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id mBJMW1IC097494; Fri, 19 Dec 2008 15:32:02 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: <494C20FA.8020809@dreamchaser.org> Date: Fri, 19 Dec 2008 15:32:26 -0700 From: freebsd@dreamchaser.org User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Gary Hartl References: <001401c9620b$fcaf9ee0$f60edca0$@com> In-Reply-To: <001401c9620b$fcaf9ee0$f60edca0$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Fri, 19 Dec 2008 15:32:02 -0700 (MST) Cc: FreeBSD Questions Subject: Re: Snow in my Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2008 22:32:04 -0000 > Help, I'm in southern Ontario and I have 20cm of snow on my freebsd > 7-release server. > > IT seems to be causeing some http outages. > > My FBSD 6-.0 doesn't seem to be affected thou. You probably can't use a standard 7-release. You have to build a custom kernel with "LATITUDE" set. It causes igloo to get built and installed for environments above 46, should work in both hemispheres. We don't use igloo but do turn on the snow-fence option for ipfw. Keeps most of that kind of unwanted traffic out. BTW, make sure any remote reboots / changes are well tested if you're running igloo. Sometimes the whole thing gets buried and it's days before you can get physical access to do any updates / maintenance. Gary