From owner-freebsd-net@FreeBSD.ORG Wed Jan 23 07:00:02 2013 Return-Path: Delivered-To: freebsd-net@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 34C6282C for ; Wed, 23 Jan 2013 07:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0F8CED6C for ; Wed, 23 Jan 2013 07:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0N701vZ066896 for ; Wed, 23 Jan 2013 07:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0N701sO066895; Wed, 23 Jan 2013 07:00:01 GMT (envelope-from gnats) Date: Wed, 23 Jan 2013 07:00:01 GMT Message-Id: <201301230700.r0N701sO066895@freefall.freebsd.org> To: freebsd-net@FreeBSD.org Cc: From: Emanuel Haupt Subject: Re: kern/173475: [tun] tun(4) stays opened by PID after process is terminated X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Emanuel Haupt List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 07:00:02 -0000 The following reply was made to PR kern/173475; it has been noted by GNATS. From: Emanuel Haupt To: bug-followup@FreeBSD.org, IZ-FreeBSD0701@hs-karlsruhe.de Cc: Subject: Re: kern/173475: [tun] tun(4) stays opened by PID after process is terminated Date: Wed, 23 Jan 2013 07:59:07 +0100 Could you please try the following vpnc patch? It tries to work around this deadlock situation: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175067 However, the underlying problem with if_tun should be looked at separately in this PR. Emanuel