I've just released version 1.16 of the Bubbagen live-USB image for B3 on GitHub.

Significant change with this version is the drop of Easyfind, both in the GUI and as a service and DHCP activated module. Rodeus has announced the infrastructure for this service to be ended next month and due to lack of interest from the side of the community this has now officially been declared end-of-life.
On a positive side, apparently Debian decided to defy the ECSD binary distribution restriction quite some time ago and as there was no legal follow-up Gentoo decided to lift the flag on it as well. This means that although we are losing one feature of the original Bubba OS I have now been able to re-instate the Tor anonymous communication router to the default installed set.
The Live USB runs Linux kernel 6.1.12 and packages have been brought up to date as of May 1, 2023 ¹)
As before, two versions are supplied, one that uses the `classic` OpenRC service manager and one that uses the `modern` systemd service manager. Which version you choose is a matter of taste. People that run Linux desktop systems will likely prefer the systemd version for uniformity in their network but personally I find the command line tools for managing networking pretty complex/restricting whereas in the OpenRC version adding network functionality such as PPPoE connections and VPN is really easy.
If you don't know / can't decide, choose version 1.16.0 (OpenRC)
Key features:
- Familiar GUI for basic management (users, network, firewall, predefined services)
- Logitech Media Server version 8.3.1
- Wireguard VPN prepared (works with e.g. an Android phone)
- The Onion Router (TOR), get access to sites that are blocked by some geographic location rule
- Out of the box Windows compatible file sharing service (NAS)
- Will connect to any existing network (with a DHCP server) or create one itself (when connecting you will receive an IP in the range 192.168.10.x)
Known issues ²):
- When changing the time zone the web interface may show you an incorrect time on some pages (the extensible clock on the right is actually javascript and thus should show your client's time rather than the B3's). To align them all you should restart the B3 (or at least apache2 and bubba-adminphp services).
- Changing the network profile may completely destroy networking on the B3 if you have wifi enabled or added custom interfaces and/or bridges. If you need to change the profile please do so before making any changes to the default network setup and then never touch it again.
- Systemd has been observed to randomly experience a conflict with the DHCP client, causing it to drop the affected interface completely. A reboot will be required if you have no other method of reaching the B3 (second interface with fixed IP, serial console).
- Systemd version does not allow you to view system messages through the web based GUI. The associated links will always show an empty file. Messages from services that write their own log files, e.g. Apache webserver, Samba (windows compatible) file sharing, Logitech Media Server, can be viewed as normal.
Existing users:
There have been some troublesome updates lately that are related to a failing library inclusion in libapr referenced by e.g. Apache webserver. If you choose to continue with your existing installation, this release includes a fix for that failure. To enable that fix you will need to update virtual/bubba and app-admin/bubbagen first, then run `etc-update` (a patch file will be installed to /etc/portage/patches/dev-libs/apr/). Finish up with your regular regular update routine (eix, emerge, or sakaki's genup) to get to the current release.
Further details may be found here
Enjoy,
Gordon
¹) Some packages withheld due to patent restrictions or because the newer versions are incompatible with core Bubba functionality.
²) These truly seem unresolvable, don't they?