Hi, as posted yesterday, the kernel does not get downloaded even with the patch installed, when running cobbler reposync. I am not a python programmer, but having a look at action_reposync.py it seems to me, that the patch only changes the "if not is_rhn:" section.
But as I am syncing from Redhat Network, is_rhn is TRUE, so this section does not get executed. So, is there more that has to be changed, maybe the else-section ?? Best regards Tim -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Michael DeHaan Gesendet: Mittwoch, 23. Juli 2008 16:34 An: cobbler mailing list Betreff: Re: AW: Problem installing updatet packages / Reposync [EMAIL PROTECTED] wrote: > Hi, > > it works now, I think the problem was that I didn't have > the lines > $yum_repo_stanza and > $yum_config_stanza > in my kickstart file. > > When installing RHEL5, the updated packages are being used. > > Maybe it's the wrong mailing list to ask, but there is still a problem: > > when running "cobbler reposync" the whole rhel-i386-server-5 repository gets > downloaded ( 4125 packages ), but there are no kernel-packages, only the > kernel-headers and > kernel-doc-packages ?! > This is an arch problem that has been fixed on the 1.1 development branch. When the arch of a repo is marked as "i386", we need to send "i686" in order to get the kernel updates. This is the fix: http://git.fedorahosted.org/git/cobbler?p=cobbler;a=commitdiff;h=89bf9fccd53ca1eac9c918c05dd316c000517bfc It's looking like 1.1 will be released relatively soon (a few weeks?) rather than waiting on a long pull for more features to roll in, so I am probably /not/ going to be applying this back to stable and doing a 1.0.4 > So at the moment, I can install an updated rhel5, but only with the first > kernel-release. > > Any idea ? > > kind regards > > Tim > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler *********************************************************************************** Hinweis: Diese E-Mail und evtl. Anhaenge wurden automatisch auf Viren geprueft und gelten als virenfrei. Ihr IT-Referat. *********************************************************************************** _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
