Tom Brown wrote: >> Does this file exist? If not, run cobbler reposync -- ths is probably >> not update related. >> >> When stating what happened, always include the steps to reproduce the >> problem and what command you are doing that caused it. >> >> I am guessing you are seeing that it a kickstart file. >> >> >> > > > cobbler reposync runs fine - also these repo's also worked fine before > this upgrade, bearing in mind this system went from 1.6 testing to 1.6.1 > i wonder if that had something to do with it. > > the error occurs when installing a system it complains that some > packages are not available, as they are in non base repo's which are > accociated with the profile but seem to have been rendered non usable, > again they were perfectly fine before the upgrade. > > # cobbler profile report CentOS-5.2-xen-x86_64 | grep repos > repos : ['uCentOS-5.2-x86_64-base', 'usoftware-5-x86_64'] >
Did you hand-type this? Should look like u'Centos...' not 'uCentOS...' ... I'll check over the repo matching code. It may be we missed a Unicode comparison. > so the repo's are associated with the profile and the system is in the > right profile > > # cobbler system report virt02 | grep profile > profile : CentOS-5.2-xen-x86_64 > > but within the ks the repo's are not there > > # Use network installation > url --url=http://192.168.11.1/cblr/links/CentOS-5.2-xen-x86_64 > # If any cobbler repo definitions were referenced in the kickstart profile, > include them here. > > > thats it - no repo's listed. > > > > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
