Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 20:13:08 +0200
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   /etc/jail.conf for automatically started jails listed in /etc/rc.conf
Message-ID:  <11698066.Kggl9cS1ZD@melon>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11698066.Kggl9cS1ZD>