From owner-freebsd-net@FreeBSD.ORG Mon Feb 20 03:12:58 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EDFD1065672 for ; Mon, 20 Feb 2012 03:12:58 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id D43C18FC0A for ; Mon, 20 Feb 2012 03:12:57 +0000 (UTC) Received: from julian-mac.elischer.org (c-67-180-24-15.hsd1.ca.comcast.net [67.180.24.15]) (authenticated bits=0) by vps1.elischer.org (8.14.4/8.14.4) with ESMTP id q1K3CtJA050824 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 19 Feb 2012 19:12:56 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <4F41BA96.8050707@freebsd.org> Date: Sun, 19 Feb 2012 19:14:30 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.26) Gecko/20120129 Thunderbird/3.1.18 MIME-Version: 1.0 To: Raymond Wagner References: <4F3F4810.6070501@rewt.org.uk> <4F3F6D95.1000605@wagnerrp.com> In-Reply-To: <4F3F6D95.1000605@wagnerrp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: Panic after vnet/jail destroy X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2012 03:12:58 -0000 On 2/18/12 1:21 AM, Raymond Wagner wrote: > On 2/18/2012 01:41, Joe Holden wrote: >> jail_relay_exec_poststop0="ifconfig bridge0 deletem epair0a" >> jail_relay_exec_poststop1="ifconfig epair0a destroy" >> jail_relay_exec_poststop2="ifconfig bridge1 deletem epair1a" >> jail_relay_exec_poststop3="ifconfig epair1a destroy" > > The kernel panics when you try to destroy an epair. This is a known > issue, and not a new issue. I've see the same problem at least as > far back as 8.1. The current work around is to simply not destroy > them when you bring down your jails. Of course this does mean you > will build up a collection of unused epairs. or use ng_iface plus ng_bridge instead. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >