From owner-freebsd-current@freebsd.org Mon Jun 22 16:25:11 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70662333389 for ; Mon, 22 Jun 2020 16:25:11 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49rFBG3rhGz3yd2 for ; Mon, 22 Jun 2020 16:25:10 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id CBE3D262F for ; Tue, 23 Jun 2020 01:25:06 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1592843106; bh=6iZ+/c0eUyC1zPsSyn6wgH+2P/moLtP/cfkqlVDSV/E=; h=Date:To:Subject:From:In-Reply-To:References; b=U2B0+7M+27CLuJcPZeaUf1kpUjW+m0ufgkzMpN/Rl59RHwm0jcmi/xZhO3Zsrrxf1 vfBfpv0uOekRjy6imZ/ysbNfeoltgdmrS5cY7s07q2MablHnLLaT1zJXu1TmdzhT5R +V/A0OJi3/YB0KEx/x/xTazXdC4KjEs8ahGVHytO4dIsUZgezSp7VjTK7Blytr7kNE GJhpNqBl2xyhh7PNd52OKlcDz1aEPOs6DLIkmA1ZcWqi1C73wUAj0CdbjJLipHtt2y G2GRGdx4MN8O2XS1ksSpaC4sUInK5gR8zZw603jwubvFHmSGOvlGEHprwtbWOdR8ys v8VKiBcd1ijTw== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 1D7904C3B0; Tue, 23 Jun 2020 01:25:04 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at eastasia.home.utahime.org Date: Tue, 23 Jun 2020 01:24:30 +0900 (JST) Message-Id: <20200623.012430.160851334924558473.yasu@utahime.org> To: freebsd-current@freebsd.org Subject: Re: `shutdown -p now` fails to power off with VirtualBox UEFI boot From: Yasuhiro KIMURA In-Reply-To: References: <20200623.003808.2170454908846294820.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49rFBG3rhGz3yd2 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=utahime.org header.s=maybe2019112701 header.b=U2B0+7M+; dmarc=none; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [-1.52 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[utahime.org:s=maybe2019112701]; NEURAL_HAM_MEDIUM(-1.02)[-1.023]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org:c]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.03)[-1.031]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[utahime.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[utahime.org:+]; NEURAL_HAM_SHORT(-0.46)[-0.463]; MID_CONTAINS_FROM(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Mon, 22 Jun 2020 16:25:11 -0000 From: Warner Losh Subject: Re: `shutdown -p now` fails to power off with VirtualBox UEFI boot Date: Mon, 22 Jun 2020 10:12:47 -0600 > I believe so. However, I've not dived deeply enough into this problem to > understand if it is a bug in our code or theirs. I got it. Thank you for reply. --- Yasuhiro KIMURA