From owner-freebsd-current@FreeBSD.ORG Wed Nov 12 23:12:48 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D99E55C1 for ; Wed, 12 Nov 2014 23:12:48 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 592DD940 for ; Wed, 12 Nov 2014 23:12:48 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id 10so10224108lbg.14 for ; Wed, 12 Nov 2014 15:12:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CUmloID2QgfzWCXF3ysoYyyC/FtkG+jV0pnYsiBWPZM=; b=xbOe7Yntb1COQYapk+xs/HM50w+cpt2Zg9F1Uche+vtX4rJBWeQdW4gJQVxHJzzYh7 80PkfUykpOpH1QUCHxFhg3H7ICNCvvGwa9VI52k6DQbMM/9S1/11DBiCRsBnbUm6dxVL cyzjBMtaa7+lh+uan3iNP9WEmmsHN0f5QR4+NoCLpNMcrMJiJ95eZcJW7kxTlcS4+yzU BA3Gm7k9R2fCgvwrU3RX3ZIiBnjDtJbHAFCe8tw7jnVX7EhHjD+he4AHNcIQD9F8Dq1s GEV9yyRU7vM5D0N6zGXlVozQVLBETSD3RBuNwPqAxzRb0UaLw9nv/BQGCnaOFR/jHFWr OqLw== MIME-Version: 1.0 X-Received: by 10.153.11.169 with SMTP id ej9mr1216189lad.72.1415833966382; Wed, 12 Nov 2014 15:12:46 -0800 (PST) Received: by 10.25.42.193 with HTTP; Wed, 12 Nov 2014 15:12:46 -0800 (PST) In-Reply-To: <20141112224212.GA14013@troutmask.apl.washington.edu> References: <20141112224212.GA14013@troutmask.apl.washington.edu> Date: Wed, 12 Nov 2014 15:12:46 -0800 Message-ID: Subject: Re: shutdown or acpi problem From: NGie Cooper To: Steve Kargl Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 12 Nov 2014 23:12:48 -0000 On Wed, Nov 12, 2014 at 2:42 PM, Steve Kargl wrote: > I have a kernel/world from r274273 sources, which is exhibiting a new > issue on my old laptop. Neither 'shutdown -p now' nor 'shutdown -r now' > work. I get to the end of shutdown and see for example > > All buffers synced > Uptime: 4h23m15s > > and then the laptop just sits there. It does not power off with > the -p option nor does it reboot with the -r. Has anyone else > seen this behavior? Are you upgrading from a pre-r273872 world, and if so, did you run make delete-old first ( http://svnweb.freebsd.org/base?view=revision&revision= )? Cheers!