error event guard

dbbrito

Member
Oct 27, 2021
47
1
8
46
Hi friends, I installed Fusion on Debian 13 but I noticed that Event Guard isn't working even after following the steps in the documentation.
systemctl status event_guard
● event_guard.service - FusionPBX Event Guard
Loaded: loaded (/etc/systemd/system/event_guard.service; enabled; preset: enabled)
Active: active (running) since Mon 2026-03-02 12:32:20 UTC; 4min 41s ago
Invocation: 2bd226e3a5f14233a47da08f171ade02
Main PID: 1041 (php)
Tasks: 1 (limit: 2264)
Memory: 13.5M (peak: 15.5M)
CPU: 754ms
CGroup: /system.slice/event_guard.service
└─1041 /usr/bin/php /var/www/fusionpbx/app/event_guard/resources/service/event_guard.php

Mar 02 12:32:29 vultr php[1041]: [WARNING] Unable to connect to event socket
Mar 02 12:32:30 vultr php[1041]: [WARNING] Not connected to even socket

Thanks
 
The strangest thing I noticed is that when I run the commands:
iptables -P INPUT ACCEPT
and
iptables -F
then the event guard works, very strange.