From owner-freebsd-stable@FreeBSD.ORG Wed May 31 12:27:36 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88CB716A4CD for ; Wed, 31 May 2006 12:27:36 +0000 (UTC) (envelope-from kometen@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CF543D55 for ; Wed, 31 May 2006 12:27:35 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by nf-out-0910.google.com with SMTP id m18so28181nfc for ; Wed, 31 May 2006 05:27:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sMyzfEuF70UKQy2m+l+s0VrsQI/GscLaOkzsz4MOk8+WOZ+hGxQ8QWSswDbLWnOwMpvV++78EbbNMEybytCwqqUK2KSIj41+I7G1HeiZchB8wMwkDx5gEgcJE4rQnAtwFucXFTbjwN0Df3cixzrytMdfNU/43EpAGd5trEmKcx4= Received: by 10.48.14.5 with SMTP id 5mr91475nfn; Wed, 31 May 2006 04:26:22 -0700 (PDT) Received: by 10.49.3.20 with HTTP; Wed, 31 May 2006 04:26:22 -0700 (PDT) Message-ID: Date: Wed, 31 May 2006 13:26:22 +0200 From: "Claus Guttesen" To: "FreeBSD Stable List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: dell pe1750 rebooting on 6.1 release (workaround) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 12:27:40 -0000 Hi. I have two Dell 1750's webservers which I upgraded from 5.4 stable to 6.1 release (i386). I did the make kernel/world and rebuild the apps (mainly apache 1.3 and php 5) on one of them and upgraded the other one via nfs. The one I did the rebuild on, acquired a bad habit of just rebooting after 2-3 days whereas the second one just kept going. When they ran 5.4 I had no such issues. I once saw "bge resetting" in /var/log/messages so I added debug.mpsafenet=0 to /boot/loader.conf but that didn't help. I then removed the line and added vm.kmem_size=450000000 kern.maxvnodes=200000 which are settings I applied when the servers ran FreeBSD 5.1 through 5.4 (Scott Long's advise). Merging the three lines seems to help. hth Claus