From owner-freebsd-hackers@freebsd.org Thu Jul 25 21:30:51 2019 Return-Path: Delivered-To: freebsd-hackers@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 507ECAEAF6 for ; Thu, 25 Jul 2019 21:30:51 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D76E9619B; Thu, 25 Jul 2019 21:30:51 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [IPv6:2620:83:8000:102::cb]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id D133DAABC; Thu, 25 Jul 2019 21:30:50 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: 11.2-RELEASE-p11 hang on shutdown To: Eugene Grosbein , FreeBSD Hackers References: <28a4a088-922f-4f95-9d8c-e75250883dd2@freebsd.org> <25843b14-dbd9-3464-1382-ca36e5395ee6@grosbein.net> From: Craig Leres Message-ID: <7e4e7fa0-9af3-eb3f-42ce-a3a8a382558b@freebsd.org> Date: Thu, 25 Jul 2019 14:30:47 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <25843b14-dbd9-3464-1382-ca36e5395ee6@grosbein.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 2D76E9619B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.994,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2019 21:30:51 -0000 On 2019-07-25 01:08, Eugene Grosbein wrote: > Most probably there is some incompatibility between your BIOS/UEFI code and FreeBSD code. > First you need to make sure you have lastest firmware flashed and update it if yours staled. I started with 3.0a and had upgraded to 3.1 and retested before posting to freebsd-hackers. > If that won't help, you could play with sysctl hw.acpi.handle_reboot and/or hw.acpi.disable_on_reboot > changing their values (0 or 1) one time per try and trying reboot. Changing hw.acpi.handle_reboot from 1 to 0 didn't help but changing hw.acpi.disable_on_reboot from 0 to 1 did. I fired off a message to supermicro support to see they can fix the bios. Thank you! Craig