<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Just to give a quick update on this issue: <br>
    <br>
    If I am just doing an kickstart install from CDROM, get the
    kickstart file via http and add the same repos in %post and do
    things like <br>
    <br>
    yum -y update<br>
    yum -y install package_from_repo1 package_from_repoX<br>
    <br>
    it just works fine. <br>
    <br>
    Must be a nasty anaconda/yum issue. <br>
    <br>
    Michael.<br>
    <br>
    On 03/23/2011 11:08 AM, <a class="moz-txt-link-abbreviated" href="mailto:michael@mayer.cx">michael@mayer.cx</a> wrote:
    <blockquote
cite="mid:1339192750.86998.1300874925741.JavaMail.open-xchange@oxltgw02.schlund.de"
      type="cite">
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <title></title>
      <p style="margin: 0px;"><span> </span></p>
      <p style="margin: 0px;"> </p>
      <div style="margin: 5px 0px;"> On 22 March 2011 at 18:57 Hugh
        Brown <a class="moz-txt-link-rfc2396E" href="mailto:hbrown@divms.uiowa.edu"><hbrown@divms.uiowa.edu></a> wrote:<br>
        <br>
        > On 03/22/2011 01:37 PM, Michael Mayer wrote:<br>
        > > Hi all,<br>
        > ><br>
        > > i have a weird issue with RHEL5.5 and kickstart.<br>
        > ><br>
        > > My current setup is:<br>
        > ><br>
        > > All RHEL5.5 RPMs(i.e. the whole tree) and two
        additional repositories<br>
        > > are in a subversion repo. The repo is accessible via
        http to the client<br>
        > > to be installed.<br>
        > > The client is a virtual machine hosted on an ESX
        server. I have modified<br>
        > > boot.iso as well to contain the kickstart file which
        points to the<br>
        > > subversion repo via the "url" and "repo" commands. The
        boot.iso (about<br>
        > > 10 MB in size) is attached to the virtual machine as a
        virtual CD-ROM.<br>
        > ><br>
        > > If the virtual server boots up, it reads the kickstart
        file and then<br>
        > > proceeds to download the second-stage installer from
        the repository. It<br>
        > > sets up networking, formats the disk as wanted,
        browses through the RPM<br>
        > > repos for dependency resolution. Once that is
        finished, the screen<br>
        > > appears where RPMs are going to be installed.<br>
        > ><br>
        > > So far so good.<br>
        > ><br>
        > > Now things are going odd: anaconda complains about
        packages being<br>
        > > corrupt, broken or missing. This cannot be true here
        because I have<br>
        > > checked md5sum of the rpm both in the repo and after
        downloaded via<br>
        > > wget. In the SVN server access logs the respective RPM
        is downloaded 10<br>
        > > times, each time with return code 200 which for me
        indicates successful<br>
        > > download. If I am looking on the kickstarting server,
        there are no RPMs<br>
        > > to be seen anywhere. If I run a wget on that
        kickstarted server with the<br>
        > > same URL the RPM is downloaded correctly. Depending on
        which repos I am<br>
        > > using in the kickstart file, a different RPM is
        thought to be corrupt.<br>
        > ><br>
        ><br>
        ><br>
        > This is most likely a problem with the filelists.xml.gz
        file in your yum<br>
        > repository.  Each package gets stored with a pkgid that is
        hash of the<br>
        > package (the hash depends on the checksum employed by
        createrepo).  If<br>
        > it is complaining about a package in one of your additional<br>
        > repositories, then I'd start by making sure that a<br>
        ><br>
        > createrepo --update /path/to/repo<br>
        ><br>
        > has been done recently (needs to be done after any new
        packages are added).<br>
        ><br>
        > If the repodata is current, then I've seen issues like this
        where the<br>
        > ram was going bad.<br>
        > </div>
      <p style="margin: 0px;">Done that, even recreated the repodata for
        the RHEL Server stuff as well (Server, VT, ...) keeping the
        group information But the situation is still pretty much the
        same.</p>
      <p style="margin: 0px;"> </p>
      <p style="margin: 0px;">Michael.</p>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Kickstart-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kickstart-list@redhat.com">Kickstart-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/kickstart-list">https://www.redhat.com/mailman/listinfo/kickstart-list</a></pre>
    </blockquote>
    <br>
  </body>
</html>