OPNsense Forum

English Forums => General Discussion => Topic started by: nasta on May 15, 2019, 10:00:30 am

Title: [SOLVED] configd.py - unable to sendback response
Post by: nasta on May 15, 2019, 10:00:30 am
Hi,

I configure the HA for my OPNsense (19.1.7) cluster.
I've define :
- Pfsync subnet with interface
- VLAN LAN interface with CARP VIP
- I've enable the HA module with XMLRPC sync

I've several notifications with :

Code: [Select]
05-14-19 18:20:59 [ An error occurred while attempting XMLRPC sync with username root and https://192.168.1.1/xmlrpc.php fetch error. remote host down? ]
For the test, I use the root user.
192.168.1.1 ping OK to 192.168.1.2
192.168.1.2 ping OK to 192.168.1.1

In the backend log, I found this log :

Code: [Select]
OPNsense configd.py: unable to sendback response [OK ] for [filter][sync][['load']] {fb51c606-8ac0-4d35-bb0e-a42689abe9ce}, message was Traceback (most recent call last): File "/usr/local/opnsense/service/modules/processhandler.py", line 203, in run self.connection.sendall('%s\n' % result) File "/usr/local/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 32] Broken pipe
Someone have an idea for this problem ?

Thanks

EDIT :

Problem with XMLRPC config