From nobody Thu Feb 29 18:45:04 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 4Tm0XL74s8z5Chqf for ; Thu, 29 Feb 2024 18:45:22 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (udns.ultimatedns.net [24.113.41.81]) (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 (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tm0XL43L5z4Pbf for ; Thu, 29 Feb 2024 18:45:22 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Authentication-Results: mx1.freebsd.org; none Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 41TIj46Q053956; Thu, 29 Feb 2024 10:45:16 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) 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 Date: Thu, 29 Feb 2024 10:45:04 -0800 From: Chris To: henrichhartzer@tuta.io Cc: Freebsd Stable Subject: Re: service netif stop, instant reboot In-Reply-To: References: User-Agent: UDNSMS/17.0 Message-ID: <126e5c0e8f699ef2965d3ed4ac2b007e@bsdforge.com> X-Sender: bsd-lists@bsdforge.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US] X-Rspamd-Queue-Id: 4Tm0XL43L5z4Pbf On 2024-02-29 08:17, henrichhartzer@tuta.io wrote: > 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 I ran into a case very similar with a `service netif restart` Which was later addressed in at least work done on iwlwifi(4). In an effort for anyone to better serve you. A summary of what your on and what hardware you're running it on would be necessary. :) --Chris