From owner-freebsd-current@freebsd.org Sat Aug 29 10:09:27 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 593719C5E04; Sat, 29 Aug 2015 10:09:27 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: from oleg.opentransfer.com (oleg.opentransfer.com [91.217.144.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oleg-10.opentransfer.com", Issuer "oleg-10.opentransfer.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C70C01D10; Sat, 29 Aug 2015 10:09:26 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: from rainhaven.theweb.org.ua (root@[10.0.8.4]) by oleg.opentransfer.com (8.14.9/8.14.9) with ESMTP id t7T9wrCf063672 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 29 Aug 2015 12:58:54 +0300 (EEST) (envelope-from oleg@opentransfer.com) Received: from rainhaven.theweb.org.ua (oleg@localhost [127.0.0.1]) by rainhaven.theweb.org.ua (8.14.9/8.14.9) with ESMTP id t7T9uew9004696; Sat, 29 Aug 2015 12:56:40 +0300 (EEST) (envelope-from oleg@opentransfer.com) Received: (from oleg@localhost) by rainhaven.theweb.org.ua (8.14.9/8.14.9/Submit) id t7T9uetr004695; Sat, 29 Aug 2015 12:56:40 +0300 (EEST) (envelope-from oleg@opentransfer.com) X-Authentication-Warning: rainhaven.theweb.org.ua: oleg set sender to oleg@opentransfer.com using -f From: "Oleg V. Nauman" To: freebsd-current@freebsd.org Cc: freebsd-wireless@freebsd.org Subject: Re: r287197: wlan interfaces aren't brought up at boot or u Date: Sat, 29 Aug 2015 12:56:39 +0300 Message-ID: <5204121.LzVF6rJ6qA@rainhaven.theweb.org.ua> Organization: Ecommerce LLC User-Agent: KMail/4.14.3 (FreeBSD/10.1-STABLE; KDE/4.14.3; i386; ; ) In-Reply-To: <20150829080202.GQ56997@FreeBSD.org> References: <20150829080202.GQ56997@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 29 Aug 2015 10:09:27 -0000 On Saturday 29 August 2015 11:02:02 Gleb Smirnoff wrote: > On Sat, Aug 29, 2015 at 01:19:40AM +0200, Idwer Vollering wrote: > I> Manually running 'service netif restart' works around this. > I> > I> /etc/network.subr and /etc/rc.d/netif have been updated by mergemaster > I> -p and mergemaster -iF > I> > I> I can provide the, rather lengthy, output of 'sh -x /etc/rc.d/netif > I> restart' when required. > I> > I> Note that I'm not subscribed to freebsd-current. > > Yes, please provide 'sh -x /etc/rc.d/netif restart'. > > And please also check the revisions of your files: > > # ident /etc/rc.d/netif /etc/network.subr I have faced the same issue today. wlan interface is not brought up at boot, sh -x /etc/rc.d/netif restart does the trick. # ident /etc/rc.d/netif /etc/network.subr /etc/rc.d/netif: $FreeBSD: head/etc/rc.d/netif 287197 2015-08-27 08:56:39Z glebius $ /etc/network.subr: $FreeBSD: head/etc/network.subr 287197 2015-08-27 08:56:39Z glebius $