I always set up jails as described in the article "Application of Jails". But it is a little bit of a headache when you have to upgrade kernel and update all the jails. I started looking into a more convenient solution: sysutils/ezjail.
I set up test jails on my test server (I used sysutils/ezjail for these purposes). Now I'm trying to update kernel and my jails, and I'm facing a problem which I could not resolve by googling.
After I did an update as described in this article, I tried:
Unfortunately, I got the following:
Any solutions? Maybe I did something wrong when updating ezjail jails?
P.S. I also tried to rebuild world when using ezjail-admin update - didn't help.
I set up test jails on my test server (I used sysutils/ezjail for these purposes). Now I'm trying to update kernel and my jails, and I'm facing a problem which I could not resolve by googling.
After I did an update as described in this article, I tried:
Code:
ezjail-admin update -i
mergemaster -iU -D /usr/jails/www
Unfortunately, I got the following:
Code:
...
*** There is no installed version of ./boot/device.hints
install: mkdir /usr/jails/www/boot: File exists
*** FATAL ERROR: Unable to install ./boot/device.hints to /usr/jails/www/boot
Any solutions? Maybe I did something wrong when updating ezjail jails?
P.S. I also tried to rebuild world when using ezjail-admin update - didn't help.