Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - durgesh

#1
Hi Maurice,
Thank you, I imported your VM image on pi5 8GB and it worked fine.

I will open an issue on https://github.com/opnsense/update.


Thanks again for wonderful work.
#2
Hi Maurice,

First of all, thank you for your excellent work on bringing OPNsense to ARM64. I've been successfully running OPNsense 26.1 on a Raspberry Pi 5 (8 GB) inside an Incus VM with two virtual NICs (WAN and LAN) connected to separate VLANs, and it has been working very well.

I recently tried installing OPNsense 26.7 on a fresh FreeBSD 15.1-RELEASE-p1 (PkgBase) ARM64 installation using the documented bootstrap method:

fetch https://raw.githubusercontent.com/opnsense/update/master/src/bootstrap/opnsense-bootstrap.sh.in
sh ./opnsense-bootstrap.sh.in -r 26.7 -A maurice-w -R opnsense-core

During the pkg delete -fa phase, the bootstrap fails with:

ld-elf.so.1: Shared object "libcrypto.so.35" not found, required by "certctl"
pkg: POST-DEINSTALL script failed

The bootstrap then continues removing packages until even basic utilities are gone, eventually resulting in errors such as:

rm: not found

At that point, the FreeBSD installation is no longer usable.

I reproduced the issue multiple times on a clean installation and also captured a full sh -x bootstrap log if it would be helpful.

Is there an additional step required for FreeBSD 15.1/26.7, or could this be a regression in the bootstrap process?

Thank you again for all the work you put into maintaining these ARM64 builds.

Best regards,
Durgesh