From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 20:51:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 99AA916A4CF; Wed, 16 Mar 2005 20:51:22 +0000 (GMT) Date: Wed, 16 Mar 2005 20:51:22 +0000 From: Kris Kennaway To: Jim Pazarena Message-ID: <20050316205122.GH91771@hub.freebsd.org> References: <4237A3A3.3040704@bigfoot.com> <42389AD3.3020504@ccstores.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42389AD3.3020504@ccstores.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: 5.3-release fine with 512MB RAM, reboots at times with 1.5GB (but no panic) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:51:22 -0000 On Wed, Mar 16, 2005 at 12:45:07PM -0800, Jim Pazarena wrote: > I too have a similar problem. I have 7 identical systems. all with > identical MoBo's SCSI hard drives and RAM. > > One machine reboots frequently with 5.3 where with 4.9 it "never" > rebooted. 6 machines are fine. 1 reboots. I changed memory sticks. > (which incidentally always pass an extensive memory test). I even > changed the power supply on the computer. > > The last thing I am going to change is the MoBo. Perhaps it has some > timing issue discovered only with 5.3. Luckily when I needed 7 MoBos, > I purchased 8 and have a spare. > > This is mystery, because as I said, 4.9 worked fine on this machine. As you noted, 5.3 uses the hardware differently. For example, it uses ACPI, which is sometimes buggy as implemented by the mobo manufacturer. Try looking for an updated BIOS, disabling ACPI in the freebsd boot screen, etc. Also make sure you're truly seeing a spontaneous reboot and not a panic. Sometimes users are confused about the difference (when FreeBSD panics it tells you as such on the console). Kris