Actions
Support #2575
closedPermission denied opening suricata-command.socket on CentOS 7 using EPEL packages
Status:
Closed
Priority:
Normal
Assignee:
-
Affected Versions:
Label:
Description
When using suricata packages on CentOS 7 from EPEL, the following error is seen in the suricata.log file:
Unix socket: UNIX socket bind(/var/run/suricata/suricata-command.socket) error: Permission denied Unable to create unix command socket
On this platform suricata is run as user 'suricata', but /run/suricata has ownership root:root, so it cannot create the socket file. This is set in '/usr/lib/tmpfiles.d/suricata.conf'.
Updated by B Mathis over 6 years ago
To resolve this error, update /usr/lib/tmpfiles.d/suricata.conf
d /run/suricata 0775 root suricata -
Updated by Victor Julien over 6 years ago
- Status changed from New to Closed
The EPEL packages have their own bug tracker at Redhat. Jason Taylor added it here: https://bugzilla.redhat.com/show_bug.cgi?id=1614935
Updated by Jason Taylor over 6 years ago
This is also being tracked under, https://bugzilla.redhat.com/show_bug.cgi?id=1614935
A new build should be out in the near future to resolve this issue.
Actions