Aaron Lippold wrote: > Hi, > > We are building a cobbler profile so we can provision a cobbler server. > > The person working on the profile wget'd the i386 packages, however, > we are installing onto a x86_64 arch. > > I reinstalled the compiled packages and the error went away. > > I will have to modify the profile to account for arch differences. > > Sorry for the stupid question :) >
Sure, cobblering the cobbler :) Generally yum takes care of this, so it's not a problem, not something we'd need an appliance for anyway. Typically when I think appliance, I think of demoware that is notoriously hard to set up, so that it needs a working "out of the box" demo that folks can download and run with. (Usually these are database apps, or things that need app server configuration). Cobbler is mostly a matter of yum install + tweaking a couple config files, so I don't see a need for one. (You could also lay down the cobbler configuration files with puppet if you wanted to, or another CMS, still using cobbler for the OS install) > Yours, > > Aaron > > On Mon, Jun 1, 2009 at 4:55 PM, Michael DeHaan <[email protected]> wrote: > >> Aaron Lippold wrote: >> >>> Hi, >>> >>> Looks like the person building the cobbler "cobbler" profile installed >>> the i386 packages on the x86_64 arch. >>> >>> I will switch that and that should fix the issue. >>> >>> You wouldn't have a ks for a cobbler appliance already would you? >>> >>> >> No, can't say I do. /etc/cobbler/settings and (to a lesser extent) >> /etc/cobbler/modules.conf is always going to be site-specific so I'm not >> sure what that would do or mean. >> >> It's just "yum install cobbler" and so on. >> >> --Michael >> >> >> >> _______________________________________________ >> cobbler mailing list >> [email protected] >> https://fedorahosted.org/mailman/listinfo/cobbler >> >> > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
