Error: Bayes corpus not found

Community forum to discuss cxs.
If you believe that there is a problem with your cxs installation and want support then, as a paid product, you should use the helpdesk after having consulted the documentation.
Post Reply
batoo
Junior Member
Posts: 4
Joined: 10 Oct 2015, 08:02

Error: Bayes corpus not found

Post by batoo »

Anyone know why im getting "Error: Bayes corpus not found" errors?


My cxswatch.log contains lines with:

Code: Select all

Oct 12 00:28:44 localhost cxswatch[31369]: TERM
Oct 12 00:28:44 localhost cxswatch[31369]: daemon stopped
Oct 12 00:28:44 localhost cxswatch[31465]: Startup...
Oct 12 00:28:44 localhost cxswatch[31465]: (/usr/sbin/cxs --allusers --baction high --bayes --breport medium --clamdsock /var/run/clamd.scan/clamd.sock --defapache apache --doptions Mv --exploitscan --nofallback --filemax 10000 --nohtml --ignore /etc/cxs/cxs.ignore --options mMOLfSGchRD --qoptions MBhv --quarantine /quarantine --quiet --sizemax 500000 --nossl --nosummary --nosversionscan --timemax 30 --uidmax 65535 --uidmin 1000 --virusscan --voptions mfhT --Wmaxchild 3 --Wrateignore 0 --Wrefresh 7 --Wsleep 3 --Wstart --xtra /etc/cxs/cxs.xtra)
Oct 12 00:28:44 localhost cxswatch[31465]: Starting 3 children...
Oct 12 00:28:44 localhost cxswatch[31465]: Setting up Watch Points...
Oct 12 00:28:44 localhost cxswatch[31468]: Child 3: Bayes corpus error - Error: Bayes corpus not found
Oct 12 00:28:44 localhost cxswatch[31468]: Child 3 running
Oct 12 00:28:44 localhost cxswatch[31467]: Child 2: Bayes corpus error - Error: Bayes corpus not found
Oct 12 00:28:44 localhost cxswatch[31467]: Child 2 running
Oct 12 00:28:44 localhost cxswatch[31466]: Child 1: Bayes corpus error - Error: Bayes corpus not found
Oct 12 00:28:44 localhost cxswatch[31466]: Child 1 running

My cxswatch.sh contains:
/usr/sbin/cxs --Wstar --exploitscan --virusscan --nosversionscan --bayes -I /etc/cxs/cxs.ignore -X /etc/cxs/cxs.xtra -Q /quarantine --options mMOLfSGchRD --voptions mfhT --qoptions MBhv --nosummary --nohtml --nossl -S 500000 -F 10000 -C /var/run/clamd.scan/clamd.sock --nofallback --allusers
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: Error: Bayes corpus not found

Post by ForumAdmin »

You need to download it first:

Code: Select all

cxs --bget
Post Reply