From owner-freebsd-current@FreeBSD.ORG Tue Nov 4 10:37:06 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 891BB16A4CE for ; Tue, 4 Nov 2003 10:37:06 -0800 (PST) Received: from shellma.zin.lublin.pl (shellma.zin.lublin.pl [212.182.126.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8421043FBF for ; Tue, 4 Nov 2003 10:37:05 -0800 (PST) (envelope-from pawmal-posting@freebsd.lublin.pl) Received: by shellma.zin.lublin.pl (Postfix, from userid 1018) id 551355F103; Tue, 4 Nov 2003 19:43:28 +0100 (CET) Date: Tue, 4 Nov 2003 19:43:28 +0100 From: Pawel Malachowski To: Antoine Jacoutot Message-ID: <20031104184328.GA16381@shellma.zin.lublin.pl> References: <1067939722.3fa7778aa4363@webmail.lphp.org> <163837078.20031104140135@love2party.net> <3FA7A6EF.9040002@lphp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3FA7A6EF.9040002@lphp.org> User-Agent: Mutt/1.4.1i cc: freebsd-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: Tue, 04 Nov 2003 18:37:06 -0000 On Tue, Nov 04, 2003 at 02:17:35PM +0100, Antoine Jacoutot wrote: > What is really strange is that "tun" is compiled in the kernel, but the > module is started anyway ??? > > $ kldstat > Id Refs Address Size Name > 1 6 0xc0400000 35aef8 kernel > 2 1 0xc075b000 4cd10 acpi.ko > 3 1 0xc463d000 4000 logo_saver.ko > 4 1 0xc46e2000 4000 if_tun.ko This looks similar to: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/48759 demon's patch was not integrated I suppose. Of course You have to track down, why something is trying to load if_tun even if tun is compiled in. -- Paweł Małachowski