>>> Setting up /usr/core copy in /usr/obj/usr/tools/config/17.1/OpenSSL:amd64fatal: ambiguous argument 'stable/17.1': unknown revision or path not in the working tree.Use '--' to separate paths from revisions, like this:'git <command> [<revision>...] -- [<file>...]'*** Error code 128Stop.make: stopped in /usr/tools
core.git's stable/17.1 branch was added a few days ago, simply do:# cd /usr/core && git pullCheers,Franco
Hey Solaris,Some packages changed, some got renamed in FreeBSD (openvpn -> openvpn23), which can only be tied together in points where we release a version like 17.1.b or the upcoming 17.1.r1 next week.I think most of your trouble can be fixed with:# make upgrade CORE_ABI=17.1I expect the shifting of build bits to stop once 17.1.r1 (17.1-RC1) is out, because then it will be a full build like 16.7 has been for the last couple of months.Cheers,Franco
root@TDE-Core-Router:/usr/core # make upgrade CORE_ABI=17.1/usr/core/+POST_INSTALL -> /usr/core/work/src/+POST_INSTALL/usr/core/+PRE_DEINSTALL -> /usr/core/work/src/+PRE_DEINSTALL>>> Missing dependency: openvpn23*** Error code 1Stop.make[1]: stopped in /usr/core*** Error code 1Stop.make: stopped in /usr/coreroot@TDE-Core-Router:/usr/core #
Which update do you speak of?Maybe simply this bug?https://github.com/opnsense/core/issues/1848Fix via:# rm /var/run/suricata.pidWe are fixing this in FreeBSD very soon. Suricata also needs updating to 4.0.1.Cheers,Franco