From owner-freebsd-jail@FreeBSD.ORG Wed Aug 25 13:31:08 2010 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9F6B1065670 for ; Wed, 25 Aug 2010 13:31:07 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id B8E5C8FC21 for ; Wed, 25 Aug 2010 13:31:07 +0000 (UTC) Received: by pzk7 with SMTP id 7so210881pzk.13 for ; Wed, 25 Aug 2010 06:31:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=mtkajlUEg/SFkn4x5rwwnC0CCzq1ALXIpMYB88qcPQA=; b=iOEDy2aMlox/ksmlDc1JG5235MDUG5KflP0sbzhQRu46+BrfKbTlxNkP5QeTddnHJp LZ33faB0bvGZZ+LGmUIleCAzKNuVTYS1+5x6Uy5gBIs+QSgcPQcoyJjqTVtadxdAyWj6 9T5rnDqiWO4EDNoPmdjLuN+gZvD4XCV7v2m/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=UGlUv7G3v9600mWHydaVouXkHSdsncK0KeRWp8EQY0zd9+r/ijETLg6nQo6LPcVtXx AFktt7vkKRGsOOX4LE7AyJQ8dOZ4crmkv6Hc8hmz5nmIKzPol3YzA6FqwgtyBD6P/wcL 4UgDCvKY8ktH6nQ2zh4xeWXWIsJ4TyQBfOhCQ= Received: by 10.114.26.16 with SMTP id 16mr9421990waz.15.1282741372004; Wed, 25 Aug 2010 06:02:52 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id u29sm553977vcr.1.2010.08.25.06.02.48 (version=SSLv3 cipher=RC4-MD5); Wed, 25 Aug 2010 06:02:49 -0700 (PDT) Message-ID: <4C751477.30007@gmail.com> Date: Wed, 25 Aug 2010 09:02:47 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Jacob Whatley References: <04b601cb4421$944e9aa0$bcebcfe0$@com> In-Reply-To: <04b601cb4421$944e9aa0$bcebcfe0$@com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-jail@freebsd.org Subject: Re: Undocumented - use of jls command limited to jails with five ip's or less X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2010 13:31:08 -0000 On 8/25/10 2:48 AM, Jacob Whatley wrote: > While it appears that there is no limit to the number of ip addresses that > can be assigned to a jail, I have discovered that five is the maximum number > of ip addresses that you can assign to a jail without /usr/sbin/jls dumping > core with a Segmentation fault if you have more than one jail active on the > server. > > Is there a workaround for this limitation? I need to have a larger number of > ip addresses than five assigned to a single jail and I can't give up > /usr/sbin/jls functionality on the server. > Hello Jacob, What is the output of 'uname -a'? This was fixed in 8.0-STABLE [1] in December, and is not an issue in 8.1-RELEASE. [1] - http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/141359 Regards, -- Glen Barber