-
Notifications
You must be signed in to change notification settings - Fork 21
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
Report if there are any broken repos / timeouts etc #69
Comments
Possibly the below to help identify this 👍
[root@server1 ~]# yum -C -y update --setopt=tsflags=test
One of the configured repositories failed (Unknown),
Resulting in a final "potential" command of:
|
and where there are dependency errors. Here 1 update IS available, but doesn't install due to dependencies.
|
Also include error message: "This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions" |
And: Caching enabled but no local cache of /var/cache/yum/x86_64/7Server/rhel-7-server-rpms/feaf80df74e21e879e47243739f4405f618ec2ef-filelists.xml.gz from rhel-7-server-rpms/7Server/x86_64 As an example of another error which can appear |
It would be useful to know if the yum command failed not just due to an arbitrary timeout, but because of any repo problems. Still figuring out how this might be implemented, but it would be good to see a way to report this.
The text was updated successfully, but these errors were encountered: