From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 14:48:14 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB80816A4CE for ; Wed, 5 Nov 2003 14:48:14 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-22-117.w81-248.abo.wanadoo.fr [81.248.17.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 321084400F for ; Wed, 5 Nov 2003 14:48:13 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.local [192.168.0.3]) by mail.lphp.org (8.12.10/8.12.10) with ESMTP id hA5MhAEj003049; Wed, 5 Nov 2003 23:43:10 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: blynn42@comcast.net (Brian Lynn) Date: Wed, 5 Nov 2003 23:47:18 +0100 User-Agent: KMail/1.5.4 References: <200311052225.hA5MP7ml072789@ted.wyld.stallyns> In-Reply-To: <200311052225.hA5MP7ml072789@ted.wyld.stallyns> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200311052347.19923.ajacoutot@lphp.org> cc: current@freebsd.org Subject: Re: if_tun failed to register X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 05 Nov 2003 22:48:15 -0000 On Wednesday 05 November 2003 23:25, Brian Lynn wrote: > will be run at startup if you have any ifconfig_tun* lines in rc.conf. > You can see if ifconfig is the culprit by booting single-user and doing > ifconfig tun0 (it is only the first attempt that gives the error message > in question). If so, the following (Untested!) patch would presumably But I don't have any "ifconfig_tun*" in rc.conf; although I do have the=20 ppp_enable set on. Do you think I should try your patch anyway ? Antoine