A pre-install script to change the address should work.  <div><br></div><div>for example:<div><br></div><div><span class="Apple-style-span" style="font-family: monospace, sans-serif; font-size: 13px; line-height: 15px; white-space: pre; ">/usr/bin/sed -e 's/localhost.localdomain/999.999.999.999/' < /tmp/ks.cfg > /tmp/ks.cfg.nobase
/usr/bin/mv /tmp/ks.cfg.nobase /tmp/ks.cfg </span><br><div><br></div><div>Make sure you flag the script as nochroot and it _should_ work.</div><div><br></div><div>Cheers</div><div>J.</div><div><br></div><div><br><div class="gmail_quote">
On Tue, Dec 8, 2009 at 9:09 AM, Robert Kuropkat <span dir="ltr"><<a href="mailto:rkuropkat@t-sciences.com">rkuropkat@t-sciences.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Okay, I went through the directions to change the server name and just<br>
deleted my distribution and kickstart and recreated them.  But it still<br>
created them with localhost.localdomain.<br>
<br>
What did I miss?<br>
<br>
P.S.  I'd much rather it use IP address than hostname so I don't have to<br>
add DNS into the mix...<br>
<div><div></div><div class="h5"><br>
<br>
On Fri, 2009-12-04 at 10:20 -0500, Robert Kuropkat wrote:<br>
> I haven't gone through the fix process yet, so apologies if it is<br>
> already answered there, but if it is pulling the server name<br>
> from /etc/hosts, how do I tell it to use the IP address instead?  I was<br>
> hoping to avoid manually editing the kickstart files.<br>
><br>
><br>
><br>
> On Fri, 2009-12-04 at 15:34 +0800, Colin Coe wrote:<br>
> > This will work with an IP address.  I can say this with certainty as I<br>
> > was configuring my clients (via PXELinux configs) to use that<br>
> > Satellite server's IP not name.  (The Satellite server had 3 active<br>
> > interfaces and three different names in DNS, don't ask  :) ).<br>
> ><br>
> > CC<br>
> ><br>
> > On Fri, Dec 4, 2009 at 1:44 PM, Robert Kuropkat<br>
> > <<a href="mailto:rkuropkat@t-sciences.com">rkuropkat@t-sciences.com</a>> wrote:<br>
> > ><br>
> > > P.S.  Does that mean I can't do any of this by IP address?  That would<br>
> > > require me to add DNS to the mix before I can go further.  I can do<br>
> > > that, but I wanted to know what the smallest set of requirements I had<br>
> > > for each level of feature.<br>
> > ><br>
> > ><br>
> > > On Fri, 2009-12-04 at 12:28 +0800, Colin Coe wrote:<br>
> > >> Ahh, let me guess: In the /etc/hosts file on the Spacewalk server, the<br>
> > >> name of of the host is at the end of the '127.0.0.1' line?<br>
> > >><br>
> > >> This will cause all kinds of grief.  I've no idea why this is the<br>
> > >> default behavior but it is, in my overly opinionated opinion, an<br>
> > >> insane default.<br>
> > >><br>
> > >> If this is indeed the case, I'd suggest fixing it and then follow the<br>
> > >> instructions at<br>
> > >> <a href="https://fedorahosted.org/spacewalk/wiki/How_to_rename_or_change_a_satellite_hostname" target="_blank">https://fedorahosted.org/spacewalk/wiki/How_to_rename_or_change_a_satellite_hostname</a><br>

