Search found 6 matches

by ladylinux
25 Jun 2019 19:07
Forum: 4.x Bugs
Topic: mariadb high cpu issue
Replies: 5
Views: 9156

Re: mariadb high cpu issue

Hello,

Sorry I been away.

I put mine in /etc/my.cnf.d/mariadb-server.cnf

You also need to make sure that /etc/my.cnf is set to parse this dir.

#
# This group is read both both by the client and the server
# use it for options that affect everything
#
[client-server]

#
# This group is read by ...
by ladylinux
16 Jun 2019 10:38
Forum: 4.x Bugs
Topic: mariadb high cpu issue
Replies: 5
Views: 9156

Re: mariadb high cpu issue

Hello,

Did you switch off name resolution in either /etc/my.cf or /etc/my.cnf.d/server.cf

viewtopic.php?f=13&t=2938&start=25#p14195

Ladylinux
by ladylinux
06 Jun 2019 15:13
Forum: Discussion
Topic: Alternative to Spamassassin
Replies: 2
Views: 8176

Re: Alternative to Spamassassin

Hello,

Not sure about that one as its not been updated in a couple years as far as the open source version and more worrying is that its directly linked to a commercial product SpamExperts.

https://github.com/SpamExperts/OrangeAssassin

Seems its open source "Development" ceased about the time ...
by ladylinux
30 May 2019 14:42
Forum: 3.x Bugs
Topic: mysql overloading system cpu/IO
Replies: 34
Views: 99661

Re: mysql overloading system cpu/IO

Hello,

Centos 7 EFA 4

I added this to mysql and load went from 100% to almost nothing.

skip-name-resolve

I can't imagine since this is only for EFA why anyone would do host name lookups with Mysql

LadyLinux
by ladylinux
27 May 2019 12:19
Forum: 4.x Bugs
Topic: PDF are blocked
Replies: 4
Views: 5182

Re: PDF are blocked

Hello,

This seems to be a false positive as I am even getting this from my Spamexperts PDF reports now

I guess a Clamav update in a day or so should resolve it.

Francesca
by ladylinux
25 May 2019 15:38
Forum: How-to
Topic: Training Bayes Script
Replies: 1
Views: 3501

Re: Training Bayes Script

Hello,

Nice script thanks.

You have a "Top" command at the bottom of the script that should be "top" and also at least on Centos 7 you need to install the bc rpm which in my case is not present.

Restarting spamassassin (via systemctl): [ OK ]
./bayeslearn.sh: line 48: bc: command not found ...