On 05/01/2009 02:15 PM, Jasper Capel wrote: > On 05/01/2009 01:53 PM, Jasper Capel wrote: >> I'm having the same error using today's git master branch checkout >> (1e6e40b6c90cc3217a23c2925bb8cbddd2ca9948). >> >> I don't think I had this problem on 1.6.2, but I'm having trouble >> pinpointing the commit that could have introduced this error. >> >> -Jasper >> _______________________________________________ >> cobbler mailing list >> [email protected] >> https://fedorahosted.org/mailman/listinfo/cobbler > > I'm not sure if this could have anything to do with it, cobbler check > outputs: > > > #3: One or more repos referenced by profile objects is no longer defined > in cobbler: uuEL-5-x86_64-EPEL, uuEL-5-x86_64-EPEL-testing, > uuCentOS-5-Base-x86_64, uuCentOS-5-Extras-x86_64, > uuCentOS-5-Updates-x86_64, uuEL-5-x86_64-ATRPMS, uuEL-5-x86_64-EPEL, > uuCentOS-5-Base-x86_64, uuCentOS-5-Extras-x86_64, > uuCentOS-5-Updates-x86_64, uuEL-5-x86_64-EPEL, > uuEL-5-x86_64-EPEL-testing, uustonerepo, uuCentOS-5-Base-x86_64, > uuCentOS-5-Extras-x86_64, uuCentOS-5-Updates-x86_64, > uuEL-5-x86_64-ATRPMS, uuEL-5-x86_64-EPEL, uuEL-5-x86_64-EPEL, > uuEL-5-x86_84-DELL, uuEL-5-x86_84-DELL-PE0860, uuCentOS-5-Base-x86_64, > uuCentOS-5-Extras-x86_64, uuCentOS-5-Updates-x86_64, > uuEL-5-x86_64-ATRPMS, uuEL-5-x86_64-EPEL, uuEL-5-x86_64-EPEL-testing, > uuCentOS-5-Base-x86_64, uuCentOS-5-Extras-x86_64, > uuCentOS-5-Updates-x86_64, uuEL-5-x86_64-EPEL, > uuEL-5-x86_64-EPEL-testing, uuEL-5-x86_84-DELL, > uuEL-5-x86_84-DELL-PE2950, uuCentOS-5-Base-x86_64, > uuCentOS-5-Extras-x86_64, uuCentOS-5-Updates-x86_64, uuEL-5-x86_64-EPEL, > uuEL-5-x86_64-EPEL-testing, uuEL-5-x86_64-EPEL, uurhel-x86_64-server-5, > uuEL-5-x86_64-EPEL, uuEL-5-x86_64-EPEL-testing, uuEL-5-x86_64-EPEL, > uuEL-5-x86_84-DELL, uuEL-5-x86_84-DELL-PE2950, uuCentOS-5-Extras-x86_64, > uuCentOS-5-Extras-x86_64, uuEL-5-x86_64-EPEL, > uuEL-5-x86_64-EPEL-testing, uustonerepo > > > And a profile report outputs: > > repos : ['uuEL-5-x86_64-EPEL', 'uuEL-5-x86_84-DELL', > 'uuEL-5-x86_84-DELL-PE2950'] > > This is not a typo, and I think this might have come up on the ML > earlier (the 'u' characters being inside the quotes), but I'm not sure > if this was resolved. >
One of the "u"s in front of the string was actually in the json file, I fixed that running a sed, the problem remains: #3: One or more repos referenced by profile objects is no longer defined in cobbler: uEL-5-x86_64-EPEL, uEL-5-x86_64-EPEL-testing, uCentOS-5-Base-x86_64, uCentOS-5-Extras-x86_64, uCentOS-5-Updates-x86_64, uEL-5-x86_64-ATRPMS, uEL-5-x86_64-EPEL, uCentOS-5-Base-x86_64, uCentOS-5-Extras-x86_64, uCentOS-5-Updates-x86_64, uEL-5-x86_64-EPEL, uEL-5-x86_64-EPEL-testing, ustonerepo, uCentOS-5-Base-x86_64, uCentOS-5-Extras-x86_64, uCentOS-5-Updates-x86_64, uEL-5-x86_64-ATRPMS, uEL-5-x86_64-EPEL, uEL-5-x86_64-EPEL, uEL-5-x86_84-DELL, uEL-5-x86_84-DELL-PE0860, uCentOS-5-Base-x86_64, uCentOS-5-Extras-x86_64, uCentOS-5-Updates-x86_64, uEL-5-x86_64-ATRPMS, uEL-5-x86_64-EPEL, uEL-5-x86_64-EPEL-testing, uCentOS-5-Base-x86_64, uCentOS-5-Extras-x86_64, uCentOS-5-Updates-x86_64, uEL-5-x86_64-EPEL, uEL-5-x86_64-EPEL-testing, uEL-5-x86_84-DELL, uEL-5-x86_84-DELL-PE2950, uCentOS-5-Base-x86_64, uCentOS-5-Extras-x86_64, uCentOS-5-Updates-x86_64, uEL-5-x86_64-EPEL, uEL-5-x86_64-EPEL-testing, uEL-5-x86_64-EPEL, urhel-x86_64-server-5, uEL-5-x86_64-EPEL, uEL-5-x86_64-EPEL-testing, uEL-5-x86_64-EPEL, uEL-5-x86_84-DELL, uEL-5-x86_84-DELL-PE2950, uCentOS-5-Extras-x86_64, uCentOS-5-Extras-x86_64, uEL-5-x86_64-EPEL, uEL-5-x86_64-EPEL-testing, ustonerepo repos : ['uEL-5-x86_64-EPEL', 'uEL-5-x86_84-DELL', 'uEL-5-x86_84-DELL-PE2950'] Any idea where that comes from? -Jasper _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
