OPNsense Forum

Archive => 23.7 Legacy Series => Topic started by: maclinuxfree on October 27, 2023, 10:09:53 AM

Title: [solved] Suricata Error after upgrade 2.7.7_1
Post by: maclinuxfree on October 27, 2023, 10:09:53 AM
suricata   [100524] <Error> -- Hyperscan (hs) support for mpm-algo is not compiled into Suricata.
Title: Re: Suricata Error after upgrade 2.7.7_1
Post by: franco on October 27, 2023, 10:23:42 AM
Sorry, what?

# suricata --build | grep -i hyper

What does it say on your end?


Cheers,
Franco
Title: Re: Suricata Error after upgrade 2.7.7_1
Post by: maclinuxfree on October 27, 2023, 10:38:41 AM
suricata --build | grep -i hyper
  Hyperscan support:                       no
Title: Re: Suricata Error after upgrade 2.7.7_1
Post by: franco on October 27, 2023, 10:57:18 AM
I think you ended up pulling suricata 7.0.x from FreeBSD?

# suricata --build | grep -i -e hyper -e RELEASE
This is Suricata version 6.0.15 RELEASE
  Hyperscan support:                       yes

This is on 23.7.7.

If so, run:

# opnsense-revert suricata

Again FreeBSD repo is not good...


Cheers,
Franco