Solved [Solved] FreeBSD update

Hello,

I just updated my FreeBSD host using the following command:
# freebsd-update fetch
# freebsd-update install
Could you please tell me if the following is enough to apply the change to my jails
# ezjail-admin update -u

I have the feeling that this will only update the base jail but not my running jails.

Thank you
Fred
 
Re: FreeBSD update

That is correct. All the running jails have the base jail mounted via a read only nullfs(5) mount so they will get updated immediately via the ezjail-admin update -u command. Depending on the nature of the update, services within a jail or the entire jail may need to be restarted to let go off old open file descriptors to whatever files were updated during the update.
 
Back
Top