From owner-freebsd-current@FreeBSD.ORG Thu Dec 18 03:32:44 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 F119B16A4CE for ; Thu, 18 Dec 2003 03:32:44 -0800 (PST) Received: from pinus.cc.fer.hr (pinus.cc.fer.hr [161.53.73.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2E243D45 for ; Thu, 18 Dec 2003 03:32:43 -0800 (PST) (envelope-from ivoras@fer.hr) Received: from lara (lara.cc.fer.hr [161.53.72.113]) by pinus.cc.fer.hr (8.12.2/8.12.2) with SMTP id hBIBb43Q000855 for ; Thu, 18 Dec 2003 12:37:04 +0100 (MET) Message-ID: <029001c3c55a$58070750$714835a1@lara> From: "Ivan Voras" To: Date: Thu, 18 Dec 2003 12:30:30 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: if_tun 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: Thu, 18 Dec 2003 11:32:45 -0000 If I understand correctly, loading if_tun.ko should make /dev/tun entry appear. But 'kldload if_tun' on 5.2RC1 writes following errors: module_register: module if_tun already exists! Module iff_tun failed to register: 17 can't re-use a leaf (if_tun_debug)! Subsequent 'kldstat' invocations show that if_tun.ko is loaded, but there is no /dev/tun. -- Every sufficiently advanced magic is indistinguishable from technology - Arthur C Anticlarke