From owner-freebsd-questions@FreeBSD.ORG Fri Mar 13 19:11:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E8F106564A for ; Fri, 13 Mar 2009 19:11:31 +0000 (UTC) (envelope-from sed.entary333@gmail.com) Received: from mail-ew0-f173.google.com (mail-ew0-f173.google.com [209.85.219.173]) by mx1.freebsd.org (Postfix) with ESMTP id 5865F8FC0C for ; Fri, 13 Mar 2009 19:11:31 +0000 (UTC) (envelope-from sed.entary333@gmail.com) Received: by ewy21 with SMTP id 21so857858ewy.19 for ; Fri, 13 Mar 2009 12:11:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=D11JRjb7LxSKHvuCQG5fXFxXyYHBdx6izvik5Uqzqbg=; b=JXFh/0dYytXH2RMbkGuJFd18NfdlAbnYYsif5uwZyNUQbrh9lgT2DrP1698Ta5p5fO F8FAXh//V31etsbIkk8o7Jqbpj2XnLEN776OLorq9XDwxQ5Zm6YC4aZ8m8Y+tBIEWDb8 QtXLOZ6rqJ79/XCXqSOrbIsSQLL1J3Mpsq2AQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=keJ4OCN0bWYD+zWCD2/Owu+v5Nl+dM/vmLYDJIJtmzTwusuixI7Gxsf2yAuLGfI7zU debHi09KuHL97SwWqHHUtBcEyXYUcKp1t8nYpVFY4i7pv7SO0tfAWO4IOno84DtJAtom HBYoSWMEHf3FMSoab7VsJRSC21lhFNjVHJwiM= MIME-Version: 1.0 Received: by 10.216.28.209 with SMTP id g59mr900871wea.96.1236970740430; Fri, 13 Mar 2009 11:59:00 -0700 (PDT) Date: Fri, 13 Mar 2009 13:59:00 -0500 Message-ID: From: Dave To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Bind to Localhost from Jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 19:11:32 -0000 Hi all, I'm trying to get cPanel installed on my host, and to run it from jail. The installer script that cPanel provides, however, seems to be confused by the fact that it cannot test the daemons it has installed by checking if they are listening on localhost. Is there any way to allow services running in jail to bind on localhost? I noticed that there was a patch committed to the stable branch that allowed for jails to have multiple or no ip addresses. Is this perhaps a solution to the problem I've outlined above? If anyone can provide any insight it would be much appreciated! Thanks, Dave