Hello,
I found a problem with wazuh agent instalation in solaris.
when I make instalation in solaris, I see a service that dont should be there.
"svc:/exemple/wazuh-install:default"
After reboot, the service stay with state:
stest1:~# svcs -xv
svc:/site/wazuh-install:default (?)
State: maintenance since
2022-10-27T15:52:27
Reason: Start method failed repeatedly, last exited with status 127.
See:
http://support.oracle.com/msg/SMF-8000-KS See: /var/svc/log/site-wazuh-install:default.log
Impact: This service is not running.
root@test1:~#
Analysing the logs, i verify It stay maintenance because dont have files.
test1:~# cat /var/svc/log/site-wazuh-install:default.log
2022 Oct 27 15:52:27 Executing start method ("var/ossec/installation_scripts/
postinstall.sh"). ]
/usr/sbin/sh: var/ossec/installation_scripts/
postinstall.sh: not found
[
2022 Oct 27 15:52:27 Method "start" exited with status 127. ]
That service not should exist, It is bug from Wazuh? I am use last version wazuh-agent_v4.3.9-sol11-sparc.p5p
This problem make crash the solaris, occurs kernel panic.
how we can resolve it ?