Issue with csf.pignore

Post Reply
nobim
Junior Member
Posts: 1
Joined: 27 Jul 2017, 07:13

Issue with csf.pignore

Post by nobim »

Hi Guys,

I',m running centos 7 and directadmin with csf.
I cannot seem to get mysql-safe excluded.
The following message keeps comming:

Time: Thu Jul 27 09:27:10 2017 +0200
Account: mysql
Resource: Process Time
Exceeded: 2201401 > 1800 (seconds)
Executable: /usr/bin/bash
Command Line: /bin/sh /usr/bin/mysqld_safe --basedir=/usr
PID: 946 (Parent PID:946)
Killed: No

In csf.pignore I've added the following lines:

exe:/usr/bin/mysqld_safe
exe:/usr/bin/mysqld

Does anyone have any idea or tip?
Sergio
Junior Member
Posts: 1714
Joined: 12 Dec 2006, 14:56

Re: Issue with csf.pignore

Post by Sergio »

Try to use:
user:mysql

instead of the 2 exes that you wrote.
Post Reply