From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 17:24:04 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8111F601 for ; Sun, 13 Jan 2013 17:24:04 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 24E65FF5 for ; Sun, 13 Jan 2013 17:24:03 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.16]) by ltcfislmsgpa01.fnfis.com (8.14.5/8.14.5) with ESMTP id r0DHNuOx010335 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 13 Jan 2013 11:24:02 -0600 Received: from [10.0.0.102] (10.14.152.61) by smtp.fisglobal.com (10.132.206.16) with Microsoft SMTP Server (TLS) id 14.2.309.2; Sun, 13 Jan 2013 11:23:55 -0600 Subject: Re: Jails MIME-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset="iso-8859-1" From: Devin Teske In-Reply-To: <1358091928.24135.YahooMailNeo@web126204.mail.ne1.yahoo.com> Date: Sun, 13 Jan 2013 09:23:54 -0800 Content-Transfer-Encoding: quoted-printable Message-ID: <0445C043-8460-40BD-81A9-5AC0580F584A@fisglobal.com> References: <50F0297B.3020604@aboutsupport.com> <20130111163129.47e44ce4@mr129166> <50F03DB9.4020209@aboutsupport.com> <20130111131913.049ad0b0@tech304.office.supranet.net> <50F1113C.3090703@aboutsupport.com> <27B0EF0C-CC6D-46E4-960A-ABCAA157D2CD@fisglobal.com> <50F287BD.7030708@aboutsupport.com> <1358091928.24135.YahooMailNeo@web126204.mail.ne1.yahoo.com> To: =?iso-8859-1?Q?Leonardo_M=2E_Ram=E9?= X-Mailer: Apple Mail (2.1283) X-Originating-IP: [10.14.152.61] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-01-13_06:2013-01-11,2013-01-13,1970-01-01 signatures=0 Cc: "freebsd-questions@FreeBSD.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 17:24:04 -0000 On Jan 13, 2013, at 7:45 AM, Leonardo M. Ram=E9 wrote: >> ________________________________ >=20 >> From: "Zyumbilev, Peter" >> To: freebsd-questions@FreeBSD.org=20 >> Cc: Mark Felder ; Devin Teske ; Devin = Teske =20 >> Sent: Sunday, January 13, 2013 7:09 AM >> Subject: Re: Jails >>=20 >>=20 >> On 12/01/2013 18:41, Devin Teske wrote: >>>=20 >>> On Jan 11, 2013, at 11:31 PM, Zyumbilev, Peter wrote: >>>=20 >>>> Hi, >>>>=20 >>>> I have not tested it, but so far things do not look promising... >>>>=20 >>>> I cannot even run "netstat -nvatp" properly, however sopcast seemed to >>>> run, but have not tested it, for plex - have not tried yet. >>>>=20 >>>=20 >>> netstat isn't allowed in traditional jails (but is allowed in "vimage" = jails which have their own network stack). >>>=20 >>> If you're able/willing to compile a new kernel to enable the "VIMAGE" f= eature, then this can be improved so that you can indeed use netstat within= the jail. >>>=20 >>> NOTE: netstat is not allowed within traditional (non-VIMAGE) jails due = to security restrictions. >>>=20 >>=20 >> My host os is Nas4Free and is stripped version of freebsd - e.g I >> cannot even compile ports - that is why I use jails - so no new kernel >> for me there :) >>=20 >> So far I am quite happy with it - I use it mainly as DLNA >> server(Serviio), ZFS,UPS support & Transmission made it quite good >> platform - would take plenty of time to get all this in plain FreeBSD >> install. >>=20 >> The only thing that I might be missing is Plex, but due to lack "browser >> per folder feature", I will stick to open standard - DLNA. >>=20 >> Peter >=20 >=20 > Hi, I've installed debian 6 in a jail, from FreeBsd 9.1 x86-64 by followi= ng the instructions from this thread. However, I also updated my /etc/resol= v.conf inside the jail, but I get this error when I do ping: ping is usually denied from within a jail (for security purposes). Add the following to /etc/rc.conf: jail_sysvipc_allow=3D"YES" And then reboot. --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.