From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 18:18:10 2011 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 77156106566B for ; Sat, 11 Jun 2011 18:18:10 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 29FC08FC0A for ; Sat, 11 Jun 2011 18:18:09 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QVSl6-0006Xr-Gc for freebsd-questions@freebsd.org; Sat, 11 Jun 2011 20:18:08 +0200 Received: from pool-173-79-85-36.washdc.fios.verizon.net ([173.79.85.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Jun 2011 20:18:08 +0200 Received: from nightrecon by pool-173-79-85-36.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Jun 2011 20:18:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sat, 11 Jun 2011 14:25:53 -0400 Lines: 23 Message-ID: References: <20110611110908.e4056da2.web@3dresearch.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-85-36.washdc.fios.verizon.net Subject: Re: System stop 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: Sat, 11 Jun 2011 18:18:10 -0000 Janos Dohanics wrote: > Last night one of my systems stopped, it's FreeBSD 7.4-STABLE, i386. > In /var/log/messages I found this: > > Jun 10 23:11:59 mail1 acpi: resumed at 20110610 23:11:59 > Jun 10 23:11:59 mail1 postfix/postfix-script[50651]: stopping the Postfix > mail system Jun 10 23:11:59 mail1 postfix/master[92051]: terminating on > signal 15 Jun 10 23:11:59 mail1 ntpd[746]: ntpd exiting on signal 15 > Jun 10 23:11:59 mail1 syslogd: exiting on signal 15 > > I guess the entry "acpi: resumed at 20110610 23:11:59" has to do > something with the fact that the system had stopped - would some please > comment on this? Does this entry indicate a hardware failure? > Only a wild guess off the top of my head, but look at your BIOS and disable any power management sleep and/or suspend modes. Laptops can sleep, probably not a good idea for servers. Only a hasty guess, but maybe somewhere to start. -Mike