new jail(8) ignoring devfs_ruleset?

Jamie Gritton jamie at FreeBSD.org
Fri May 10 12:45:52 UTC 2013


On 05/09/13 22:42, Dewayne Geraghty wrote:
> An ugly workaround to complete the jail closure, when relying on jail.conf, is to:
>
> jail -r $JAILNAME
> umount /$LOCATION_OF_JAILS/$JAILNAME/dev || true

The only problem with devfs I'm aware of is it not catching the right
ruleset when starting in the rc system. So does this mean you're having
problems unmounting /dev?

What happens when you add a "-v" to the "jail -r"? It should note that
/dev is being umounted.

- Jamie


More information about the freebsd-stable mailing list