<div dir="ltr"><div>Allen, <br><br></div><div>I am not sure about the updates, but you might want to download a CentOS 6.2 DVD and setup your base with it. SUSE Manager is base on Spacewalk, so you could google to see how people are doing repro for just that, maybe if you can find just a 6.2 update repro you can adjust my script below to put, I use this in daily cron tab to pull updates.  I only pulled out the CentOS 6 part for you, I use this script to pull CentOS 5, 6, 7 and Fedora 20,21. It use to pull openSUSE as well, but we are Red Hat Shop so I had to drop it, but hopefully that will help. <br><br><br>#!/bin/sh<br># try to create the lock and check the outcome<br>LOCKFILE=/var/run/spacewalk_sync.lock<br>lockfile -r 0 ${LOCKFILE} 1&gt;/dev/null 2&gt;&amp;1<br>status=$?<br>if [ ${status} -ne 0 ] ;then<br>        echo &quot;Another instance already running. Aborting.&quot;<br>        exit 1<br>fi<br>trap &quot;rm ${LOCKFILE}&quot; EXIT<br><br></div><br># The following for CentOS 6 x86_64<br><br>/usr/bin/spacewalk-repo-sync --channel centos6-base-x86_64 \<br>                             --url <a href="http://www.gtlib.gatech.edu/pub/centos/6/os/x86_64/">http://www.gtlib.gatech.edu/pub/centos/6/os/x86_64/</a> \<br>                             --type yum 2&gt;&amp;1 &gt;&gt; /var/log/spacewalk_sync.log<br><br>/usr/bin/spacewalk-repo-sync --channel centos6-updates-x86_64 \<br>                             --url <a href="http://www.gtlib.gatech.edu/pub/centos/6/updates/x86_64/">http://www.gtlib.gatech.edu/pub/centos/6/updates/x86_64/</a> \<br>                             --type yum 2&gt;&amp;1 &gt;&gt; /var/log/spacewalk_sync.log<br><br>/usr/bin/spacewalk-repo-sync --channel spacewalk-client-centos6-x86_64 \<br>                             --url <a href="http://spacewalk.redhat.com/yum/2.2-client/RHEL/6/x86_64/">http://spacewalk.redhat.com/yum/2.2-client/RHEL/6/x86_64/</a> \<br>                             --type yum 2&gt;&amp;1 &gt;&gt; /var/log/spacewalk_sync.log<br><br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 11, 2015 at 9:53 AM, Beddingfield, Allen <span dir="ltr">&lt;<a href="mailto:allen@ua.edu" target="_blank">allen@ua.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>
<div>
<div>We have a number of vendors who require exact versions.  We have several products that support exactly RHEL 6.2, down to specifying certain packages that can’t be patched from the version on the original media.  We run RHEL on the production server, and
 CentOS on the test and dev servers, and keep them at the same patch level.  (Anything that doesn’t have weird vendor requirements goes on SLES).  Also, we have a bureaucratic and fairly rigid change control process, so upgrading to the latest release (or even
 applying patches) to many things is a huge ordeal. - this applies to most production systems that have a large user base.  Luckily, I can usually get away with updating sshd and apache with only one meeting.  A “zypper up” or “yum update” requires much more
 red tape in most cases - depending on who owns the system, if it is high profile, etc…</div><span class="">