> > >><br>
> > >> HTH<br>
> > >><br>
> > >> CC<br>
> > >><br>
> > >> On 12/4/09, Robert Kuropkat <<a href="mailto:rkuropkat@t-sciences.com">rkuropkat@t-sciences.com</a>> wrote:<br>
> > >> ><br>
> > >> > I don't have PXE, etc. setup yet, but I tried your suggestion of just<br>
> > >> > booting from a DVD and giving it the ks parameter.  I think it almost<br>
> > >> > worked.  I got the following error:<br>
> > >> ><br>
> > >> > "Unable to read package metadata.  This may be due to a missing repodata<br>
> > >> > directory.  Please ensure that your install tree has been correctly<br>
> > >> > generated.  Cannot retrieve reposutory metadata...."<br>
> > >> ><br>
> > >> > I believe this was because the kickstart file is littered with URLs with<br>
> > >> > 'localhost.localdomain' in them.  I was able to get one of the URLs to<br>
> > >> > change by hard coding the URL in the Kickstart -> Profiles -> System<br>
> > >> > Details -> Advanced options.  But many other URLs still have the<br>
> > >> > localhost.localdomain in the URL.<br>
> > >> ><br>
> > >> > What is considered the preferred way to fix these?<br>
> > >> ><br>
> > >> > Robert Kuropkat<br>
> > >> ><br>
> > >> ><br>
> > >> > On Wed, 2009-11-25 at 08:11 +0800, Colin Coe wrote:<br>
> > >> > > Don't get too hung up on PXE.<br>
> > >> > ><br>
> > >> > > Spacewalk/Satellite can be configured as a DHCP/TFTP server which is<br>
> > >> > > used by the PXE client (server, Fedora desktop, whatever) to get an IP<br>
> > >> > > address and grab a kernel + initial ramdisk for booting the installer<br>
> > >> > > via TFTP.  That's where PXE comes in.  You could just as easily boot<br>
> > >> > > from a USB key or RHEL/Fedora CD/DVD and type "linux<br>
> > >> > > ks=<a href="http://spacewalk.server.com/ks/cfg/org/1/label/test-ks2" target="_blank">http://spacewalk.server.com/ks/cfg/org/1/label/test-ks2</a> ip=1.2.3.4<br>
> > >> > > etc"<br>
> > >> > ><br>
> > >> > > As for setting up the Kickstart trees, follow<br>
> > >> > > <a href="https://fedorahosted.org/spacewalk/wiki/HowToKickstartCobbler" target="_blank">https://fedorahosted.org/spacewalk/wiki/HowToKickstartCobbler</a>.  I hate<br>
> > >> > > to admit it, but this process has gotten a lot more involved since<br>
> > >> > > v0.4 and is not as clear.  Follow the instructions with the knowledge<br>
> > >> > > that 'this is what you have to do', understanding will come.<br>
> > >> > ><br>
> > >> > > The clear advantage of Satellite over Spacewalk is that sync'ing RHEL<br>
> > >> > > content is easy.  If you have less than 50 physical nodes, my<br>
> > >> > > understanding is that special pricing is available from RedHat.  One<br>
> > >> > > of my clients bought Satellite and they only had 20 or so physical<br>
> > >> > > boxes so they paid about a third of the Satellite retail price.  YMMV.<br>
> > >> > ><br>
> > >> > > Spacewalk/Satellite will give you the automated installs you want but<br>
> > >> > > it will give you much more.  The API set is huge and at a previous<br>
> > >> > > client site I tied the monitoring system and Satellite together so<br>
> > >> > > that any new Linux nodes were automatically added to the monitoring<br>
> > >> > > system.  I choose not to your the inbuilt Satellite monitoring as it<br>
> > >> > > didn't easily do what I wanted (red light/green light monitoring,<br>
> > >> > > trending and alerting).  What Satellite/Spacewalk can do is limitted<br>
> > >> > > by your imagination and coding skills.<br>
> > >> > ><br>
> > >> > > You can't make a RHEL ISO from the Satellite server although this is<br>
> > >> > > functionality I've requested in the past.  I think the request was<br>
> > >> > > rejected as it also needed work done in Anaconda (the installer).<br>
> > >> > ><br>
> > >> > > Hope I've helped and not rambled to much (I have a habit of doing that)<br>
> > >> > ><br>
> > >> > > CC<br>
> > >> > ><br>
> > >> > > On Wed, Nov 25, 2009 at 7:34 AM, Robert Kuropkat<br>
> > >> > > <<a href="mailto:rkuropkat@t-sciences.com">rkuropkat@t-sciences.com</a>> wrote:<br>
> > >> > > ><br>
> > >> > > > That's another thing I am not clear on yet, but I have more reading to<br>
> > >> > > > do still.  Does Spacewalk serve as a network (PXE) install server?  Or<br>
> > >> > > > does it just store the kickstart files?  Or does it need the kickstart<br>
> > >> > > > files to determine what packages to keep up to date on each server.<br>
> > >> > > ><br>
> > >> > > > My end goal is an automated install.  Obviously, there are many ways to<br>
> > >> > > > go about that, but I thought Spacewalk would provide automated installs<br>
> > >> > > > as well as provide a useful foundation for on going maintenance.<br>
> > >> > > ><br>
> > >> > > > I'm not sure yet what my target environment will be, but suspect a<br>
> > >> > > > combination of being able to install/update over the network from this<br>
> > >> > > > server, install from a CD (hopefully made from this server) and install<br>
> > >> > > > from another Spacewalk server (or proxy) based on having to sneaker net<br>
> > >> > > > files to it (thus my reason for wanting to understand how to setup rpms<br>
> > >> > > > from CD even though I have a valid RHN account).<br>
> > >> > > ><br>
> > >> > > > Robert Kuropkat<br>
> > >> > > ><br>
> > >> > > ><br>
> > >> > > > On Wed, 2009-11-25 at 07:19 +0800, Colin Coe wrote:<br>
> > >> > > >> Just remember that putting RPMs into a channel is step one, you also<br>
> > >> > > >> need to get the kickstart trees into Spacewalk if you want to do<br>
> > >> > > >> provisioning (building systems).<br>
> > >> > > >><br>
> > >> > > >> CC<br>
> > >> > > >><br>
> > >> > > >> On Wed, Nov 25, 2009 at 6:46 AM, Robert Kuropkat<br>
> > >> > > >> <<a href="mailto:rkuropkat@t-sciences.com">rkuropkat@t-sciences.com</a>> wrote:<br>
> > >> > > >> ><br>
> > >> > > >> > hehehe, I am starting to work that out :-)<br>
> > >> > > >> ><br>
> > >> > > >> > Right now I've hit pause on this for a couple more hours.  I'm tired of<br>
> > >> > > >> > Windows 7 blue screening on me and corrupting my VMs, so I am trying to<br>
> > >> > > >> > get my Ubuntu partition functional.<br>
> > >> > > >> ><br>
> > >> > > >> > I hope to be back on this later tonight or tomorrow.<br>
> > >> > > >> ><br>
> > >> > > >> > Right now, I think I've been able to load the rpms from the iso using<br>
> > >> > > >> > rhnpush and I used the web GUI to initiate a load of rpms from the RHN<br>
> > >> > > >> > Extras site.  This gave me about 6,000 rpms in this channel.<br>
> > >> > > >> ><br>
> > >> > > >> > Now, whether that did something useful or not, I'm not sure.  I'll try<br>
> > >> > > >> > to recreate it soon and see if I can subscribe a system to that channel<br>
> > >> > > >> > and do updates.<br>
> > >> > > >> ><br>
> > >> > > >> > 'preciate all the help from everyone so far...<br>
> > >> > > >> ><br>
> > >> > > >> > Robert Kuropkat<br>
> > >> > > >> ><br>
> > >> > > >> ><br>
> > >> > > >> > On Wed, 2009-11-25 at 06:41 +0800, Colin Coe wrote:<br>
> > >> > > >> >> Robert,<br>
> > >> > > >> >><br>
> > >> > > >> >> RHN Satellite != Spacewalk<br>
> > >> > > >> >><br>
> > >> > > >> >> There are a lot of similarities but they are not the same, esp. when<br>
> > >> > > >> >> dealing with RHEL products.<br>
> > >> > > >> >><br>
> > >> > > >> >> CC<br>
> > >> > > >> >><br>
> > >> > > >> >> On Wed, Nov 25, 2009 at 12:33 AM, Robert Kuropkat<br>
> > >> > > >> >> <<a href="mailto:rkuropkat@t-sciences.com">rkuropkat@t-sciences.com</a>> wrote:<br>
> > >> > > >> >> ><br>
> > >> > > >> >> > now see, that almost makes sense.  It does not appear to be what the<br>
> > >> > > >> >> > documentation actually says, though maybe I am misreading it.  it talks<br>
> > >> > > >> >> > about copying the files from the ISO and then goes right to the<br>
> > >> > > >> >> > satellite-sync import.  I'm on page 47 of the install guide and rhnpush has<br>
> > >> > > >> >> > not even been mentioned yet.  Perhaps the Channel Management guide is more<br>
> > >> > > >> >> > detailed and I should skip to it...<br>
> > >> > > >> >> ><br>
> > >> > > >> >> > Robert Kuropkat<br>
> > >> > > >> >> ><br>
> > >> > > >> >> ><br>
> > >> > > >> >> > <a href="mailto:Josh.Mullis@cox.com">Josh.Mullis@cox.com</a> wrote:<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> The ISO's they are speaking of are the same one you downloaded on your<br>
> > >> > > >> >> >> first thread.<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> They are saying that to save time, download the iso, mount it, and import<br>
> > >> > > >> >> >> into spacewalk via the rhnpush utility.<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> This means it will not take as long to sync the channel from RHN via the<br>
> > >> > > >> >> >> rhnget command, because most of the packages are already there.<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >><br>
> > >> > > >> >> >><br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> ----- Original Message -----<br>
> > >> > > >> >> >> From: <a href="mailto:spacewalk-list-bounces@redhat.com">spacewalk-list-bounces@redhat.com</a><br>
> > >> > > >> >> >> <<a href="mailto:spacewalk-list-bounces@redhat.com">spacewalk-list-bounces@redhat.com</a>><br>
> > >> > > >> >> >> To: <a href="mailto:spacewalk-list@redhat.com">spacewalk-list@redhat.com</a> <<a href="mailto:spacewalk-list@redhat.com">spacewalk-list@redhat.com</a>><br>
> > >> > > >> >> >> Sent: Tue Nov 24 11:07:25 2009<br>
> > >> > > >> >> >> Subject: Re: [Spacewalk-list] Initial load of Red Hat channel...?<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> I still need to look into these packages.  Last night I accidentally<br>
> > >> > > >> >> >> imported 3817 packages on accident, not exactly sure what.  I guess part of<br>
> > >> > > >> >> >> what is irritating me is the following paragraph from the Satellite Server<br>
> > >> > > >> >> >> Installation guide:<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> The Red Hat Network Channel Content ISOs or RHN Satellite Exporter data<br>
> > >> > > >> >> >> must be available, or the Satellite must have access to the Internet and the<br>
> > >> > > >> >> >> RHN website.<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> Although it is possible to conduct the import directly from the RHN<br>
> > >> > > >> >> >> website, this should be done only if Channel Content ISOs are not available.<br>
> > >> > > >> >> >> It takes a long time to populate a channel from scratch over the Internet.<br>
> > >> > > >> >> >> For this reason, Red Hat urges you to use ISOs, if they are available, for<br>
> > >> > > >> >> >> initial import.<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> So how the hell does one get the "Red hat Network Channel Content ISOs"?<br>
> > >> > > >> >> >>  I have a valid RHN login but the iso's I download don't seem to have the<br>
> > >> > > >> >> >> Channel Content info?  Or am I just on crack?  I mean I try not to read<br>
> > >> > > >> >> >> documentation very often but would appreciate it to be correct when I do<br>
> > >> > > >> >> >> bother... :-)<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> Robert<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> <a href="mailto:Josh.Mullis@cox.com">Josh.Mullis@cox.com</a> wrote:<br>
> > >> > > >> >> >><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>> Look into rhnget and gensystemid from the mrepo package.<br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>> You can use that to sync the rhel rpms locally, then use rhnpush to<br>
> > >> > > >> >> >>> import into spacewalk.<br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>> ----- Original Message -----<br>
> > >> > > >> >> >>> From: <a href="mailto:spacewalk-list-bounces@redhat.com">spacewalk-list-bounces@redhat.com</a><br>
> > >> > > >> >> >>> <<a href="mailto:spacewalk-list-bounces@redhat.com">spacewalk-list-bounces@redhat.com</a>><br>
> > >> > > >> >> >>> To: <a href="mailto:spacewalk-list@redhat.com">spacewalk-list@redhat.com</a> <<a href="mailto:spacewalk-list@redhat.com">spacewalk-list@redhat.com</a>><br>

