From owner-freebsd-questions@FreeBSD.ORG Sat Sep 9 02:33:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5D3F16A407 for ; Sat, 9 Sep 2006 02:33:41 +0000 (UTC) (envelope-from yangwithinyin@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7614F43D46 for ; Sat, 9 Sep 2006 02:33:41 +0000 (GMT) (envelope-from yangwithinyin@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so846466wxd for ; Fri, 08 Sep 2006 19:33:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding:sender; b=eBu6wlsPhVEeCjAzGEOANzqouwM2d/GTrW5ULcWixpmB0VunwV9HdE5Vn3F0o1qooctydZjhqWmkCYOJyCjTJn7JtulD4Zd9HBd2wbdGpIVGBt7JL/fhbtCP+GPanBntdYrSx2XkZX41v2uptAXZ03hjSRDaao+i66RL5RynC1A= Received: by 10.70.109.12 with SMTP id h12mr1804938wxc; Fri, 08 Sep 2006 19:33:40 -0700 (PDT) Received: from ?192.168.1.2? ( [24.62.166.207]) by mx.gmail.com with ESMTP id h14sm3716421wxd.2006.09.08.19.33.39; Fri, 08 Sep 2006 19:33:40 -0700 (PDT) Message-ID: <4502287F.1010200@nullshells.com> Date: Fri, 08 Sep 2006 22:35:43 -0400 From: "mark@nullshells.com" User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: writhing within Subject: Jail won't start 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: Sat, 09 Sep 2006 02:33:42 -0000 Hi, I'm new to working with jail's in FreeBSD, so I've created a jail using the following instructions: http://www.section6.net/wiki/index.php/Creating_a_FreeBSD_Jail#Jail_Creation_Techniques I am running FreeBSD 6.0-RELEASE-p9. I'm having trouble starting my jail, and I've included my attempt below: >jail /home/jail/hostname hostname.net 192.168.1.101 /bin/sh jail: execv: /bin/sh: Permission denied What do I do to get the jail started up? Thanks for your help, Mark