[CentOS] Script to sync with repo

2011-07-20 Thread Jerry Geis
under 5.6 I have a script that runs every night to rsync the repodata for local installations. I added the 6.0 to do the same. Something seems wrong now for 6.0. I do the same thing and I get errors from my local repo at install time. Seems like the cyrus-sasl package is never happy and aborts

Re: [CentOS] Script to sync with repo

2011-07-20 Thread Joseph L. Casale
for VERSION in 5.6 6.0 Check your httpd error log for a 404:) Just a WAG, I presume you modified your 5x installs to not look in the default 5 location, where point releases get symlinked too once they are current. Your 6.0 install looks for a 6 directory.

Re: [CentOS] Script to sync with repo

2011-07-20 Thread Devin Reade
Also try an invocation of rsync with the checksum flag; that'll catch any files that might be corrupted. It does increase server load and rsync run time, though, so you should probably disable it again afterwards. Devin ___ CentOS mailing list

Re: [CentOS] Script to sync with repo

2011-07-20 Thread Joseph L. Casale
It does increase server load and rsync run time, though, so you should probably disable it again afterwards. That's why most repo's don't allow the use of it, I use the same master as you Jerry, and they are certainly far too large to allow that. ___

Re: [CentOS] Script to sync with repo

2011-07-20 Thread Paul Heinlein
On Wed, 20 Jul 2011, Jerry Geis wrote: under 5.6 I have a script that runs every night to rsync the repodata for local installations. I added the 6.0 to do the same. Something seems wrong now for 6.0. I do the same thing and I get errors from my local repo at install time. Seems like the