Project

General

Profile

Regression #16846

Updated by Marcos M 4 days ago

Using Suricata's XMLRPC sync results in alerts triggered on the primary node and PHP errors triggered on the secondary node. 

 Steps: 
 # Install Suricata on pfSense 26.03 or later. 
 # Go to Services > Suricata > Sync. 
 # Set @Enable Sync@ to @Sync to configured system backup server@. 
 # Click Save. 

 PHP errors: 
 <pre> 
 PHP Errors: 
 [15-May-2026 16:05:07 America/Mexico_City] PHP Parse error:    syntax error, unexpected identifier "suricata", expecting ")" in /usr/local/www/xmlrpc.php(141) : eval()'d code on line 14 
 [15-May-2026 16:05:10 America/Mexico_City] PHP Parse error:    syntax error, unexpected identifier "suricata", expecting ")" in /usr/local/www/xmlrpc.php(141) : eval()'d code on line 14 
 [15-May-2026 16:05:13 America/Mexico_City] PHP Parse error:    syntax error, unexpected identifier "suricata", expecting ")" in /usr/local/www/xmlrpc.php(141) : eval()'d code on line 14 
 [15-May-2026 16:05:15 America/Mexico_City] PHP Parse error:    syntax error, unexpected identifier "suricata", expecting ")" in /usr/local/www/xmlrpc.php(141) : eval()'d code on line 14 
 </pre>

Back