Greetings-

Fresh install with 2.05 dev on Precise running on VM Ware 5.x (8GB Ram vCPU).

Seeing a new email alert every 10 min with the following:
Error: Failed to detect code [brWJKW0yZB6KzbKE3izl6Hots0] in SYSLOG_LOG [/var/log/messages]

Code value is different on every message.

_CUSTOM_CONFIG_CSF=NO

Peace,
Michael Clendening

Comments

Anonymous’s picture

This link seems to be pointing in the right direction as it relates to this problem. Looks to be mainly a Precise issue:
http://forum.configserver.com/viewtopic.php?f=6&t=5805

Peace,
Michael Clendening

Anonymous’s picture

Status: Active » Needs review

After a little research, and an pretty good introduction to Ubuntu sys logging, the problem was resolved by uncommenting the following lines from the /etc/rsyslog.d/50-default.conf file and restarting the rsyslog service:

*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none

Peace,
Michael Clendening

Anonymous’s picture

More particular to Precise, I had to format the changes in the rsyslog.conf file like this to get it to work (shouldn't have to do that, maybe had a space somewhere):

*.=info;*.=notice;*.=warn;auth,authpriv.none;cron,daemon.none;mail,news.none -/var/log/messages

Peace,
Michael Clendening

jeremyr’s picture

I'm having this problem too. Fresh install of BOA on Ubuntu 12.04 64bit.

I've tried the above steps in #2 and #3 but no luck.

jeremyr’s picture

I think I figured out my problem. Prior to finding this post I manually created the file, I assumed it was having a problem because it didn't exist. I realized that the file permissions were not set and I fixed them. Haven't seen the Syslog error since.

omega8cc’s picture

Status: Needs review » Fixed

It is better to disable this check then - committed in http://drupalcode.org/project/barracuda.git/commit/d3f7f2e

Thanks for the heads up!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.