/etc/jail.conf for automatically started jails listed in /etc/rc.conf

David Demelier demelier.david at gmail.com
Mon May 13 18:13:18 UTC 2013


Hello dear,

Does jail.conf(5) does not work for jails listed in the rc.conf ?

I've added in /etc/jail.conf:

foo {
    hostname=Foo;
    path=/jails/foo;
    allow.sysvipc=1;
}

And in /etc/rc.conf only foo in the jail_list parameter, but when I try to 
start the jail it still complain about missing hostname.

Regards,


More information about the freebsd-questions mailing list