UBOS minor apps update.
| Website | https://ubos.net |
| Website | https://ubos.net |
UBOS minor apps update.
New UBOS release, focused on:
* app updates
* improved developer documentation, in particular around developer VMs
UBOS Gears update with new functionality.
Looks like it's supposed to (this very instance):
$ sudo ubos-admin update -v
INFO : ubos-admin update -v
INFO : Setting device state to: in maintenance
INFO : Suspending sites
INFO : Backing up
INFO : Undeploying
INFO : Updating code
Packages upgraded: mastodon
INFO : ubos-admin update-stage2 --nostage3 --snapnumber /=9 -v
INFO : Installing prerequisites
INFO : Redeploying sites and restoring data
INFO : Resuming sites
INFO : Updating firewall
INFO : Setting device state to: operational
New UBOS release with fixes, new features and upgrades.
Release notes: https://ubos.net/releases/2024-08-17/release-notes/
According to the macOS spell checker, UBOS can also administer ...
sudo ufos-admin ...
We should play with that command a bit more :-P
If your Linux development containers just stopped networking after you upgraded your host OS, like ours did, the answer is that a systemd-networking setting has been renamed.
Edit /etc/systemd/network/wired.network, change:
IPForward=1
to
IPv4Forwarding=1
and restart networking:
systemctl restart systemd-networkd
From the boot log: Jul 08 15:53:08 archlinux systemd-networkd[563]: /etc/systemd/network/wired.network:6: IPForward= setting is deprecated. Please use IPv4Forwarding= and/or IPv6Forwarding= in networkd.conf for global setting,...
OpenSSH in the UBOS Linux repos has been updated to address a critical vulnerability affecting most systems running SSH. Please update immediately.
More info: https://ubos.net/releases/2024-07-01/release-notes/