<div dir="ltr"><div>Hi!  I cloned a sync'ed a child-channel from upstream, ie. base -> dev, and now get the following when I run a yum update on a system:</div><div><span style="font-family:monospace"> One of the configured repositories failed (Unknown),<br> and yum doesn't have enough cached data to continue. At this point the only<br> safe thing yum can do is fail. There are a few ways to work "fix" this:<br><br>     1. Contact the upstream for the repository and get them to fix the problem.<br>     2. Reconfigure the baseurl/etc. for the repository, to point to a working<br>        upstream. This is most often useful if you are using a newer<br>        distribution release than is supported by the repository (and the<br>        packages for the previous distribution release still work).<br><br>     3. Run the command with the repository temporarily disabled<br>            yum --disablerepo=<repoid> ...<br><br>     4. Disable the repository permanently, so yum won't use it by default. Yum<br>        will then just ignore the repository until you permanently enable it<br>        again or use --enablerepo for temporary usage:<br><br>            yum-config-manager --disable <repoid><br>        or<br>            subscription-manager repos --disable=<repoid><br><br>     5. Configure the failing repository to be skipped, if it is unavailable.<br>        Note that yum will try to contact the repo. when it runs most commands,<br>        so will have to try and fail each time (and thus. yum will be be much<br>        slower). If it is a very temporary problem though, this is often a nice<br>        compromise:<br><br>            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true<br><br>failed to retrieve repodata/primary.xml.gz from dev-google_chrome<br>error was [Errno -1] Metadata file does not match checksum</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"><font face="arial,sans-serif">Anyone know how I can fix this?  I've tried re-creating the child-channel, but got the same result</font></span><br></div></div>