<div>
<div>
<div>
<div>--</div>
<div>Allen Beddingfield</div>
<div>Systems Engineer</div>
<div>The University of Alabama</div>
</div>
<div><br>
</div>
</div>
</div>
</span></div>
</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:12pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>leam hall<br>
<span style="font-weight:bold">Reply-To: </span>Atlanta Linux Enthusiasts<br>
<span style="font-weight:bold">Date: </span>Thursday, May 7, 2015 at 4:41 PM<div><div class="h5"><br>
<span style="font-weight:bold">To: </span>Atlanta Linux Enthusiasts<br>
<span style="font-weight:bold">Subject: </span>Re: [ale] CentOS repositories question<br>
</div></div></div><div><div class="h5">
<div><br>
</div>
<div>
<div>
<p dir="ltr">Why would you not stay with the current?</p>
<div class="gmail_quote">On May 7, 2015 5:36 PM, &quot;Beddingfield, Allen&quot; &lt;<a href="mailto:allen@ua.edu" target="_blank">allen@ua.edu</a>&gt; wrote:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>
<div>
<div>Looks like I’m going to need a lot more disk space than I thought!</div>
<div>
<div>
<div>
<div>--</div>
<div>Allen Beddingfield</div>
<div>Systems Engineer</div>
<div>The University of Alabama</div>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:12pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>Brian Stanaland<br>
<span style="font-weight:bold">Reply-To: </span>Atlanta Linux Enthusiasts<br>
<span style="font-weight:bold">Date: </span>Thursday, May 7, 2015 at 4:33 PM<br>
<span style="font-weight:bold">To: </span>Atlanta Linux Enthusiasts<br>
<span style="font-weight:bold">Subject: </span>Re: [ale] CentOS repositories question<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>Jim&#39;s correct. This bit us once. We had systems set to update from &quot;6&quot; and were quite surprised when one of the packages we needed got updated. We changed to mirroring the 6.0 branch and everything was fine.<br>
<br>
</div>
--Brian<br>
<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Thu, May 7, 2015 at 5:28 PM, Jim Kinney <span dir="ltr">
&lt;<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">The &#39;6&#39; repo is the latest in the 6 series. The 6.2 only has the release and patches for that exact version. That&#39;s why there&#39;s a 6.0 in the repo.</p>
<div class="gmail_quote">
<div>
<div>On May 7, 2015 5:24 PM, &quot;Beddingfield, Allen&quot; &lt;<a href="mailto:allen@ua.edu" target="_blank">allen@ua.edu</a>&gt; wrote:<br type="attribution">
</div>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div>
<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>I know there are a lot of CentOS users on the group, so I thought someone could answer this question….</div>
<div>Do the /centos/6/os/x86_64 and /centos/6/updates/x86_64 repos have all of the 6.x updates, or are these just for the 6.0 release?  I noticed that there are variations for /centos/6.1/os/x86_64, /centos/6.1/updates/x86_64, all the way through 6.6.  </div>
<div><br>
</div>
<div>Here is the reason I’m asking:</div>
<div>I’m finally getting around to pulling in the updates into our SUSE Manager server (Spacewalk-based), and I’m needing to pull down the repos into channels.  Here is a brief description of that process:</div>
<div><a href="https://wiki.novell.com/index.php/SUSE_Manager/Managing_CentOS" target="_blank">https://wiki.novell.com/index.php/SUSE_Manager/Managing_CentOS</a></div>
<div><br>
</div>
<div>Do I actually need to pull down a separate set for 6 through 6.6, if I have systems at all those various releases, or will pulling down just “6” cover it?  I was under the impression that it was the case, until I started poking around on one of the mirrors
 and found specific ones for each release.  I would just try it and find out, but it takes quite a while to pull one of these repos down.</div>
<div><br>
</div>
<div>Thanks.</div>
<div>Allen B.</div>
<div>
<div>
<div>
<div>--</div>
<div>Allen Beddingfield</div>
<div>Systems Engineer</div>
<div>The University of Alabama</div>
</div>
<div><br>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<span>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
</span></blockquote>
</div>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div>&quot;Anyone who has never made a mistake has never tried anything new.&quot; -Albert Einstein<br>
<br>
</div>
</div>
</div>
</div>
</span></div>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
</blockquote>
</div>
</div>
</div>
</div></div></span>
</div>

<br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Terror PUP a.k.a<br>Chuck &quot;PUP&quot; Payne<br> <br>678 636 9678<br>-----------------------------------------<br>Discover it! Enjoy it! Share it! openSUSE Linux.<br>-----------------------------------------<br>openSUSE -- Terrorpup<br>openSUSE Ambassador/openSUSE Member<br>skype,twiiter,identica,friendfeed -- terrorpup<br>freenode(irc) --terrorpup/lupinstein<br>Register Linux Userid: 155363<br> <br>Have you tried SUSE Studio? Need to create a Live CD,  an app you want to package and distribute , or create your own linux distro. Give SUSE Studio a try.<br><br></div></div>
</div>