Search found 4 matches

by bctrainers
03 Feb 2025, 09:13
Forum: Report Bugs (csf)
Topic: Cluster commands no longer functioning on Debian 12
Replies: 1
Views: 18117

Re: Cluster commands no longer functioning on Debian 12

Actually, this might be due to a flub in my configuration settings for CLUSTER_SENDTO and CLUSTER_RECVFROM. I am using a file for each of them, but somehow managed to be empty for a change. Repopulating it with proper data made the error go away on the cli. It might be wise to make the cluster sendt...
by bctrainers
03 Feb 2025, 09:01
Forum: Report Bugs (csf)
Topic: Cluster commands no longer functioning on Debian 12
Replies: 1
Views: 18117

Cluster commands no longer functioning on Debian 12

Greetings, in the past couple months, I had noticed that any cluster related commands issued on the CLI (possibly affecting cluster operations) are resulting in the following error: Can't locate object method "new" via package "Crypt::CBC" at /usr/sbin/csf line 812. On a fresh in...
by bctrainers
25 Jul 2024, 05:27
Forum: Suggestions (csf)
Topic: Log File Flooding Variable
Replies: 0
Views: 33263

Log File Flooding Variable

Greetings, within /etc/csf/lfd.pl, we have this little tidbit of code within the getlogfile section (between lines 2194 to 2248). if ($totlines > ($config{LF_PARSE} * 1000)) { my $text = "*Error* Log line flooding/looping in $logfile. Reopening log file"; logfile("$text"); if ($c...
by bctrainers
09 Jun 2012, 11:26
Forum: General Discussion (csf)
Topic: nginx and csf
Replies: 11
Views: 26210

nginx and csf

Hello, I've searched around for this however have not had much results. Does ConfigServer Firefall/LFD work with the nginx installation? Ever since I swapped over to nginx, CSF went silent on attack floods on the httpd. What do i need to provide to help get regular expressions created for the detect...