I figured it out: yum clean all does NOT remove junk in /var/cache/yum that is put there by a cobbler reposync command. I had initially run the reposync with a RHEL 5 path rather than a RHEL 6 path and it left a turd in /var/cache/yum that caused grief.
So, I did this: rm -fr /var/cache/yum/* And THEN the reposync worked just fine. On Jul 2, 2014, at 3:38 PM, Michael Tiernan <[email protected]> wrote: > On 7/2/14 2:32 PM, Dan White wrote: >> Is this a problem with cobbler or with the repository I am trying to mirror ? > > I'm of the *opinion* that it's cobbler who's having trouble at this point. > > _______________________________________________ > cobbler mailing list > [email protected] > https://lists.fedorahosted.org/mailman/listinfo/cobbler “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
