From owner-freebsd-current@freebsd.org Sat Aug 29 12:57:37 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 C9F169C5655; Sat, 29 Aug 2015 12:57:37 +0000 (UTC) (envelope-from vidwer@gmail.com) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54D8D919; Sat, 29 Aug 2015 12:57:37 +0000 (UTC) (envelope-from vidwer@gmail.com) Received: by laba3 with SMTP id a3so46872073lab.1; Sat, 29 Aug 2015 05:57:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=M2nK5O1iFwfBYMClLGDJWbJd2HQDc5+Zh+0bJwx2DTE=; b=Pw3JAMp+ygM49ZUceFsI3zmik1xyrOswTSw6PNG+l79uBb7Ze7iUu9n7IATANU3G0U LivXFDfZS176GdfQagryFDEyQ9fdD+QVRU7cs/jknFefATR3nrpHdq5GYpu27smvZiOk l5hfo/M7RvxYL7cRTo34gcUwEwHROE2aLD9XtUG6MLXbNBckkohK9OG2Z9aQlX338gq9 akdfrA9kwiMMH2zkRatKZwX7qw0SD9If54VvGPAOjFcDc1hfrBMNm3vvLF7bggmtEwuW JPc1DuosHspcxg8XIXAAjKQLbprmJTx6cmzQecAODHixmIDKlyUvN5OWA+mGtMUjRtD/ keAg== MIME-Version: 1.0 X-Received: by 10.152.9.70 with SMTP id x6mr7204188laa.34.1440853055502; Sat, 29 Aug 2015 05:57:35 -0700 (PDT) Received: by 10.25.86.149 with HTTP; Sat, 29 Aug 2015 05:57:35 -0700 (PDT) In-Reply-To: <20150829125331.GS56997@FreeBSD.org> References: <20150829080202.GQ56997@FreeBSD.org> <5204121.LzVF6rJ6qA@rainhaven.theweb.org.ua> <20150829125331.GS56997@FreeBSD.org> Date: Sat, 29 Aug 2015 14:57:35 +0200 Message-ID: Subject: Re: r287197: wlan interfaces aren't brought up at boot or u From: Idwer Vollering To: freebsd-current@freebsd.org, freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Sat, 29 Aug 2015 13:40:55 +0000 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 12:57:37 -0000 2015-08-29 14:53 GMT+02:00 Gleb Smirnoff : > On Sat, Aug 29, 2015 at 12:56:39PM +0300, Oleg V. Nauman wrote: > O> On Saturday 29 August 2015 11:02:02 Gleb Smirnoff wrote: > O> > On Sat, Aug 29, 2015 at 01:19:40AM +0200, Idwer Vollering wrote: > O> > I> Manually running 'service netif restart' works around this. > O> > I> > O> > I> /etc/network.subr and /etc/rc.d/netif have been updated by mergemaster > O> > I> -p and mergemaster -iF > O> > I> > O> > I> I can provide the, rather lengthy, output of 'sh -x /etc/rc.d/netif > O> > I> restart' when required. > O> > I> > O> > I> Note that I'm not subscribed to freebsd-current. > O> > > O> > Yes, please provide 'sh -x /etc/rc.d/netif restart'. > O> > > O> > And please also check the revisions of your files: > O> > > O> > # ident /etc/rc.d/netif /etc/network.subr > O> > O> I have faced the same issue today. wlan interface is not brought up at boot, > O> sh -x /etc/rc.d/netif restart does the trick. > > Have you got any error or strange messages during boot? > > What does net.wlan.devices sysctl say? run0 However, 'ifconfig -a' only shows re0 and lo0 > > -- > Totus tuus, Glebius. > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"