From nobody Thu Feb 29 16:17:18 2024 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TlxFb1VMCz5CSf0 for ; Thu, 29 Feb 2024 16:17:23 +0000 (UTC) (envelope-from henrichhartzer@tuta.io) Received: from w1.tutanota.de (w1.tutanota.de [81.3.6.162]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.tutanota.de", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TlxFZ3HmZz3xSy for ; Thu, 29 Feb 2024 16:17:22 +0000 (UTC) (envelope-from henrichhartzer@tuta.io) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tuta.io header.s=s1 header.b=RLPMBsUq; dmarc=pass (policy=quarantine) header.from=tuta.io; spf=pass (mx1.freebsd.org: domain of henrichhartzer@tuta.io designates 81.3.6.162 as permitted sender) smtp.mailfrom=henrichhartzer@tuta.io Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w1.tutanota.de (Postfix) with ESMTP id 3D5BEFBFC32 for ; Thu, 29 Feb 2024 16:17:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1709223438; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=jurMBshCdNmffrpobtKNRkJ7G1/iSL0N7DPZjw7aXbk=; b=RLPMBsUqJ4ZnWMnmB+w2WF4fR9yvvYitc9ANUFkd08nPliuxxVUkOn4jKYlUIyVs aXPFm2e/FZ7nzuNMVfmaNwHHUWOnLjEi8pD91wCo7+T2V4vIupxF9FqWiiPIWWnr61n U7iD21AZgaTd1E159rC+WdW62u74zd7dFlxKUdfr2yzT2KlC0oBYNfLbPVEkM+0VkpW X6wvrKm2CwAsRvCar4Qi8AVdHE9pCCeOTElWFs6fLak4qZiZhqw6m71oj1RfynaKeCu KbL3LA61yONEBnjnB1/h9DtZ2gAnnH+P53snFNgW8mkosO19Eb4A9ZiZN54pJxHrHl3 EKpJ0jjupw== Date: Thu, 29 Feb 2024 17:17:18 +0100 (CET) From: henrichhartzer@tuta.io To: Freebsd Stable Message-ID: Subject: service netif stop, instant reboot List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.10 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[tuta.io,quarantine]; R_SPF_ALLOW(-0.20)[+ip4:81.3.6.160/28]; R_DKIM_ALLOW(-0.20)[tuta.io:s=s1]; RWL_MAILSPIKE_VERYGOOD(-0.20)[81.3.6.162:from]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; FROM_NO_DN(0.00)[]; ASN(0.00)[asn:24679, ipnet:81.3.0.0/18, country:DE]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; MISSING_XM_UA(0.00)[]; ARC_NA(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-stable@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; DKIM_TRACE(0.00)[tuta.io:+] X-Rspamd-Queue-Id: 4TlxFZ3HmZz3xSy Hi, Not sure if this is the best list for this. I'm running an up-to-date 14.0-RELEASE. I ran `service netif stop` and my machine rebooted immediately. I haven't been able to find any logs or obvious errors. I tried reproducing the behavior and had no luck at all. I think it's the first time it's happened. This seems like something where the stars might have to align to cause the issue. This may be similar: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272607 May not be worth digging into unless someone else has seen similar behavior. Thanks! -Henrich