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

CentOS / RHEL installs of ArangoDB failing #20564

Open
GDarkens opened this issue Jan 29, 2024 · 1 comment
Open

CentOS / RHEL installs of ArangoDB failing #20564

GDarkens opened this issue Jan 29, 2024 · 1 comment

Comments

@GDarkens
Copy link

My Environment

  • ArangoDB Version: 3.10.4 (All 3.10 impacted)
  • Deployment Mode: Single Server
  • Deployment Strategy: ArangoDB Starter
  • Infrastructure: AWS EC2 Amazon Linux 2
  • Operating System: Amazon Linux 2 (RHEL 7)
  • Total RAM in your machine: 16GB
  • Disks in use: 2x Raid 0 SSDs
  • Used Package: RPM / Yum

Affected feature:
Installation

Issue:
Hi all,

Attempting to install ArangoDB 3.10 via Yum has caused issues recently. Active Arango instances on this version have Yum issues relating to the ArangoDB repo, and fresh installs of these versions on Amazon Linux as well.
Steps followed are those described here, but for the 3.10 repo instead:
https://arangodb.com/download-major/centos/

Steps to reproduce

  1. cd /etc/yum.repos.d/
  2. curl -OL https://download.arangodb.com/arangodb310/RPM/arangodb.repo
  3. yum -y install arangodb3-3.10.4-1.0

Problem:
Yum will now fail with error:
"One of the configured repositories failed (Unknown)" and yum doesn't have enough cached data to continue.

Expected result:
Yum package should install and Yum remain operational.

@Hrimnir
Copy link

Hrimnir commented Mar 22, 2024

Seems the 3.10 RPM repo is broken:

From: https://download.arangodb.com/arangodb310/RPM/repodata/

4755d72e05f47024e53b2ee49ee6914c991941267c14c1ad532fc5b86eb86972-filelists.sqlite.bz2 2024-01-27 02:54 14 4755d72e05f47024e53b2ee49ee6914c991941267c14c1ad532fc5b86eb86972-other.sqlite.bz2 2024-01-27 02:54 14 4755d72e05f47024e53b2ee49ee6914c991941267c14c1ad532fc5b86eb86972-primary.sqlite.bz2 2024-01-27 02:54 14

Filesize for the above files are 14 bytes for the 3.10 repo, while for the 3.11 repo the corresponding files are ~500KB, ~4KB and 44KB, respectively.

Seems both the 3.11 and 3.9 repos are working as expected.

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

No branches or pull requests

2 participants