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

Added architecture information to assistant #92

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

davidcr01
Copy link
Contributor

@davidcr01 davidcr01 commented Oct 2, 2024

Descrption

Closes: #83
The aim of this PR is to add more information about the supported architecture when performing an installation using the Wazuh installation assistant.

With this new development, it is clarified that the supported architecture is x86_64/AMD64.

[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]# 

@davidcr01 davidcr01 requested review from wazuh-devel-devops and a team and removed request for wazuh-devel-devops October 2, 2024 13:36
@davidcr01 davidcr01 self-assigned this Oct 2, 2024
@davidcr01 davidcr01 linked an issue Oct 2, 2024 that may be closed by this pull request
@c-bordon c-bordon merged commit 99f78c3 into 4.10.1 Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lack of information with the installation assistant
3 participants