FreeBSD jails have an annoying quirk where if you don't specify jail_list in /etc/rc.conf it doesn't show you the jail names as they're starting.
This is not a solvable problem without a fairly large overhaul of how the jails are started. When no jails_list is provided, it assumes "_ALL" as the default value and this makes the jail(8) command parse all the jail config files and start them all up.
Then after startup, it prints all their names.
And then after printing their names, it writes their pidfiles.
This also means that if the startup crashes part way through it leaves jails running with no pid files which means the next time you try to start the jails you'll get errors about jails already running.
feld
in reply to feld • • •feld
in reply to feld • • •crispy branzino ☭ (skin)
in reply to feld • • •feld
in reply to crispy branzino ☭ (skin) • • •