From owner-freebsd-bugs@FreeBSD.ORG Tue Aug 28 21:10:13 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41E8D16A417 for ; Tue, 28 Aug 2007 21:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 127AD13C45A for ; Tue, 28 Aug 2007 21:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7SLAC18086974 for ; Tue, 28 Aug 2007 21:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7SLACPY086967; Tue, 28 Aug 2007 21:10:12 GMT (envelope-from gnats) Date: Tue, 28 Aug 2007 21:10:12 GMT Message-Id: <200708282110.l7SLACPY086967@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alexander Motin Cc: Subject: Re: kern/97306: [netgraph] NG_L2TP locks after connection with failed authentication X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Motin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 21:10:13 -0000 The following reply was made to PR kern/97306; it has been noted by GNATS. From: Alexander Motin To: bug-followup@FreeBSD.org, arcadiy@ivanovy.net Cc: Subject: Re: kern/97306: [netgraph] NG_L2TP locks after connection with failed authentication Date: Wed, 29 Aug 2007 00:00:23 +0300 "Device is busy" error probably means that ng_l2tp node is still used in netgraph. You can check it with 'ngctl list' command. You can't unload module while it is used. IMO this is not ng_l2tp but sl2tps problem. I would recommend you net/mpd4 port, present 4.2.2 version supports L2TP much better and stable then sl2tps.