From owner-freebsd-virtualization@FreeBSD.ORG Mon Aug 8 11:07:20 2011 Return-Path: Delivered-To: freebsd-virtualization@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBEE3106567B for ; Mon, 8 Aug 2011 11:07:20 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C99758FC12 for ; Mon, 8 Aug 2011 11:07:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p78B7K3n078715 for ; Mon, 8 Aug 2011 11:07:20 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p78B7KTc078713 for freebsd-virtualization@FreeBSD.org; Mon, 8 Aug 2011 11:07:20 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Aug 2011 11:07:20 GMT Message-Id: <201108081107.p78B7KTc078713@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-virtualization@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-virtualization@FreeBSD.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2011 11:07:20 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/158686 virtualization[patch] [tap] Add VIMAGE support to if_tap a kern/152047 virtualization[vimage] [panic] TUN\TAP under jail with vimage crashe o kern/148155 virtualization[vimage] Kernel panic with PF/IPFilter + VIMAGE kernel a kern/147950 virtualization[vimage] [carp] VIMAGE + CARP = kernel crash s kern/143808 virtualization[pf] pf does not work inside jail a kern/141696 virtualization[rum] [panic] rum(4)+ vimage = kernel panic 6 problems total. From owner-freebsd-virtualization@FreeBSD.ORG Sat Aug 13 08:23:05 2011 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 804D6106564A for ; Sat, 13 Aug 2011 08:23:05 +0000 (UTC) (envelope-from rhinux.x@gmail.com) Received: from mail-iy0-f172.google.com (mail-iy0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id 4A4528FC19 for ; Sat, 13 Aug 2011 08:23:05 +0000 (UTC) Received: by iye7 with SMTP id 7so7753764iye.17 for ; Sat, 13 Aug 2011 01:23:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:cc:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:content-language; bh=Stz9OoYuSqLfPYdMI1Lxm0RqPve/CwC55ILIjLYJKgI=; b=Q4KmjA/OMwCrC1VFDdb4Q0SL+/+ooULmT4vUjy34BZTX4laRPEtj/aCr7ffAhGeNKT BdQmALTyB+lntjNRjA0WOBn+zgP0zDkIAbuH0GEAxM859yWXQUwODkarAhB/3HPa4y7f gxiig3/vJBjG9oSBq38AxlmEvs2g5pBZRP/x8= Received: by 10.42.74.197 with SMTP id x5mr1949466icj.67.1313222167560; Sat, 13 Aug 2011 00:56:07 -0700 (PDT) Received: from rhinuxOS ([124.14.54.39]) by mx.google.com with ESMTPS id o8sm5574448icc.5.2011.08.13.00.56.04 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 13 Aug 2011 00:56:06 -0700 (PDT) From: Rhinux Cc: Date: Sat, 13 Aug 2011 15:56:36 +0800 Message-ID: <075701cc598e$8cafa090$a60ee1b0$@gmail.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AcxZjib8bjWPQvB5RrikPcmzIBRsvw== Content-Language: zh-cn Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: destroy epair kernel panic X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2011 08:23:05 -0000 Hi,all I have the same tragedy http://www.mail-archive.com/freebsd-virtualization@freebsd.org/msg00397.html On CURRENT when doing something like below: jail -c name=test vnet persist ifconfig epair0 create ifconfig epair0b vnet test ifconfig epair0a destroy jexec test ifconfig How to Fix? Thanks advance~