From owner-freebsd-current@freebsd.org Tue May 3 19:58:22 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33C68B2C3E1 for ; Tue, 3 May 2016 19:58:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1398B1A86 for ; Tue, 3 May 2016 19:58:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 04B3CB93B; Tue, 3 May 2016 15:58:21 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Cc: Mark Millard Subject: Re: Bug 209222 -r298793 automatic shutdown for "kernel: ACPI Error: No installed handler for fixed event - PM_Timer (0), disabling (20160422/evevent-323)" and more under virtual box Date: Tue, 03 May 2016 12:55:14 -0700 Message-ID: <1743885.uMWdDNaMIS@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <738E22A4-B490-4EDF-9FDF-57671C75AE86@dsl-only.net> References: <2DE84808-D260-4E15-96A4-70E2930864EF@dsl-only.net> <738E22A4-B490-4EDF-9FDF-57671C75AE86@dsl-only.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 03 May 2016 15:58:21 -0400 (EDT) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 19:58:22 -0000 On Tuesday, May 03, 2016 12:18:22 AM Mark Millard wrote: > On 2016-May-2, at 11:04 PM, Mark Millard wrote: > > > I just upgraded my amd64 11.0-CURRENT that runs under virtual box on Mac OS X to -r298793. This was via buildworld buildkernel then installing them, like normal for me. > > > > The result is about 10-11 minutes after starting to boot FreeBSD shuts down with (for example): > > (the root login line is just to give an idea of the time frame after the login prompt) > > > >> May 2 21:52:18 FreeBSDx64 login: ROOT LOGIN (root) ON ttyv0 > >> May 2 22:01:45 FreeBSDx64 kernel: ACPI Error: No installed handler for fixed event - PM_Timer (0), disabling (20160422/evevent-323) > >> May 2 22:01:45 FreeBSDx64 kernel: ACPI Error: No installed handler for fixed event - RealTimeClock (4), disabling (20160422/evevent-323) > >> May 2 22:01:45 FreeBSDx64 kernel: ACPI Error: No handler or method for GPE 01, disabling event (20160422/evgpe-834) > >> May 2 22:01:45 FreeBSDx64 kernel: ACPI Error: No handler or method for GPE 03, disabling event (20160422/evgpe-834) > >> May 2 22:01:45 FreeBSDx64 kernel: ACPI Error: No handler or method for GPE 04, disabling event (20160422/evgpe-834) > >> May 2 22:01:45 FreeBSDx64 kernel: ACPI Error: No handler or method for GPE 05, disabling event (20160422/evgpe-834) > >> May 2 22:01:45 FreeBSDx64 kernel: ACPI Error: No handler or method for GPE 06, disabling event (20160422/evgpe-834) > >> May 2 22:01:45 FreeBSDx64 kernel: ACPI Error: No handler or method for GPE 07, disabling event (20160422/evgpe-834) > >> May 2 22:01:45 FreeBSDx64 kernel: . > >> May 2 22:01:45 FreeBSDx64 afpd[652]: AFP Server shutting down > >> May 2 22:01:45 FreeBSDx64 cnid_metad[654]: shutting down on SIGTERM > >> May 2 22:01:45 FreeBSDx64 netatalk[639]: Netatalk AFP server exiting > >> May 2 22:01:46 FreeBSDx64 kernel: . > >> May 2 22:01:47 FreeBSDx64 kernel: , 576. > >> May 2 22:01:47 FreeBSDx64 syslogd: exiting on signal 15 > > > > > > === > > Mark Millard > > markmi at dsl-only.net > > I had duplicated the directory tree that held the virtual machine on Mac OS X before booting FreeBSD in VirtualBox to install the kernel and world. This was running -r297769. > > When I boot the -r297769 11.0 virtual machine instead of the -r298793 one the problem does not occur. > > Both -r297769 and -r298793 11.0-'s have /usr/ports -r414369 and the ports were built before the -r298793 buildworld/buildkernel was done. And both -r297769 and -r298793 11.0's are running under the same vintage of Virtual Box (5.0.20 r106931). > > So what is different is just the FreeBSD vintage. > > 11.0's -r297769 virtual machine does contain the buildworld/buildkernel /usr/obj material for -r298793, it is just not installed. This was already covered in an earlier thread. r298838 has the fix / workaround. -- John Baldwin