[Bug 248656] security/wazuh-agent: ossec-syscheckd fails with '/var/ossec/queue/fim/db/fim.db': unable to open database file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 14 13:24:58 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248656
Bug ID: 248656
Summary: security/wazuh-agent: ossec-syscheckd fails with
'/var/ossec/queue/fim/db/fim.db': unable to open
database file
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: fzipitria at perceptyx.com
CC: m.muenz at gmail.com
CC: m.muenz at gmail.com
Flags: maintainer-feedback?(m.muenz at gmail.com)
root@<myhost>:/var/ossec # tail logs/ossec.log
2020/08/13 12:59:22 ossec-syscheckd: INFO: (6206): Ignore 'file' entry
'/var/ossec/var'
2020/08/13 12:59:22 ossec-syscheckd: INFO: (6206): Ignore 'file' entry
'/var/ossec/tmp'
2020/08/13 12:59:22 ossec-syscheckd: INFO: (6206): Ignore 'file' entry
'/var/ossec/stats'
2020/08/13 12:59:22 ossec-syscheckd: INFO: (6207): Ignore 'file' sregex
'.log$|.swp$'
2020/08/13 12:59:22 ossec-syscheckd: ERROR: Couldn't create SQLite database
'/var/ossec/queue/fim/db/fim.db': unable to open database file
2020/08/13 12:59:22 ossec-syscheckd: CRITICAL: (6698): Creating Data Structure:
sqlite3 db. Exiting.
2020/08/13 12:59:51 ossec-agentd: INFO: Agent is restarting due to shared
configuration changes.
2020/08/13 12:59:52 ossec-agentd: INFO: (1225): SIGNAL [(15)-(Terminated)]
Received. Exit Cleaning...
2020/08/13 12:59:52 ossec-execd: INFO: (1314): Shutdown received. Deleting
responses.
2020/08/13 12:59:52 ossec-execd: INFO: (1225): SIGNAL [(15)-(Terminated)]
Received. Exit Cleaning...
Creating the directory solves this problem:
mkdir -p /var/ossec/queue/fim/db
chown -R ossec:ossec /var/ossec/queue/fim
So I guess this could be done by the package itself. Will send a patch.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list