ports
ports copied to clipboard
OPNsense ports on top of FreeBSD
Hi, while trying to compile OPNsense 22.7 for Raspberry Pi on a Raspberry Pi 4, I encountered an error with gmake compiling net-mgmt/netdata: ``` ===> netdata-1.36.0 depends on shared library:...
I tried compiling "make arm DEVICE="RPI"" on a raspberry pi 4 and the build process seems to try compiling openssl several times, but runs into problems: ``` ===> Returning to...
Hi, when i compiled with sudo env ROOTDIR=/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ make -j4 packages DEVICE=ARM64 , FreeBSD 13.1 have problem with this ``` Compiling '/usr/obj/media/ST3000DM007-1WY10G_ZTT0SM4Q_p1/code/ports/lang/python39/work/stage/usr/local/lib/python3.9/sunau.py'... Process ForkProcess-5: Process ForkProcess-11: Process ForkProcess-1: Traceback (most...
Hi, I try to build a RPI image on a raspberry pi 4 and if I understand the build process correctly, then opnsense tools will fetch its packets from opnsense/ports...
Hello, I am a user of OPNsense - and a big fan! I have been puzzling over a question: Why does the DHCP server in OPNsense not create an entry...
Hi, when i compiled with `sudo env ROOTDIR=/tmp/opnsense make -j4 packages DEVICE=ARM64` have problem with this ``` Process ForkProcess-5: Traceback (most recent call last): File "/usr/obj/tmp/opnsense/ports/lang/python38/work/stage/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap...
Cisco's AnyConnect remains one of the reasons why people still deploy ASAs, and it would be great to use OPNSense to replace that function (along with the devices which currently...
The HardenedBSD ports tree [already includes Postfix 3.6.0](https://github.com/HardenedBSD/ports/commit/917dd373939553b4304d35cff0c5d2dbc9c5786a#diff-3324f274faf5d09c105bb28741005940061323be3e4dceeff0d1ffe7c8faca0e). In order to include this version in OPNsense, we require OpenSSL and LibreSSL compatibility. As stated in [Postfix' 3.6.0 release notes](http://www.postfix.org/announcements/postfix-3.6.0.html), it...
`node_exporter` runs as user `nobody`, while the similar sysutil `telegraph` runs on its own user. That is in general not a problem but it prevents to implement TLS and auth...
miniupnpd has had various fixes and improvements made to it over the last couple of years that are missing from the version released for OPNsense. Unfortunately I don't think FreeBSD...