From owner-freebsd-jail@FreeBSD.ORG Mon Apr 27 22:29:27 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 85DE0E3C for ; Mon, 27 Apr 2015 22:29:27 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (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 04BCE174A for ; Mon, 27 Apr 2015 22:29:27 +0000 (UTC) Received: from moby.local ([88.65.182.178]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0M4Gup-1ZdJr33H2R-00rnGn for ; Tue, 28 Apr 2015 00:29:18 +0200 Message-ID: <553EB81E.7060600@gmx.com> Date: Tue, 28 Apr 2015 00:28:46 +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: mount.devfs: no path Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:WDWUruxZRJLuSuGR3pJoZEczlqLkmF8ObbMmMwLNJhW3fD82iFG PjuwLiDHi8lPIb2aEXP5+aemB2vYAgdNqYpO+AFrJmDef8Uv0PPH0jlPZ1IqvAqqJx+QYs3 hzTfVRx7ru9fm3fUV//pyH//3hLKK2PARpMLB/GTd22FCYuzJM+CWZw5V/cEzET/myfDPbt z0rspwhGeWF0BNPYTGgMA== 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:29:27 -0000 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 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" From owner-freebsd-jail@FreeBSD.ORG Mon Apr 27 23:14:25 2015 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF1AB5D3 for ; Mon, 27 Apr 2015 23:14:25 +0000 (UTC) Received: from SNT004-OMC4S8.hotmail.com (snt004-omc4s8.hotmail.com [65.55.90.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C85251D06 for ; Mon, 27 Apr 2015 23:14:25 +0000 (UTC) Received: from SNT146-W35 ([65.55.90.201]) by SNT004-OMC4S8.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Mon, 27 Apr 2015 16:13:19 -0700 X-TMN: [HaWhp4WXUoC2cgeZ5l2rJkuZEHgoqbZd] X-Originating-Email: [ricky1252@hotmail.com] Message-ID: From: Ricky G To: Nikos Vassiliadis CC: "freebsd-jail@freebsd.org" Subject: RE: mount.devfs: no path Date: Mon, 27 Apr 2015 19:13:18 -0400 Importance: Normal In-Reply-To: <553EBB75.2000102@gmx.com> References: <553EB81E.7060600@gmx.com>,<553EBB75.2000102@gmx.com> MIME-Version: 1.0 X-OriginalArrivalTime: 27 Apr 2015 23:13:19.0385 (UTC) FILETIME=[BFC25090:01D0813F] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 23:14:26 -0000 you have no path specified however this is always an option. delete allow.mount.devfs and mount.devfs mount.fstab=3D"/etc/fstab.firepad"=3B /etc/fstab.firepad:devfs $path devfs rw=2Cruleset=3D8 = 0 0 regardsRicky > Date: Tue=2C 28 Apr 2015 00:43:01 +0200 > From: nvass@gmx.com > To: freebsd-jail@freebsd.org > Subject: Re: mount.devfs: no path >=20 > Sorry for the noise=2C I have forgotten to set the jail's root! >=20 > On 04/28/15 00:28=2C Nikos Vassiliadis wrote: > > Hi=2C > > > > I am trying to mount devfs inside a jail and it seems that I > > am doing something wrong. > > My jail.conf: > >> firepad { > >> persist=3B > >> host.hostname =3D "firepad.local"=3B > >> ip4.addr =3D 10.65.0.111=3B > >> allow.mount.devfs=3B > >> mount.devfs=3B > >> } > > > > 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=2C > > Nikos > > > > _______________________________________________ > > freebsd-jail@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-jail > > To unsubscribe=2C send any mail to "freebsd-jail-unsubscribe@freebsd.or= g" > _______________________________________________ > freebsd-jail@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-jail > To unsubscribe=2C send any mail to "freebsd-jail-unsubscribe@freebsd.org" = From owner-freebsd-jail@FreeBSD.ORG Tue Apr 28 12:07:35 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 6E939C10 for ; Tue, 28 Apr 2015 12:07:35 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (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 E035E1341 for ; Tue, 28 Apr 2015 12:07:34 +0000 (UTC) Received: from moby.local ([82.83.187.179]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MVIva-1YnUpm2qFS-00YkrV for ; Tue, 28 Apr 2015 14:07:32 +0200 Message-ID: <553F77ED.3030802@gmx.com> Date: Tue, 28 Apr 2015 14:07:09 +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: <553F77B3.50202@gmx.com> In-Reply-To: <553F77B3.50202@gmx.com> X-Forwarded-Message-Id: <553F77B3.50202@gmx.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:LlGtsi8xokpbxwXvdKy7EOnqZHcAJntKALgMAw1iMtnx913SE4L brUxD2WBAprsoxqQfk4eMdplUoBkaW/IoR5pULewgQoWNKR8PyS12T1RunBeYK2gJh4yhd5 kXllK7wmMD8z0tBe+aXdO1I25Z6uh/1KaNkK+DZd9jK1n4jcgoSVh+qlR8YBKIU+w4745P6 VbZX7ePJH17ybLZEjk0Qg== 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: Tue, 28 Apr 2015 12:07:35 -0000 On 04/28/15 01:13, Ricky G wrote: > you have no path specified however this is always an option. I know. Although this time not a deliberate one;) > delete allow.mount.devfs and mount.devfs > mount.fstab="/etc/fstab.firepad"; > > /etc/fstab.firepad:devfs $path devfs rw,ruleset=8 0 0 Nice, thanks for the tip, Nikos From owner-freebsd-jail@FreeBSD.ORG Tue Apr 28 12:42:26 2015 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53FAC6F6 for ; Tue, 28 Apr 2015 12:42:26 +0000 (UTC) Received: from mx1.lar.ind.br (ns1.lar.ind.br [200.195.176.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "MAIL_EXPRESSO", Issuer "MAIL_EXPRESSO" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 028D41820 for ; Tue, 28 Apr 2015 12:42:25 +0000 (UTC) Received: from lar.ind.br (unknown [10.0.0.7]) by mx1.lar.ind.br (Postfix) with ESMTPS id EF19D22F38 for ; Tue, 28 Apr 2015 09:30:51 -0300 (BRT) Received: from HP-PC (unknown [41.58.103.227]) by lar.ind.br (Postfix) with ESMTPSA id DB015412F3 for ; Tue, 28 Apr 2015 09:29:57 -0300 (BRT) From: "Mail Account Services" Subject: Update Now. To: freebsd-jail@freebsd.org MIME-Version: 1.0 Date: Tue, 28 Apr 2015 13:33:09 +0100 X-Antivirus: avast! (VPS 150427-1, 04/27/2015), Outbound message X-Antivirus-Status: Clean Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Tue, 28 Apr 2015 12:42:26 -0000 - This mail is in HTML. Some elements may be ommited in plain text. - Attention freebsd-jail@freebsd.org, For your safety, we have temporarily disabled some features of your em= ail account. Please sign in from Here to restore full access. Regards, Mail Account Services