Solved question about 2025y11m28d upgrading bastille in freebsd14.3 ?

Dear all :
i have running pkg upgrading at 2025y 11m 28d in freebsd14.3 . now bastille tools got a error in below ..

veload 1 2gb - No Stopped
root@notepad:/home/game # bastille list
JID Name Boot Prio State Type IP Address Published Ports Release Tags
sysrc: unknown variable 'boot'
sysrc: unknown variable 'boot'
sysrc: unknown variable 'boot'
sysrc: unknown variable 'priority'
sysrc: unknown variable 'priority'
sysrc: unknown variable 'priority'
- test - - Down thick 192.168.255.13 - 14.2-RELEASE-p2 -
- zabbix_mysql - - Down thick 192.168.255.11 - 14.2-RELEASE-p2 -
- zabbix_server - - Down thick 192.168.255.10 - 14.2-RELEASE-p2

is that right ? how to fix it ? thanks.
 
Code:
# pkg info -D bastille
bastille-1.1.2.251119:
On upgrade from bastille>0.13:
**Breaking changes since 0.14.20250420**

The `rcorder` has been deprecated, and new `boot` and `priority` options have
been added to the jails. A boot file will be created with default values of
`boot=on` and `priority=99` on jail creation. For existing jails, the boot file
will be generated on the next subcommand execution to the jail. If you want to
generate the file for all the jails, you can use `bastille restart ALL` to fill
in the defaults. To change these values, use `bastille config TARGET set boot off`
or `bastille config TARGET set priority 10` or some other number according to
your needs.

On upgrade from bastille>0.14:
**Notice: Potencially breaking changes since 1.0.20250714**

Network: Bastille now handles all epairs dynamically, allowing both -V and -B
VNET jails to coexist. Previous versions only supported one type per system.
New naming scheme for network interfaces is e0a_jailname (host side) and
e0b_jailname (jail side). Additional interfaces: e1a_jailname, e1b_jailname, etc
(incrementing numbers). Long jail names are truncated with xx placeholder due to
interface name limitations

Required action after update:

Restart all jails (preferably one at a time) to trigger automatic conversion.
Bastille will auto-convert jail.conf and rc.conf files when jails are stopped.
Manual intervention required: If you previously used the network sub-command to
add interfaces, manually edit jail.conf and rc.conf files to update epair names
(increment numbers for additional interfaces).

Auto-conversion handles most cases, please report bugs if issues occur during the
transition.

Full release annoucement: https://github.com/BastilleBSD/bastille/releases/tag/1.0.20250714
 
Back
Top