Solved host upgrade 12.2 ¬ 13.0: unable to update ezjail base

Hi! After successfully upgrading my workstation from 12.2 to 13.0, i've tried tu update my jails base system, but running the command
# ezjail-admin update -p -i
gives me a message error which ends with
Code:
Error: The command 'make installworld' failed.
  Refer to the error report(s) above.
Am i missing something? is the update mandatory? is ezjail still maintained or do i have to switch to another tool like Bastille ?
Thank you.
 
Use ezjail-admin update -U -s 12.2-RELEASE

Code:
     ezjail-admin command arguments... update -U -s 8.0-RELEASE
             Upgrade the base jail to the host system's release using
             freebsd-update(8). This may be used only to upgrade an existing
             installation. Tell freebsd-update which OS version to expect in
             the basejail via the -s option.

             Note: Check uname(1) and especially the UNAME_r environment
             variable to upgrade to different versions.
 
Code:
freebsd-update: Cannot upgrade from 13.0-RELEASE to itself
I guess my jail is already up to date. Thank you for your help.
 
I guess my jail is already up to date.
Run freebsd-version -u in the jail to verify. Did you set -s correctly? It has to be the old version of the jail, not the version you're going to upgrade to.
 
Run freebsd-version -u in the jail to verify. Did you set -s correctly? It has to be the old version of the jail, not the version you're going to upgrade to.
weird! running freebsd-verion -u gives me 12.2-RELEASE-p2
 
My bad! i thought you made a typo in the command when you mentioned 12.2-RELEASE-p2, which a "corrected" with 13.0-RELEASE.
Anyway the upgrade of my jails is complete, thank you again SirDice
 
Back
Top