Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of information with the installation assistant #83

Closed
joaquinsgi opened this issue Sep 27, 2024 · 1 comment · Fixed by #92 or wazuh/wazuh-documentation#7830
Closed

Lack of information with the installation assistant #83

joaquinsgi opened this issue Sep 27, 2024 · 1 comment · Fixed by #92 or wazuh/wazuh-documentation#7830
Assignees
Labels
level/task Task issue type/enhancement Enhancement issue

Comments

@joaquinsgi
Copy link
Member

Wazuh version Component Install type Install method Platform
4.8.2 Installation All Packages Ubuntu 22.04

Description

Resolving the following issue: wazuh/wazuh#25499, a lack of information regarding the architecture compatibility of a system has been found with the output of the installation assistant, as when it shows that the system is incompatible with the installation, it states that it must be run on a 64-bit system, but it does not specify whether it should be ARM64 or x86_64/AMD64.

@joaquinsgi joaquinsgi added type/enhancement Enhancement issue level/task Task issue labels Sep 27, 2024
@joaquinsgi joaquinsgi transferred this issue from wazuh/wazuh Sep 27, 2024
@rauldpm rauldpm transferred this issue from wazuh/wazuh-packages Sep 27, 2024
@c-bordon c-bordon assigned Enaraque and davidcr01 and unassigned CarlosALgit and Enaraque Oct 2, 2024
@davidcr01
Copy link
Contributor

Update Report

The correct architecture will be displayed at the beggining of the installation, as well as when the architecture is not supported:

[root@ip-172-31-21-245 ec2-user]# bash wazuh-install.sh -a -v
02/10/2024 13:31:01 DEBUG: Checking root permissions.
02/10/2024 13:31:01 DEBUG: Checking sudo package.
02/10/2024 13:31:01 INFO: Starting Wazuh installation assistant. Wazuh version: 4.10.1 (x86_64/AMD64)
02/10/2024 13:31:01 INFO: Verbose logging redirected to /var/log/wazuh-install.log
02/10/2024 13:31:01 DEBUG: YUM package manager will be used.
02/10/2024 13:31:01 DEBUG: Checking system distribution.
02/10/2024 13:31:01 DEBUG: Detected distribution name: amzn
02/10/2024 13:31:01 DEBUG: Detected distribution version: 2
02/10/2024 13:31:01 DEBUG: Installing check dependencies.
02/10/2024 13:31:02 DEBUG: Checking Wazuh installation.
02/10/2024 13:31:02 DEBUG: Checking system architecture.
02/10/2024 13:31:02 ERROR: Uncompatible system. This script must be run on a 64-bit (x86_64/AMD64) system.
[root@ip-172-31-21-245 ec2-user]# 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/enhancement Enhancement issue
Projects
None yet
5 participants