Quote from: nero355 on March 30, 2026, 10:40:47 PMWhy do you want the USG in your UniFi Controller while all USG models are declared EOL officially and should be avoided since about 1 year ago ?!
Quote from: Monviech (Cedrik) on March 30, 2026, 06:41:29 PMI read a bit through the KEA mailing list and this looks related:Yes, I do see this log:
https://lists.isc.org/pipermail/kea-users/2026-March/006027.html
Quote from: nero355 on March 30, 2026, 04:39:36 PM😂Quote from: fengchen_opn on March 30, 2026, 03:22:31 AMAfter upgrading to OPNsense 26.1.6Are you from the future ?
;)
/Could not resist... ^_^
***GOT REQUEST TO UPDATE***
Currently running OPNsense 26.1.2_5 (amd64) at Wed Apr 1 11:58:42 AEDT 2026
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
Checking for upgrades (2 candidates): .. done
Processing candidates (2 candidates): . done
Checking integrity... done (0 conflicting)
Your packages are up to date.
Checking integrity... done (0 conflicting)
Nothing to do.
Checking all packages: ......... done
Nothing to do.
Nothing to do.
Starting web GUI...done.
Installation out of date. The update to opnsense-26.1.5 is required.
***DONE***
root@firewall01:~ # cat /etc/pkg/FreeBSD.conf
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
FreeBSD-kmods: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
Quote from: Monviech (Cedrik) on March 31, 2026, 11:33:46 AMCheck your repository configuration, if you added more than the standard OPNsense repository that might be your issue.
If you added more repos (which always is a manual shell operation) you should know where to look in the filesystem.
Quote from: nero355 on March 31, 2026, 03:08:28 PMQuote from: OPNenthu on March 31, 2026, 12:21:20 AMIt's the same crap like with Docker : https://github.com/containers/podman/blob/main/docs/tutorials/basic_networking.mdQuote from: nero355 on March 30, 2026, 11:00:56 PMPodman is just an alternative to Docker and something I don't feel like maintaining either :)That's the beauty of it: you don't manage anything. It manages itself, including updates. You don't touch a thing on the OS. From the user perspective it's just an app installer. You run it. It installs UOS. Done.
That wasn't the case in the past. You needed to install and maintain Docker yourself, as well as each container (MongoDB, Network) and their connections.
I don't need those additional Network Interfaces on my Host ;)
$ ip -4 a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: ens18: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
altname enp0s18
altname enxbc2411e2f30a
inet 192.168.1.116/24 brd 192.168.1.255 scope global dynamic noprefixroute ens18
valid_lft 73385sec preferred_lft 58071se
QuoteUniFi OS isn't just "Podman + containers"—it's a full appliance OS. It uses its own management layer to:
- deploy containers
- restart them
- control networking
- enforce updates
So even though Podman is underneath, you're not meant to interact with it directly like a normal host.