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

This system is not registered to Red Hat Subscription Management. #78

Open
codes4humanity opened this issue Oct 17, 2022 · 3 comments
Open

Comments

@codes4humanity
Copy link

image
image
image

Error Messages :

  1. This system is not registered to Red Hat Subscription Management.
  2. repo: No match for argument: sshpass repo: Error: Unable to find a match: sshpass
    The SSH command responded with a non-zero exit status. Vagrant

I am facing the above errors when executing vagrant up. Server two installed successfully but repo and server 1 installation will not complete.

@nzlv
Copy link

nzlv commented Oct 27, 2022

Same issue here, anyone can help?

@TARideout
Copy link

TARideout commented Jan 1, 2023

It looks like the first error requires a Red Hat account to apply the subscription to the RHEL 8 client. The terminal command for a quick registered subscription (using your Red Hat account) is this:

subscription-manager register --username --password --auto-attach

Also, the sshpass repo can only be used after it is enabled using the subscription manager:

subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

I tried using these commands in line 65 of the Vagrantfile and still got the same error messages as you did @codes4humanity :

vagrant-rhel8-register-issue

Does anyone else have any recommendations for troubleshooting this issue?

@Galigen
Copy link

Galigen commented Jun 18, 2023

Try putting this in there instead. I had the same issue but this line let me get past that point
Capture

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

4 participants