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

EL8.5 zfs repo for ARM64 returns 403 Access Denied #13266

Closed
mightyspiky opened this issue Mar 29, 2022 · 2 comments
Closed

EL8.5 zfs repo for ARM64 returns 403 Access Denied #13266

mightyspiky opened this issue Mar 29, 2022 · 2 comments
Labels
Type: Defect Incorrect behavior (e.g. crash, hang)

Comments

@mightyspiky
Copy link

mightyspiky commented Mar 29, 2022

System information

Type Version/Name
Distribution Name Oracle Linux
Distribution Version 8.5
Kernel Version
Architecture ARM64
OpenZFS Version

Describe the problem you're observing

It seems ZFS is not available on RHEL and derivatives on ARM64 with 8.5 or 8.4 repo. From the same host, I can wget the repomd.xml file of x86_64 arch without problem.

Describe how to reproduce the problem

[root@carny ~]# dnf install zfs
ZFS on Linux for EL8 - dkms 182 B/s | 243 B 00:01
Errors during downloading metadata for repository 'zfs':
-Status code: 403 for http://download.zfsonlinux.org/epel/8.5/aarch64/repodata/repomd.xml (IP: 52.218.250.169)
Error: Failed to download metadata for repo 'zfs': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[root@carny ~]#

Include any warning/errors/backtraces from the system logs

@mightyspiky mightyspiky added the Type: Defect Incorrect behavior (e.g. crash, hang) label Mar 29, 2022
@behlendorf
Copy link
Contributor

RHEL repositories are only provided for x86_64. However, you can locally build packages for other architectures.

https://openzfs.github.io/openzfs-docs/Getting%20Started/RHEL-based%20distro/index.html
https://openzfs.github.io/openzfs-docs/Developer%20Resources/Custom%20Packages.html

@mightyspiky
Copy link
Author

Oops, sorry. Thanks for the response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Defect Incorrect behavior (e.g. crash, hang)
Projects
None yet
Development

No branches or pull requests

2 participants