From owner-freebsd-questions@FreeBSD.ORG Sat Sep 9 07:03:46 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 5DCBB16A40F for ; Sat, 9 Sep 2006 07:03:46 +0000 (UTC) (envelope-from yangwithinyin@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAFB643D45 for ; Sat, 9 Sep 2006 07:03:45 +0000 (GMT) (envelope-from yangwithinyin@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so897817wxd for ; Sat, 09 Sep 2006 00:03:45 -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:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=KFjk1yJD3P9re2ofcxbDqm2didvvwFS/UoPLk7NSBn173QAFTGpSHoccwpZmepgW0wKITMSTOj/mQeOL2gognZ1rMRGgx+B371zyjoZM4yjRXhwDLxJhxTrvXtsak0Gk0RFAfmj9CLN23tNstQ74kMhruNXWw2gdTQutBUx4Ayc= Received: by 10.70.78.8 with SMTP id a8mr1668897wxb; Sat, 09 Sep 2006 00:03:45 -0700 (PDT) Received: from ?192.168.1.2? ( [24.62.166.207]) by mx.gmail.com with ESMTP id h8sm4031740wxd.2006.09.09.00.03.44; Sat, 09 Sep 2006 00:03:44 -0700 (PDT) Message-ID: <45026825.7040109@nullshells.com> Date: Sat, 09 Sep 2006 03:07:17 -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: Norberto Meijome References: <4502287F.1010200@nullshells.com> <20060909164549.44b53398@localhost> In-Reply-To: <20060909164549.44b53398@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: writhing within Cc: freebsd-questions@freebsd.org Subject: Re: 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 07:03:46 -0000 Norberto Meijome wrote: >On Fri, 08 Sep 2006 22:35:43 -0400 >"mark@nullshells.com" wrote: > > > >> >jail /home/jail/hostname hostname.net 192.168.1.101 /bin/sh >>jail: execv: /bin/sh: Permission denied >> >> > >does /home/jail/hostname/bin/sh exist, and is it executable? > > No, thats the problem thank you. -Mark