From owner-freebsd-jail@FreeBSD.ORG Mon Apr 27 22:43:29 2015 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F3689D for ; Mon, 27 Apr 2015 22:43:29 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9C6F1921 for ; Mon, 27 Apr 2015 22:43:28 +0000 (UTC) Received: from moby.local ([88.65.182.178]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LtIZH-1ZSGzl2ZtT-012lnY for ; Tue, 28 Apr 2015 00:43:26 +0200 Message-ID: <553EBB75.2000102@gmx.com> Date: Tue, 28 Apr 2015 00:43:01 +0200 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-jail@freebsd.org Subject: Re: mount.devfs: no path References: <553EB81E.7060600@gmx.com> In-Reply-To: <553EB81E.7060600@gmx.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:/UnsbkPfspiw8gPCjZUZY7fKCRg9LAl42f0nk9nHggXDHr+dqJp AJVv2Lu2M9pjT7wuTIxKcMhQmVkyEgDPHanrTc8KRavr9jq+KPxgxRzaujJLqa3DVbiPh2v Wz+TeVE3zQGoCbuTT3p8RDnKM5kEPj2ukOa9DSH4eC3PQ9WctCeNHpDiW1PrC3ebw51PMN3 XGaGrq4AaqjIMyB/3jz4A== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2015 22:43:29 -0000 Sorry for the noise, I have forgotten to set the jail's root! On 04/28/15 00:28, Nikos Vassiliadis wrote: > Hi, > > I am trying to mount devfs inside a jail and it seems that I > am doing something wrong. > My jail.conf: >> firepad { >> persist; >> host.hostname = "firepad.local"; >> ip4.addr = 10.65.0.111; >> allow.mount.devfs; >> mount.devfs; >> } > > When I try to start the jail I get this: >> sh /etc/rc.d/jail start >> Starting jails: cannot start jail "firepad": >> jail: firepad: mount.devfs: no path > > This is on 10-STABLE. > > Thanks in advance, > Nikos > > _______________________________________________ > freebsd-jail@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-jail > To unsubscribe, send any mail to "freebsd-jail-unsubscribe@freebsd.org"