On 3/27/2015 12:36 PM, John R Pierce wrote:> On 3/27/2015 12:30 PM, Mark Haney wrote: >> I have no excludes in yum.conf. But I noticed something odd in the >> CentOS-Base.repo file. The [updates] section didn't have an explicit >> 'enabled=1' in it. Though, when I added it in, it made no >> difference. I >> have noticed that I do have some updated packages (like httpd) that are >> from February and appear to be the most recent based on the mirrors, but >> every mirror I hit I see no updated packages listed for this month. >> Maybe >> there's just not been any and I'm overreacting. > > indeed, odd. I just looked at my local mirror of a mirror, and I'm > not seeing anything in /7/ newer than Jan 20oh. is /7/ supposed to be a symlink to /7.0.1406/ or a separate directory ? it appears my mirroring of the mirror may be broken if its supposed to be a symlink. in /7.0.1406/, I'm seeing files up to Feb 22. fyi, I'm using... $ more ~/lftp.sh #!/bin/sh echo "=========================================================" >> $HOME/lftp.log date -R >> $HOME/lftp.log /usr/local/bin/lftp -c 'open ftp://mirrors.sonic.net && lcd /mnt/zbig/mirror && mirror --continue --verbose=1 -x ia64 -x s390 -x s390x -x alpha -x SRPMS centos' >> $HOME/lftp.log on a freebsd (freenas) box to do the mirror. $ lftp --version LFTP | Version 4.6.1 | Copyright (c) 1996-2014 Alexander V. Lukyanov -- john, recycling bits in santa cruz
On Fri, Mar 27, 2015 at 12:46:20PM -0700, John R Pierce wrote:> On 3/27/2015 12:36 PM, John R Pierce wrote: > >On 3/27/2015 12:30 PM, Mark Haney wrote: > >>I have no excludes in yum.conf. But I noticed something odd in the > >>CentOS-Base.repo file. The [updates] section didn't have an explicit > >>'enabled=1' in it. Though, when I added it in, it made no > >>difference. I > >>have noticed that I do have some updated packages (like httpd) that are > >>from February and appear to be the most recent based on the mirrors, but > >>every mirror I hit I see no updated packages listed for this > >>month. Maybe > >>there's just not been any and I'm overreacting. > > > >indeed, odd. I just looked at my local mirror of a mirror, and > >I'm not seeing anything in /7/ newer than Jan 20 > > oh. is /7/ supposed to be a symlink to /7.0.1406/ or a separate > directory ? it appears my mirroring of the mirror may be broken if > its supposed to be a symlink. > > in /7.0.1406/, I'm seeing files up to Feb 22./7/ is a link to the latest release, which at this point in timeis 7.0.1406. Once 7.1 is released, the 7 symlink will point to it. -- ------------------------------------------------------------------------------- .---- Fred Smith / ( /__ ,__. __ __ / __ : / / / / /__) / / /__) .+' Home: fredex at fcshome.stoneham.ma.us / / (__ (___ (__(_ (___ / :__ 781-438-5471 -------------------------------- Jude 1:24,25 ---------------------------------
On 3/27/2015 1:27 PM, Fred Smith wrote:>> oh. is /7/ supposed to be a symlink to /7.0.1406/ or a separate >> >directory ? it appears my mirroring of the mirror may be broken if >> >its supposed to be a symlink. >> > >> >in /7.0.1406/, I'm seeing files up to Feb 22. > /7/ is a link to the latest release, which at this point in timeis 7.0.1406. > Once 7.1 is released, the 7 symlink will point to it.ah, then my mirroring is broken. I'm using... /usr/local/bin/lftp -c 'open ftp://mirrors.sonic.net && lcd /mnt/zbig/mirror && mirror --continue --verbose=1 -x ia64 -x s390 -x s390x -x alpha -x SRPMS centos' (mirrors.sonic.net is relatively close to $job's main internet gateway). -- john, recycling bits in santa cruz
On 03/27/2015 03:27 PM, Fred Smith wrote:> On Fri, Mar 27, 2015 at 12:46:20PM -0700, John R Pierce wrote: >> On 3/27/2015 12:36 PM, John R Pierce wrote: >>> On 3/27/2015 12:30 PM, Mark Haney wrote: >>>> I have no excludes in yum.conf. But I noticed something odd in the >>>> CentOS-Base.repo file. The [updates] section didn't have an explicit >>>> 'enabled=1' in it. Though, when I added it in, it made no >>>> difference. I >>>> have noticed that I do have some updated packages (like httpd) that are >>> >from February and appear to be the most recent based on the mirrors, but >>>> every mirror I hit I see no updated packages listed for this >>>> month. Maybe >>>> there's just not been any and I'm overreacting. >>> >>> indeed, odd. I just looked at my local mirror of a mirror, and >>> I'm not seeing anything in /7/ newer than Jan 20 >> >> oh. is /7/ supposed to be a symlink to /7.0.1406/ or a separate >> directory ? it appears my mirroring of the mirror may be broken if >> its supposed to be a symlink. >> >> in /7.0.1406/, I'm seeing files up to Feb 22. > > /7/ is a link to the latest release, which at this point in timeis 7.0.1406. > Once 7.1 is released, the 7 symlink will point to it. >It is indeed a symlink ... and it will indeed be shifted. People also really should use rsync with the -H option for hardlinks as that will save much space between releases as well. (Almost all the items in the 'cr' repo, 'os' repo, and 'fasttrack' repo from the 7.0.1406 tree will make up the new os repo in the newer 7.1.1503 tree.) If you are not using -H, you have to download each RPM more than once. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20150327/2fa55bea/attachment-0001.sig>