From owner-freebsd-questions@FreeBSD.ORG Wed May 13 20:29:37 2009 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 9C0231065674 for ; Wed, 13 May 2009 20:29:37 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 693838FC0C for ; Wed, 13 May 2009 20:29:37 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 0B6F17E837; Wed, 13 May 2009 12:29:36 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Wed, 13 May 2009 22:29:34 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: <54a3573b09fae93458481c998ad6b538@127.0.0.1> <200905121957.27262.mel.flynn+fbsd.questions@mailing.thruhere.net> <20090513174626.GA8309@desktop.homelan> In-Reply-To: <20090513174626.GA8309@desktop.homelan> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905132229.34685.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Gabri Mate Subject: Re: 7.0 -> 7.1 crash every two day 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: Wed, 13 May 2009 20:29:38 -0000 On Wednesday 13 May 2009 19:46:26 Gabri Mate wrote: > On 19:57 Tue 12 May , Mel Flynn wrote: > > On Sunday 10 May 2009 20:51:48 mailinglist@modernbiztonsag.org wrote: > > > Dear List, > > > > > > I've upgraded from source my 7.0-RELEASE to 7.1-RELEASE. It's a general > > > purpose server for a small company and it's clients, running web, sql, > > > mail and recursive dns. The machine is a Compaq ML350 G2. Version 7.0 > > > was running on it for a year now without any problem. After 30 of April > > > I've upgraded to 7.1 (I've followed the handbook) and since then nearly > > > every two day the machine becomes unreachable except for echorequest. > > > If i try to log in in the terminal it just hangs after i give my > > > password. > > > > > > I'm out of any ideas. Please feel free to ask any more info that I've > > > forgotten to provide. Thank You for your help in advance. > > > > If this is a not a GENERIC kernel, did you change scheduler or stuck with > > SCHED_4BSD in your kernel? > > I've just added PF related stuff, so the scheduler is remained the > default. Just FYI: unless you use include GENERIC and added pf, rather then copy GENERIC to MYKERNEL, you're running with SCHED_4BSD, the default has changed in 7.1. -- Mel