[Bug 286179] Passing a vlan interface to a vnet jail result in a stuck dying state
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286179 --- Comment #5 from Zhenlei Huang <[email protected]> --- (In reply to florian.millet from comment #0) I can not reproduce this bug on 14.4-RELEASE with the following steps, ``` # ifconfig ue0.100 create # jail -ic name=foo vnet persist vnet.interface=ue0.100 6 # jail -R foo # jls -d -j foo JID IP Address Hostname Path jls: jail "foo" not found ``` Hi Florian, would you like to share your jail.conf ( the parts related to the reported issue ) ? I guess there are something else holding references to the jail, hence it get stuck in dying state. -- You are receiving this mail because: You are on the CC list for the bug.