From owner-freebsd-current@freebsd.org Mon Nov 18 19:47:23 2019 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 9A2341C7FAE for ; Mon, 18 Nov 2019 19:47:23 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47Gzxk3Pyfz4Rvm; Mon, 18 Nov 2019 19:47:22 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from localhost ([127.0.0.1] helo=id.bluezbox.com) by id.bluezbox.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92 (FreeBSD)) (envelope-from ) id 1iWmzX-0007dj-Oq; Mon, 18 Nov 2019 11:47:20 -0800 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id xAIJlIGY029370; Mon, 18 Nov 2019 11:47:18 -0800 (PST) (envelope-from gonzo@bluezbox.com) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@bluezbox.com using -f Date: Mon, 18 Nov 2019 11:47:18 -0800 From: Oleksandr Tymoshenko To: "Bjoern A. Zeeb" Cc: d@delphij.net, freebsd-current@freebsd.org, delphij@freebsd.org, jkim@freebsd.org Subject: Re: ThinkPad: reboots after successful shutdown -p Message-ID: <20191118194718.GA29340@bluezbox.com> References: <4E1A221E-DC9B-4F11-9E26-08B532286580@lists.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4E1A221E-DC9B-4F11-9E26-08B532286580@lists.zabbadoz.net> X-Operating-System: FreeBSD/11.2-RELEASE-p10 (amd64) User-Agent: Mutt/1.12.1 (2019-06-15) X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Bjoern A. Zeeb (bzeeb-lists@lists.zabbadoz.net) wrote: > On 18 Nov 2019, at 7:14, Xin Li wrote: > > > Hi, > > > > I recently noticed that if I do a 'shutdown -p' from -CURRENT, the > > system would sh [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Rspamd-Queue-Id: 47Gzxk3Pyfz4Rvm X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gonzo@bluezbox.com designates 45.55.20.155 as permitted sender) smtp.mailfrom=gonzo@bluezbox.com X-Spamd-Result: default: False [-4.52 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[bluezbox.com]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-2.22)[ip: (-8.72), ipnet: 45.55.0.0/19(-4.26), asn: 14061(1.92), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14061, ipnet:45.55.0.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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, 18 Nov 2019 19:47:23 -0000 Bjoern A. Zeeb (bzeeb-lists@lists.zabbadoz.net) wrote: > On 18 Nov 2019, at 7:14, Xin Li wrote: > > > Hi, > > > > I recently noticed that if I do a 'shutdown -p' from -CURRENT, the > > system would shut down and seemingly powered off, then it would > > restart > > after about 5-10 seconds. > > Interesting. I have the opposite problem that a reboot does a shutdown > but never resets (also no reset from ddb>). I’ve seen this on the > X270 and the T480. I had this issue on my Thinkpad too. The "solution" was to disable bluetooth chip in BIOS. I didn't try to find the root cause of this behavior. -- gonzo