Search found 7 matches

by betweenbrain
01 May 2014, 17:51
Forum: General Discussion (csf)
Topic: [SOLVED] Excessive resource usage: mysql (mysqld_safe)
Replies: 10
Views: 21666

Re: Excessive resource usage: mysql (mysqld_safe)

My apologies for the delayed response.

Your last suggestion worked great, thanks!
by betweenbrain
22 Apr 2014, 09:06
Forum: General Discussion (csf)
Topic: [SOLVED] Excessive resource usage: mysql (mysqld_safe)
Replies: 10
Views: 21666

Re: Excessive resource usage: mysql (mysqld_safe)

Thanks. I was actually hoping to avoid that. Is there no way to ignore that one executable?
by betweenbrain
21 Apr 2014, 14:58
Forum: General Discussion (csf)
Topic: [SOLVED] Excessive resource usage: mysql (mysqld_safe)
Replies: 10
Views: 21666

[SOLVED] Excessive resource usage: mysql (mysqld_safe)

Since a recent package upgrade on a Debian 7 server, I have been receiving an excessive resource usage alert from LFD. Account: mysql Resource: Process Time Exceeded: 1857 > 1800 (seconds) Executable: /bin/dash Command Line: /bin/sh /usr/bin/mysqld_safe PID: 28390 (Parent PID:28390) Killed: No I've ...
by betweenbrain
25 Feb 2014, 17:20
Forum: Suggestions (csf)
Topic: LF_HTACCESS no longer working in recent versions
Replies: 17
Views: 16944

Re: LF_HTACCESS no longer working in recent versions

@Black Tiger - No, it does not stop after three attempts. I suspect that I will need to dig deeper into that aspect of things.

@ForumAdmin - Thanks. Looks like I need to add my own login failure tracking.
by betweenbrain
25 Feb 2014, 15:55
Forum: Suggestions (csf)
Topic: LF_HTACCESS no longer working in recent versions
Replies: 17
Views: 16944

Re: LF_HTACCESS no longer working in recent versions

In my case, I'm using nginx, which has a similar format of

Code: Select all

2014/02/25 15:53:41 [error] 1507#0: *42395 user "foo" was not found in ".htpasswd", client: 123.456.61.212, server: http://DOMAIN, request: "GET / HTTP/1.1", host: "DOMAIN"
by betweenbrain
25 Feb 2014, 14:44
Forum: Suggestions (csf)
Topic: LF_HTACCESS no longer working in recent versions
Replies: 17
Views: 16944

Re: LF_HTACCESS no longer working in recent versions

Hello loop,

You may be correct that LF_HTACCESS is no longer working correctly. I have been attempting to get it working with the most recent version without any luck. I've tried to replicate what you have any csf/lfd doesn't act on it.
by betweenbrain
21 Feb 2014, 14:05
Forum: Suggestions (csf)
Topic: detecting Nginx auth_basic login failures
Replies: 2
Views: 4108

Re: detecting Nginx auth_basic login failures

My apologies for bringing up an older thread, but was wondering if someone may be able to guide me on how to implement this. I have tried a few ways and am not having much success.

Thanks for any help that you can provide.