From owner-freebsd-jail@FreeBSD.ORG Thu Mar 26 15:54:04 2015 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D77402B1 for ; Thu, 26 Mar 2015 15:54:04 +0000 (UTC) Received: from mail-yk0-x22b.google.com (mail-yk0-x22b.google.com [IPv6:2607:f8b0:4002:c07::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FEB8DA1 for ; Thu, 26 Mar 2015 15:54:04 +0000 (UTC) Received: by ykek76 with SMTP id k76so30039502yke.0 for ; Thu, 26 Mar 2015 08:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=WDJXTqoIZdqqGZcYdEdxmz3f1EiBUEu7QVOaE9BFrJQ=; b=sLiFgRFkhUjCIvsgyr3/BvmS7keZ1Y+mHosmSMHj4/VjqSc4j3s3pV8R33eug60A1n MMmmx48XYe1PjF35vs29aJFtoTCS+ZQvT72+v9+sHE0247sp3T1LNOQZ5V/GRXBqYmQR TZUBMd/IT7BtWLsBPtdcKU+R6mlEQ9BkehMN/4iTLha9wULkuslGmXvAqs7VCl0H835Q Aav2F3F6L3YnPPfbbc+KnJUeImQJFiB6FHHbQWa4PS/8iefDhAYtdfZy0q0EDcKluFRV D1yW9vpudX63PH+2OK/kiKV6ryB/dWvjPTBDftSJ3yHW3bBowJoOInixgCh3/B8m59qy 5efg== X-Received: by 10.52.240.33 with SMTP id vx1mr17756525vdc.3.1427385243716; Thu, 26 Mar 2015 08:54:03 -0700 (PDT) Received: from [10.0.10.1] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by mx.google.com with ESMTPSA id ek4sm4396987vdd.11.2015.03.26.08.54.03 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Mar 2015 08:54:03 -0700 (PDT) Message-ID: <55142BA8.9090106@gmail.com> Date: Thu, 26 Mar 2015 11:54:16 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Kai Gallasch Subject: Re: Current state of VIMAGE on 10-STABLE? References: <550B2EBA.9090205@free.de> In-Reply-To: <550B2EBA.9090205@free.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-jail@freebsd.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 15:54:04 -0000 Kai Gallasch wrote: > Hi. > > What is the current state of VIMAGE jails on 10-STABLE? > > I'm asking, because I saw that Craig Rodrigues and others are working on > some long known problems with VIMAGE and there were some related patches > committed to the tree. > > When I experimented with VIMAGE jails on 10.1-RELENG a few weeks ago, I > got this when I stopped a running VIMAGE jail. > > Freed UMA keg (udp_inpcb) was not empty (180 items). Lost 18 pages of > memory. > Freed UMA keg (udpcb) was not empty (1757 items). Lost 7 pages > of memory. > Freed UMA keg (ripcb) was not empty (150 items). Lost 15 > pages of memory. > hhook_vnet_uninit: hhook_head type=1, id=1 cleanup > required > hhook_vnet_uninit: hhook_head type=1, id=0 cleanup required > > Has this already been adressed by recent development? > > Regards, > K. > This lost memory problem is a long time known bug. 2 - 3 years at least. Guess no one has addressed it yet. There are many problems with having a firewall running on host and in the vimage jail at same time. Since you say Craig Rodrigues has committed some patches, maybe you should contact him directly and post you finding here for others to read. good luck