From owner-freebsd-hackers@freebsd.org Wed May 20 21:07:25 2020 Return-Path: Delivered-To: freebsd-hackers@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 CF36A2F551F for ; Wed, 20 May 2020 21:07:25 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from puchar.net (puchar.net [194.1.144.90]) (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 49S5193j04z3Y8Z; Wed, 20 May 2020 21:07:25 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.15.2) with ESMTPS id 04KL7JAU057895 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 20 May 2020 23:07:20 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=puchar.net; s=default; t=1590008840; bh=x+kiZJ6T4a7afBG/w8drGNMT7pHl1YYb+9fSNWbDgwU=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=V1PxB0VLkhElDqlpvXJDtqADTHu9RvnFrKKEYzBZAedzr8QD3NdnW0wSxVA6s0fVB X7UVT/Krcwl0xUwZ0hpQVDWYMnxq+fZoJi0P+VoOiauQYBqwhAnMBYUiqw6yn/hAR6 92Ptup/mT93jUfxpqPDDzOTn+b7aLXDxNPxSuOCI= Received: from localhost (puchar-wojtek@localhost) by puchar.net (8.15.2/8.15.2/Submit) with ESMTP id 04KL7JqJ057892; Wed, 20 May 2020 23:07:19 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) Date: Wed, 20 May 2020 23:07:19 +0200 (CEST) From: Wojciech Puchar To: Ian Lepore cc: Wojciech Puchar , freebsd-hackers@freebsd.org Subject: Re: raspberry pi 3 B+ - working but rc.conf problem In-Reply-To: <17fed972681c4fdbf4edd669b4e9446753fa6bd9.camel@freebsd.org> Message-ID: References: <17fed972681c4fdbf4edd669b4e9446753fa6bd9.camel@freebsd.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 49S5193j04z3Y8Z X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:43476, ipnet:194.1.144.0/24, country:PL] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2020 21:07:25 -0000 > It may be trying to configure the interface before it has registered. > Try adding netwait_if="ue0" to rc.conf. doesn't work. well.. it waits but after netif > > -- Ian > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > >