You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output when trying to install the indexer is the following:
root@ubuntu-jammy:~# bash wazuh-install.sh --offline-installation --wazuh-indexer node-129/07/2024 12:53:13 INFO: Starting Wazuh installation assistant. Wazuh version: 4.9.029/07/2024 12:53:13 INFO: Verbose logging redirected to /var/log/wazuh-install.log29/07/2024 12:53:13 INFO: Checking installed dependencies for Offline installation.29/07/2024 12:53:14 INFO: Verifying that your system meets the recommended minimum hardware requirements.29/07/2024 12:53:22 INFO: --- Dependencies ----29/07/2024 12:53:22 INFO: Installing apt-transport-https.29/07/2024 12:53:22 ERROR: Cannot install dependency: apt-transport-https.29/07/2024 12:53:22 INFO: --- Removing existing Wazuh installation ---29/07/2024 12:53:22 INFO: Wazuh GPG key not found in the system29/07/2024 12:53:22 INFO: Installation cleaned. Check the /var/log/wazuh-install.log file to learn more about the issue.
But installing the package with apt seems to work fine:
root@ubuntu-jammy:~# apt install -y apt-transport-httpsReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneThe following NEW packages will be installed: apt-transport-https0 upgraded, 1 newly installed, 0 to remove and 114 not upgraded.Need to get 1510 B of archives.After this operation, 170 kB of additional disk space will be used.Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.12 [1510 B]Fetched 1510 B in 0s (4331 B/s) Selecting previously unselected package apt-transport-https.(Reading database ... 64005 files and directories currently installed.)Preparing to unpack .../apt-transport-https_2.4.12_all.deb ...Unpacking apt-transport-https (2.4.12) ...Setting up apt-transport-https (2.4.12) ...Scanning processes... Scanning linux images... Running kernel seems to be up-to-date.No services need to be restarted.No containers need to be restarted.No user sessions are running outdated binaries.No VM guests are running outdated hypervisor (qemu) binaries on this host.
So, the purpose of this issue is to investigate if this error depends on us (Wazuh) and, if so, check if the problem persists on other installation methods and fix the problem.
The text was updated successfully, but these errors were encountered:
Related: #3057
While working on the related issue, I was installing a Wazuh AIO using the Offline Installation Assistant.
First, I proceeded with the prerequisites step. Related documentation: https://documentation-dev.wazuh.com/v4.9.0-alpha3/deployment-options/offline-installation/index.html
Then, I followed the installation using the assistant. Related documentation: https://documentation-dev.wazuh.com/v4.9.0-alpha3/deployment-options/offline-installation/installation-assistant.html
The output when trying to install the indexer is the following:
But installing the package with
apt
seems to work fine:So, the purpose of this issue is to investigate if this error depends on us (Wazuh) and, if so, check if the problem persists on other installation methods and fix the problem.
The text was updated successfully, but these errors were encountered: