After updating the host to 14.0-RELEASE, I decided to do
Question is - how can I fix this so that I can get into the jail using
ezjail-admin update -U -s 12.2-RELEASE
to update my jails from 12.2 to 14.0. This command ultimately failed, and I eventually tried many things including eventually doing ezjail-admin install
. That command completed successfully, but I can no longer reach the jail using ezjail-admin console
nor can I reach the jail using the IP of the jail. Now, it appears as though the jail was successfully updated ( uname -UK
confirms this), but I can only get into it using jexec "jail ID" csh
command. The jail can successfully reach the internet and pkg update
and pkg upgrade
are successful. Question is - how can I fix this so that I can get into the jail using
ezjail-admin console
? I realize that ezjail is antequated and I should move to something like bastille, but I don't have the luxury of time enough to learn that right this second. I would like to fix this for now if possible.