Hi,

I have upgraded the agent to 2.8 and *all is fine on agent*.

However, *updating the server throws the following*:

"Starting OSSEC HIDS v2.8 (by Trend Micro Inc.)...
*OSSEC analysisd: Testing rules failed. Configuration error. Exiting.*"

I have checked the ossec-control script and the path is OK:

#########################################################################################################################################################################
# Start function
start()
{
    SDAEMONS="${DB_DAEMON} ${CSYSLOG_DAEMON} ${AGENTLESS_DAEMON} 
ossec-maild ossec-execd ossec-analysisd ossec-logcollector ossec-remoted 
ossec-syscheckd ossec-monitord"
    
    echo "Starting $NAME $VERSION (by $AUTHOR)..."
    echo |* ${DIR}/bin/ossec-logtest* > /dev/null 2>&1;
    if [ ! $? = 0 ]; then
        echo "*OSSEC analysisd: Testing rules failed. Configuration error. 
Exiting.*"
        exit 1;
    fi    
    lock;
    checkpid;

#########################################################################################################################################################################

So, the PATH is OK. I have ossec-logtest in the correct location.

Any advice on this?

Thanks.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to