Daniel Folch
Daniel Folch
## Update With the modifications applied here: https://github.com/wazuh/wazuh/commit/25d95af9e7fe2329bebb011b1bd59cb934c13429 The remaining warnings that appear while building the package are the following: ``` wazuh-installer.wxs C:\wazuh-14716-msi-messages\src\win32\wazuh-installer.wxs(35) : warning CNDL1006 : Property 'OS_VERSION' does...
## Update Modified SPEC files to contain the right binaries when generating debug packages: ``` [root@rhel9 vagrant]# yum install ./wazuh-manager-4.3.8-2.debug.x86_64.rpm ... Installed: wazuh-manager-4.3.8-2.debug.x86_64 Complete! [root@rhel9 vagrant]# readelf -S /var/ossec/bin/wazuh-analysisd |...
## Update This issue appears when enabling the service in RHEL9 ``` [root@rhel9 vagrant]# systemctl enable wazuh-agent Synchronizing state of wazuh-agent.service with SysV service script with /usr/lib/systemd/systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable...
## Update Fixed errors reported here: https://github.com/wazuh/wazuh-qa/issues/3400#issuecomment-1274491747 1. The values of WAZUH_MANAGER do not follow the specified order, causing inconsistencies [e1608d8](https://github.com/wazuh/wazuh/pull/15038/commits/e1608d82b877187136314ba1f613a7d34f83a44e) Order is maintained unless the user introduces the same...
## Update Test packages with the latest changes. Fix error that caused the config-profile to be misplaced in windows packages and remove an extra empty line after the server blocks....
## Update Fixed issues reported here: https://github.com/wazuh/wazuh-qa/issues/3400#issuecomment-1280641862 - [x] `/var/ossec/packages_files/agent_installation_scripts/src/init/register_configure_agent.sh: line 339: [: too many arguments` [7b05541](https://github.com/wazuh/wazuh/pull/15038/commits/7b05541aa1155070ac428a0fbea0c1912b1018b2) - [x] `Microsoft VBScript runtime error: Subscript out of range: 'i' Line 86,...
## Update Apply changes proposed in last comment: [7d38f36](https://github.com/wazuh/wazuh/commit/7d38f36f0818a537e209d699631f26e689d5f667) ## Tests ### Windows ### Multiple addresses no protocol Command ``` PS C:\Users\Administrator\Downloads> .\wazuh-agent-4.4.0-0.commit7d38f36.msi WAZUH_MANAGER="10.0.0.2,10.0.0.2" ``` Resulting configuration ``` 10.0.0.2 1514...
## Update Fix issues reported here, in this commit [f50e50c](https://github.com/wazuh/wazuh/pull/15038/commits/f50e50c7f121e1173003372bc1b81a96c2646bc5): https://github.com/wazuh/wazuh-qa/issues/3400#issuecomment-1288937092 Test installation with deployment variables. **Command:** `.\wazuh-agent.msi /q WAZUH_MANAGER="1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9,,,,,,,,,,,1,12"` **Resulting configuration** ``` 1 1514 tcp 2 1514 tcp 3...
## Update Investigate the changes requested here: https://github.com/wazuh/wazuh-qa/issues/3400#issuecomment-1288937092 The changes requested were not necessary as the results of the test were in accordance with the requirements proposed for the issue...
## Update We were reported that the resulting configuration differed in Linux and windows and it was solved here: https://github.com/wazuh/wazuh/pull/15038/commits/745089577d88eed0a9ce522743051993ae14fb0b Tested packages generated with latest changes.