Hi,
got small error, no impact, just looking how to fix it.
1. I have SD card with UFS, upgraded to 24.7.6 from previous version -> no error.
2. new install
- took new SD card and put ZFS. Installed 24.7
- load old config from 24.7 hotfix 5 to get internet quickly
- upgraded to 24.7.6
- install missing packages
- restore config for 24.7.6 from SD card 1
All works, except error below. I think it showed up after the install of 24.7.
Error:
Traceback (most recent call last):
File "/usr/local/opnsense/scripts/system/certctl.py", line 203, in <module>
cmds[sys.argv[1]]()
File "/usr/local/opnsense/scripts/system/certctl.py", line 160, in cmd_rehash
os.symlink(src_filename, dst_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/certs/untrusted/Staat_der_Nederlanden_c' -> '/etc/ssl/blacklisted/03179a64.0'
It looks like the blacklisted dir is missing. Is there a way to fix this? thx
same error here.
I am also on a fresh install.
Seems like creating /etc/ssl/blacklisted fixes the issue.
Sorry, this slipped through while testing 24.7.6 due to not being tested with new images, but then quickly showed up for 24.10 testing. FreeBSD 14 acutally changed the directory name and the new name has to be used now.
# opnsense-patch https://github.com/opnsense/core/commit/b72c6087a
(this will be fixed in 24.7.7 this week)
Cheers,
Franco