Jail stuck in dying
Dewayne Geraghty
dewaynegeraghty at gmail.com
Thu Mar 9 03:22:24 UTC 2017
Kristof, would you share your devfs.rules settings for the jail that
remains in a dying state.
I have a similar situation and similar jail.conf settings, in that I use:
allow.sysvipc; allow.socket_af; allow.raw_sockets;
However I have other jails that stop and can be restarted with the same
attributes; but different device rules.
So what's different? For the jail that gets stuck in state "dying"
devfs.rules:
add include $devfsrules_hide_all
add include $devfsrules_unhide_basic
add include $devfsrules_unhide_login
add path 'bpf' unhide
add path 'bpf0' unhide
As a side note: in my jail.conf I also have jid=3, ie
b3 { jid=3; ip4.addr = "10.0.7.91,10.0.5.91,127.1.5.91"; devfs_ruleset =
"7"; allow.sysvipc; allow.socket_af; allow.raw_sockets; }
(Yes its an application testing jail)
Regards, Dewayne.
More information about the freebsd-jail
mailing list