From owner-freebsd-virtualization@FreeBSD.ORG Tue Oct 29 00:40:54 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5B83C97A for ; Tue, 29 Oct 2013 00:40:54 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB80D2BFE for ; Tue, 29 Oct 2013 00:40:53 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id gx14so5974604lab.27 for ; Mon, 28 Oct 2013 17:40:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=t5gcYQC3CgfoHHKEGKyx+7b3za/PhEWLjraVl5lgrqc=; b=Bmwlk8J2/Awm3wPjdVv2LjcwgccEquP+tYb8iz99anZwEmdjCI5Z78hL5ljEZKBThF CQyode5t+4TrrcUhNIlktDyAK705n8Eslm6Bh4D4RemOc9gpg1sGJywWwhUVjJZgIEx4 Sc6G58oAa4ekOCLMTbmv01+NXLGP6pOurJIDwtUnfubIcv5P0urzm2bBdswff811AizW ysuKGxJniTlU4J5u9gz8Kbf9+r7wTBDe9QZuVJfwMeSVn0oL4ndIVCQhzUIKgyLsrTqS Zfj4pNTicuOVAsS07Uxcm3F5Fn6cZu29+Vqkk7hRMsvZWmaXurvPr1yJnaTVSAMtkUlI 451Q== MIME-Version: 1.0 X-Received: by 10.112.141.165 with SMTP id rp5mr13331619lbb.3.1383007251738; Mon, 28 Oct 2013 17:40:51 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.139.132 with HTTP; Mon, 28 Oct 2013 17:40:51 -0700 (PDT) Date: Mon, 28 Oct 2013 17:40:51 -0700 X-Google-Sender-Auth: 9RPvhZXirb4clpNfzL83UnwaCTE Message-ID: Subject: Bhyve: acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_FOUND From: Craig Rodrigues To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 00:40:54 -0000 Hi, I notice that in BHyve, if I try to do "shutdown -p now", there is an ACPI error: ============================================================== Halting and powering down... Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop...at Syncing disks, vnodes remaining...0 done All buffers synced. Uptime: 17s acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_FOUND The operating system has halted. Please press any key to reboot. ============================================================== Is that a known issue? Is there another way to trigger a BHyve VM to shutdown from inside the VM? Right now I need to "bhyve --destroy --vm=myvm". -- Craig