From owner-freebsd-bugs@FreeBSD.ORG Thu Dec 15 01:50:03 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4CE116A41F for ; Thu, 15 Dec 2005 01:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CEA443D5D for ; Thu, 15 Dec 2005 01:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBF1o2jj009428 for ; Thu, 15 Dec 2005 01:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBF1o2hR009424; Thu, 15 Dec 2005 01:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 15 Dec 2005 01:50:02 GMT Resent-Message-Id: <200512150150.jBF1o2hR009424@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Guido Boehm Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E734F16A41F for ; Thu, 15 Dec 2005 01:43:03 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BADF043D67 for ; Thu, 15 Dec 2005 01:43:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jBF1h2ha095626 for ; Thu, 15 Dec 2005 01:43:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id jBF1h27x095625; Thu, 15 Dec 2005 01:43:02 GMT (envelope-from nobody) Message-Id: <200512150143.jBF1h27x095625@www.freebsd.org> Date: Thu, 15 Dec 2005 01:43:02 GMT From: Guido Boehm To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/90413: tap0 interface not configured at boot-time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 01:50:03 -0000 >Number: 90413 >Category: misc >Synopsis: tap0 interface not configured at boot-time >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 15 01:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Guido Boehm >Release: 6.0-STABLE >Organization: >Environment: FreeBSD xyz.unixuni.net 6.0-STABLE FreeBSD 6.0-STABLE #2: Fri Dec 9 01:44:12 CET 2005 root@xyz.unixuni.net:/usr/obj/usr/src/sys/XYZ i386 >Description: adding a "tap0"-interface to "network_interfaces" or "cloned_interfaces" in "/etc/rc.conf" results in this message repeated two times during system startup: "ifconfig: interface tap0 does not exist" "device tap" is in kernel-configuration, "openvpn" can open and utilize "tap0" without any problems. i use "/etc/start_if.tap0" as a workaround: $ cat /etc/start_if.tap0 #!/bin/sh echo 1 > /dev/tap0 for me this is important since "named" couldn't bind to that interface/ip otherwise, by the time "openvpn" allocates it "named" has already dropped priviliges (running as user "bind") >How-To-Repeat: see description >Fix: >Release-Note: >Audit-Trail: >Unformatted: