Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2015 14:14:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-jail@FreeBSD.org
Subject:   [Bug 186360] [jail] jail using nullfs and unionfs doesn't mount devfs
Message-ID:  <bug-186360-9824-8g0r0II0oK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-186360-9824@https.bugs.freebsd.org/bugzilla/>
References:  <bug-186360-9824@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186360

--- Comment #7 from johannes@jo-t.de ---
I found a work-around for 9-stable.
In your prestart exec script, simply run an `ls /jail/whatever/root/dev` to
populate the device nodes.

The ls gets executed before the jail is up, so devfs does the right thing.
Looks like devfs has a bug or permission problem when populating its mountpoint
from within a jail.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-186360-9824-8g0r0II0oK>