kern/186360: [jail] jail using nullfs and unionfs doesn' t mount devfs
Herbert J. Skuhra
h.skuhra at gmail.com
Sat May 31 06:43:16 UTC 2014
On Wed, 28 May 2014 01:10:01 GMT
Scott Robbins wrote:
> The following reply was made to PR kern/186360; it has been noted by GNATS.
>
> From: Scott Robbins <scottro at nyc.rr.com>
> To: joeb1 <joeb1 at a1poweruser.com>
> Cc: bug-followup at FreeBSD.org
> Subject: Re: kern/186360: [jail] jail using nullfs and unionfs doesn't
> mount devfs
> Date: Tue, 27 May 2014 21:05:18 -0400
>
> On Mon, May 26, 2014 at 06:56:31PM -0400, joeb1 wrote:
> > jail(8) became available in 9.1-RELEASE and was very buggy.
> > Some things got fixed in 9.2 but not the mount devfs function.
> > Even in 10.0-RELEASE the mount devfs function was still broken.
> >
> > It finally got fixed in 10.0-RELEASE-p1
>
> I am still having the issue with 10.0-RELEASE-p1
It has been fixed in 10.0-RELEASE-p2.
Make sure that you have
devfs_load_rulesets="YES" # Enable to always load the default rulesets
instead of
devfs_load_rulesets="NO" # Enable to always load the default rulesets
in /etc/defaults/rc.conf.
http://svnweb.freebsd.org/base?view=revision&revision=265124
http://svnweb.freebsd.org/base/releng/10.0/etc/defaults/rc.conf?r1=265124&r2=265123&pathrev=265124
--
Herbert
More information about the freebsd-jail
mailing list