> > >> > > >> >> >>> Sent: Mon Nov 23 21:37:40 2009<br>
> > >> > > >> >> >>> Subject: Re: [Spacewalk-list] Initial load of Red Hat channel...?<br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>> yea, in the little reading I recall on it, I gave it a confused dog look<br>
> > >> > > >> >> >>> and just hoped I did not really need that.  So I'll look a little harder at<br>
> > >> > > >> >> >>> it unless this other thing actually works accidentally.  But it sounds like<br>
> > >> > > >> >> >>> even though I am getting nearly 4,000 packages it is still only part of what<br>
> > >> > > >> >> >>> I need.<br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>> Thanks for the info...<br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>> Colin Coe wrote:<br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>>><br>
> > >> > > >> >> >>>> I didn't like mrepo as:<br>
> > >> > > >> >> >>>> a) I didn't find it at all intuitive<br>
> > >> > > >> >> >>>> b) unless you do some fancy scripting you end up all the RHEL (and/or<br>
> > >> > > >> >> >>>> EPEL) content twice on your filesystem<br>
> > >> > > >> >> >>>><br>
> > >> > > >> >> >>>> CC<br>
> > >> > > >> >> >>>><br>
> > >> > > >> >> >>>> On Tue, Nov 24, 2009 at 10:24 AM, Robert Kuropkat<br>
> > >> > > >> >> >>>> <<a href="mailto:rkuropkat@t-sciences.com">rkuropkat@t-sciences.com</a>> wrote:<br>
> > >> > > >> >> >>>><br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>> hmmm... Well that makes a little more sense I guess.  I think it did/is<br>
> > >> > > >> >> >>>>> syncing the epel repo, which is of course not what I wanted but would<br>
> > >> > > >> >> >>>>> imply<br>
> > >> > > >> >> >>>>> that process would work if I can dredge up the correct url.<br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>> I did see something about spacewalk-repo-sync but I think that requires<br>
> > >> > > >> >> >>>>> a<br>
> > >> > > >> >> >>>>> URL as well, not local media.<br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>> I do seem to have a sync process running, so I am not sure if it is<br>
> > >> > > >> >> >>>>> because<br>
> > >> > > >> >> >>>>> I clicked on the sync button multiple times or what.  Nothing is<br>
> > >> > > >> >> >>>>> showing up<br>
> > >> > > >> >> >>>>> in the Schedule tab in Space walk under pending, failed, completed or<br>
> > >> > > >> >> >>>>> archived so I don't really understand what state this process is in.<br>
> > >> > > >> >> >>>>>  There<br>
> > >> > > >> >> >>>>> is a /var/log/rhn/rhn_taskomatic_daemon.log file that is showing a lot<br>
> > >> > > >> >> >>>>> of<br>
> > >> > > >> >> >>>>> hibernate and java null pointer errors so that does not seem promising.<br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>> Actually, it looks like something might be happening now, I might have<br>
> > >> > > >> >> >>>>> just<br>
> > >> > > >> >> >>>>> been impatient.  There is now file in /var/log/rhn/reposync that is<br>
> > >> > > >> >> >>>>> growing<br>
> > >> > > >> >> >>>>> and shoes 754/3817.... and my little VM has gotten sluggish as hell.<br>
> > >> > > >> >> >>>>>  So<br>
> > >> > > >> >> >>>>> maybe it is downloading everything for a complete RH 5.2?<br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>> Of course, that kinda sucks because I was about to give up and go home.<br>
> > >> > > >> >> >>>>>  Now<br>
> > >> > > >> >> >>>>> I have to stay and wait it out :-/<br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>> Robert<br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>> P.S.  What is mrepo and what did you not like about it?  I thought I<br>
> > >> > > >> >> >>>>> saw<br>
> > >> > > >> >> >>>>> that mentioned somewhere in my reading but don't recall now...<br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>> Colin Coe wrote:<br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>>> My understanding is that satellite-sync does not work with Sapcewalk<br>
> > >> > > >> >> >>>>>> but I'm not 100% on that.<br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>>> <a href="http://download.fedora.redhat.com/pub/epel/5/i386/" target="_blank">http://download.fedora.redhat.com/pub/epel/5/i386/</a> is the location for<br>

> > >> > > >> >> >>>>>> EPEL (Extra Packages for Enterprise Linux), not for RHEL.<br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>>> a minute or two after clicking sync repo, do a 'ps -ef | grep sync' to<br>
> > >> > > >> >> >>>>>> see if you have any spacewalk-repo-sync processes running.  I think<br>
> > >> > > >> >> >>>>>> the logs are under /var/satellite/sync_repo or something similar.<br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>>> I ended up using mrepo to do this but I was less than happy with it.<br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>>> CC<br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>>> On Tue, Nov 24, 2009 at 9:51 AM, Robert Kuropkat<br>
> > >> > > >> >> >>>>>> <<a href="mailto:rkuropkat@t-sciences.com">rkuropkat@t-sciences.com</a>> wrote:<br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> I seem to be missing something obvious.  I've installed Red Hat 5.2<br>
> > >> > > >> >> >>>>>>> (in a<br>
> > >> > > >> >> >>>>>>> VirtualBox VM) and installed Spacewalk.  Now I need to create my<br>
> > >> > > >> >> >>>>>>> first<br>
> > >> > > >> >> >>>>>>> channel.  I downloaded Red Hat 5.2 and copied the ISO to the file<br>
> > >> > > >> >> >>>>>>> system<br>
> > >> > > >> >> >>>>>>> and<br>
> > >> > > >> >> >>>>>>> tried:<br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> satellite-sync --list-channels --mount-point /var/rhn-sat-import/rhel<br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> It fails saying it is unable to process file<br>
> > >> > > >> >> >>>>>>> /var/rhn-sat-import/rhel/channel_families/channel_families.xml<br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> Sure enough, that file is not there.  I read the documentation on how<br>
> > >> > > >> >> >>>>>>> to<br>
> > >> > > >> >> >>>>>>> get<br>
> > >> > > >> >> >>>>>>> the channel iso but it only gives me an iso without the channel<br>
> > >> > > >> >> >>>>>>> information.<br>
> > >> > > >> >> >>>>>>>  The documentation does not seem to exactly describe the web ui<br>
> > >> > > >> >> >>>>>>> navigation<br>
> > >> > > >> >> >>>>>>> through the RHN web site so I'm not sure if the documentation is<br>
> > >> > > >> >> >>>>>>> slightly<br>
> > >> > > >> >> >>>>>>> out of date and I am guessing wrong, or if there is some other detail<br>
> > >> > > >> >> >>>>>>> I<br>
> > >> > > >> >> >>>>>>> am<br>
> > >> > > >> >> >>>>>>> missing.<br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> I do also see the URL for repo sync in Spacewalk, but don't<br>
> > >> > > >> >> >>>>>>> understand<br>
> > >> > > >> >> >>>>>>> what<br>
> > >> > > >> >> >>>>>>> the URL should be for Red hat version 5.2.  I put in this:<br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> <a href="http://download.fedora.redhat.com/pub/epel/5/i386/" target="_blank">http://download.fedora.redhat.com/pub/epel/5/i386/</a><br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> And it said repository sync scheduled, but I see no evidence it<br>
> > >> > > >> >> >>>>>>> actually<br>
> > >> > > >> >> >>>>>>> did<br>
> > >> > > >> >> >>>>>>> anything...  okay wait, before I hit send I went and looked again and<br>
> > >> > > >> >> >>>>>>> it<br>
> > >> > > >> >> >>>>>>> does look like it did something, just not what I wanted it to.  So<br>
> > >> > > >> >> >>>>>>> maybe<br>
> > >> > > >> >> >>>>>>> the<br>
> > >> > > >> >> >>>>>>> URL above is just incorrect?  How do I setup a local Red Hat 5.2<br>
> > >> > > >> >> >>>>>>> repo?<br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> Any help appreciated.<br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> Robert Kuropkat<br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>> _______________________________________________<br>
> > >> > > >> >> >>>>>>> Spacewalk-list mailing list<br>
> > >> > > >> >> >>>>>>> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > > >> >> >>>>>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>>><br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>>><br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>> _______________________________________________<br>
> > >> > > >> >> >>>>> Spacewalk-list mailing list<br>
> > >> > > >> >> >>>>> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > > >> >> >>>>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>>><br>
> > >> > > >> >> >>>><br>
> > >> > > >> >> >>>><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>> _______________________________________________<br>
> > >> > > >> >> >>> Spacewalk-list mailing list<br>
> > >> > > >> >> >>> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > > >> >> >>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >>> _______________________________________________<br>
> > >> > > >> >> >>> Spacewalk-list mailing list<br>
> > >> > > >> >> >>> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > > >> >> >>> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> > > >> >> >>><br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> _______________________________________________<br>
> > >> > > >> >> >> Spacewalk-list mailing list<br>
> > >> > > >> >> >> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > > >> >> >> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> > > >> >> >><br>
> > >> > > >> >> >> _______________________________________________<br>
> > >> > > >> >> >> Spacewalk-list mailing list<br>
> > >> > > >> >> >> <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > > >> >> >> <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> > > >> >> >><br>
> > >> > > >> >> ><br>
> > >> > > >> >> > _______________________________________________<br>
> > >> > > >> >> > Spacewalk-list mailing list<br>
> > >> > > >> >> > <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > > >> >> > <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> > > >> >> ><br>
> > >> > > >> >><br>
> > >> > > >> >><br>
> > >> > > >> >><br>
> > >> > > >> ><br>
> > >> > > >> ><br>
> > >> > > >> > _______________________________________________<br>
> > >> > > >> > Spacewalk-list mailing list<br>
> > >> > > >> > <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > > >> > <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> > > >> ><br>
> > >> > > >><br>
> > >> > > >><br>
> > >> > > >><br>
> > >> > > ><br>
> > >> > > ><br>
> > >> > > > _______________________________________________<br>
> > >> > > > Spacewalk-list mailing list<br>
> > >> > > > <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > > > <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> > > ><br>
> > >> > ><br>
> > >> > ><br>
> > >> > ><br>
> > >> ><br>
> > >> ><br>
> > >> > _______________________________________________<br>
> > >> > Spacewalk-list mailing list<br>
> > >> > <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > >> > <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > >> ><br>
> > >><br>
> > >><br>
> > ><br>
> > ><br>
> > > _______________________________________________<br>
> > > Spacewalk-list mailing list<br>
> > > <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > > <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
> > ><br>
> ><br>
> ><br>
> ><br>
> > --<br>
> > RHCE#805007969328369<br>
> ><br>
> > _______________________________________________<br>
> > Spacewalk-list mailing list<br>
> > <a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
> > <a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
><br>
><br>
<br>
<br>
_______________________________________________<br>
Spacewalk-list mailing list<br>
<a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>The era of procrastination, of half measures of soothing and baffling expedients, of delays, is coming to an end. In it's place we are entering a period of  consequences.  - Winston Churchill <br>
<a href=<a href="http://www.climatecrisis.net/downloads/ecards/preview-glacier1.html">http://www.climatecrisis.net/downloads/ecards/preview-glacier1.html</a>>An Inconvenient Truth</a><br>
</div></div></div>