Closed gj12 closed 8 years ago
I can't start ossec after upgrading an old install with the master from github:
root@lab56:~/ossec-hids$ /var/ossec/bin/ossec-control start Starting OSSEC HIDS v2.8 (by Trend Micro Inc.)... Started ossec-maild... Started ossec-execd... Started ossec-analysisd... Started ossec-logcollector... 2016/05/24 12:44:39 ossec-syscheckd(1210): ERROR: Queue '/var/ossec/queue/ossec/queue' not accessible: 'Connection refused'. 2016/05/24 12:44:39 rootcheck(1210): ERROR: Queue '/var/ossec/queue/ossec/queue' not accessible: 'Connection refused'. 2016/05/24 12:44:47 ossec-syscheckd(1210): ERROR: Queue '/var/ossec/queue/ossec/queue' not accessible: 'Connection refused'. 2016/05/24 12:44:47 rootcheck(1210): ERROR: Queue '/var/ossec/queue/ossec/queue' not accessible: 'Connection refused'. 2016/05/24 12:45:00 ossec-syscheckd(1210): ERROR: Queue '/var/ossec/queue/ossec/queue' not accessible: 'Connection refused'. 2016/05/24 12:45:00 rootcheck(1211): ERROR: Unable to access queue: '/var/ossec/queue/ossec/queue'. Giving up.. ossec-syscheckd did not start correctly. root@lab56:~/ossec-hids$
This is because of #853 so I'm going to merge this into that issue.
chown -R ossec /var/ossec
It works vortex8300 thankyou. Finally I can start the services. Regards
It works; thanks.
I can't start ossec after upgrading an old install with the master from github: