Describe the issue:
rpm -ivh opensearch-dashboards-2.11.1-linux-x64.rpm
error: opensearch-dashboards-2.11.1-linux-x64.rpm: headerRead failed: hdr data: BAD, no. of bytes(17436324) out of range
error: opensearch-dashboards-2.11.1-linux-x64.rpm cannot be installed
@droughtyDew I’ve just tested and had no issues with OpenSearch Dashboards installation.
I’ve used a Fedora docker container for testing.
docker run -it fedora bash
[root@a76cf84fab78 /]# curl --output opensearch-dashboards-2.11.1-linux-x64.rpm https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.11.1/opensearch-dashboards-2.11.1-linux-x64.rpm
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 253M 100 253M 0 0 13.7M 0 0:00:18 0:00:18 --:--:-- 10.1M
[root@a76cf84fab78 /]#
[root@a76cf84fab78 /]#
[root@a76cf84fab78 /]# rpm -ivh opensearch-dashboards-2.11.1-linux-x64.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:opensearch-dashboards-2.11.1-1 ################################# [100%]
### NOT starting on installation, please execute the following statements to configure opensearch-dashboards service to start automatically using systemd
sudo systemctl daemon-reload
sudo systemctl enable opensearch-dashboards.service
### You can start opensearch-dashboards service by executing
sudo systemctl start opensearch-dashboards.service
### Upcoming breaking change in packaging
In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files
If you are configuring tools that require read access to the OpenSearch Dashboards configuration files, we recommend you add the user that runs these tools to the 'opensearch-dashboards' group
For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043
@droughtyDew As I mentioned before I used Fedora docker container. The latest version of the image.
docker run -it fedora bash
[root@48b02f9b614d /]# rpm version
RPM version 4.19.0
Copyright (C) 1998-2002 - Red Hat, Inc.
This program may be freely redistributed under the terms of the GNU GPL