Hi, after correcting a nasty little issue with our Apache config, the
mirror is
now fully accessible. The only difference is that (after a quick test
confirming its accessibility) the Flashwire Group mirror is now available via:
http://mirrors.flashwirenetwork.net/centos
Thanks,
Network and Internet Services Department
The Flashwire Group
Quoting netsvcs(a)flashwirenetwork.net:
> Hi! We're proud to inform you of a new CentOS 3.x mirror in Fremont,
> California. Stats are below.
>
> Happy browsing! :)
>
> Bandwidth: 10Mbps sustained dedicated bandwidth (100Mbps burstable port) on
> Hurricane Electric network
> Location: Fremont, California, USA (Hurricane Electric Fremont data center)
> Frequency: 4 hour intervals beginning at Midnight, PDT/PST
> Contact Emails:
> netsvcs(a)flashwirenetwork.net Network and Internet Services
> admin(a)flashwirenetwork.net Administration Dept (Net&SysAdmin)
> noc(a)flashwirenetwork.net Network Operations & Monitoring
> Name: The Flashwire Group
> Link: http://www.flashwirenetwork.net
> Files Available: All 3.x
>
> We currently have only HTTP access working, but we will promptly
> notify you of
> any changes.
> http://www.flashwirenetwork.net/centos/
>
> Thanks,
> Network and Internet Services Department
> The Flashwire Group
>
>
Hi! We're proud to inform you of a new CentOS 3.x mirror in Fremont,
California. Stats are below.
Happy browsing! :)
Bandwidth: 10Mbps sustained dedicated bandwidth (100Mbps burstable port) on
Hurricane Electric network
Location: Fremont, California, USA (Hurricane Electric Fremont data center)
Frequency: 4 hour intervals beginning at Midnight, PDT/PST
Contact Emails:
netsvcs(a)flashwirenetwork.net Network and Internet Services
admin(a)flashwirenetwork.net Administration Dept (Net&SysAdmin)
noc(a)flashwirenetwork.net Network Operations & Monitoring
Name: The Flashwire Group
Link: http://www.flashwirenetwork.net
Files Available: All 3.x
We currently have only HTTP access working, but we will promptly notify you of
any changes.
http://www.flashwirenetwork.net/centos/
Thanks,
Network and Internet Services Department
The Flashwire Group
Hello List
I have a linux server with centos 3.3, and when run yum update the
follow error appear
# yum update
Gathering header information file(s) from server(s)
Server: CentOS-3.3 - Addons
retrygrab() failed for:
http://mirror.centos.org/centos-3/3.3/addons/i386/headers/header.info
Executing failover method
failover: out of servers to try
Error getting file
http://mirror.centos.org/centos-3/3.3/addons/i386/headers/header.info
[Errno 4] IOError: HTTP Error 404: Not Found
I search into others mirror and the centos 3.3 are removed.... i see
into main page, centos 3.1 are removed but i not see any info for 3.3---
Need to upgrade to 3.5 for updates ?
Thanks for the info ...
-
Cesar Lagarrigue V.
Ingeniero de sistemas
BEE ConsultorÃas y Sistemas
Fono : (562) 231-7131
Fax: (562) 231-7136
Carmencita 25 Of.62
Las Condes
Santiago de Chile
www.bee.cl
My apologies for being completely wrong.
After I synced last night I noticed this behavior as my sync script is evidently incorrect, and didn't link 3.4 to 3.5. Since this was the case 3.4 appeared "empty," which is what I should have stated.
Regards,
Jeremy Alons
Technical Support Engineer
www.fastservers.net
-----Original Message-----
From: centos-mirror-bounces(a)centos.org [mailto:centos-mirror-bounces@centos.org] On Behalf Of Lance Davis
Sent: Tuesday, June 21, 2005 11:02 AM
To: Mailing list for CentOS mirrors.
Subject: RE: [CentOS-mirror] [Errno 4] IOError: HTTP Error 404: Not Found-Centos 3.3 removed? / change the -3 not work
On Tue, 21 Jun 2005, Jeremy Alons wrote:
> Well, after last nights update
there was no update last night ???
anything less than 3.5 was deleted if you're syncing off msync.centos.org::CentOS and using the script posted here a while back that contains --delete.
>
> Probably going to have to find a mirror that either doesn't delete, or hasn't updated yet.
All release below 3.5 symlink to 3.5 for update
Regards
Lance
>
> Regards,
> Jeremy Alons
> Technical Support Engineer
> www.fastservers.net
>
>
> -----Original Message-----
> From: centos-mirror-bounces(a)centos.org [mailto:centos-mirror-bounces@centos.org] On Behalf Of Cesar Lagarrigue
> Sent: Tuesday, June 21, 2005 10:44 AM
> To: Mailing list for CentOS mirrors.
> Subject: Re: [CentOS-mirror] [Errno 4] IOError: HTTP Error 404: Not Found- Centos 3.3 removed? / change the -3 not work
>
> Not work the update ... if i put
> http://mirror.centos.org/centos/3/addons/i386/headers/header.info into
> yum.conf?
>
> centos/$releasever/addons/to centos/3/addons/ ?
>
> ...
>
> [root@123 etc]# yum update
> Gathering header information file(s) from server(s)
> Server: CentOS-3.3 - Addons
> retrygrab() failed for:
> http://mirror.centos.org/centos/3.3/addons/i386/headers/header.info
> Executing failover method
> failover: out of servers to try
> Error getting file
> http://mirror.centos.org/centos/3.3/addons/i386/headers/header.info
> [Errno 4] IOError: HTTP Error 404: Not Found
>
>
> [root@123 etc]# cat yum.conf
> [main]
> cachedir=/var/cache/yum
> debuglevel=2
> logfile=/var/log/yum.log
> pkgpolicy=newest
> distroverpkg=redhat-release
> installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise
> kernel-debug kernel-unsupported kernel-smp-unsupported
> kernel-hugemem-unsupported
> tolerant=1
> exactarch=1
>
> [base]
> name=CentOS-$releasever - Base
> baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
> gpgcheck=1
>
> #released updates
> [update]
> name=CentOS-$releasever - Updates
> baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
> gpgcheck=1
>
> #packages used/produced in the build but not released
> [addons]
> name=CentOS-$releasever - Addons
> baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
> gpgcheck=1
>
> #additional packages that may be useful
> [extras]
> name=CentOS-$releasever - Extras
> baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
> gpgcheck=1
>
> #packages in testing
> #[testing]
> #name=CentOS-$releasever - Testing
> #baseurl=http://mirror.centos.org/centos/$releasever/testing/$basearch/
> #gpgcheck=1
>
>
>
>
> Lance Davis wrote:
>
> >On Tue, 21 Jun 2005, Cesar Lagarrigue wrote:
> >
> >
> >
> >>Hello List
> >>
> >> I have a linux server with centos 3.3, and when run yum update the
> >>follow error appear
> >>
> >># yum update
> >>Gathering header information file(s) from server(s)
> >>Server: CentOS-3.3 - Addons
> >>retrygrab() failed for:
> >> http://mirror.centos.org/centos-3/3.3/addons/i386/headers/header.info
> >> Executing failover method
> >>
> >>
> >
> >just remove the -3
> >
> >eg
> >
> >http://mirror.centos.org/centos/$releasever/addons/i386/headers/header.info
> >
> >etc
> >
> >amd then run yum update to update to 3.5
> >
> >Regards
> >Lance
> >
> >
> >
> >
> >>failover: out of servers to try
> >>Error getting file
> >>http://mirror.centos.org/centos-3/3.3/addons/i386/headers/header.info
> >>[Errno 4] IOError: HTTP Error 404: Not Found
> >>
> >>I search into others mirror and the centos 3.3 are removed.... i see
> >>into main page, centos 3.1 are removed but i not see any info for 3.3---
> >>
> >>Need to upgrade to 3.5 for updates ?
> >>
> >>Thanks for the info ...
> >>
> >>
> >>-
> >>
> >>Cesar Lagarrigue V.
> >>Ingeniero de sistemas
> >>BEE ConsultorÃas y Sistemas
> >>
> >>Fono : (562) 231-7131
> >>Fax: (562) 231-7136
> >>
> >>Carmencita 25 Of.62
> >>Las Condes
> >>Santiago de Chile
> >>
> >>www.bee.cl
> >>
> >>_______________________________________________
> >>CentOS-mirror mailing list
> >>CentOS-mirror(a)centos.org
> >>http://lists.centos.org/mailman/listinfo/centos-mirror
> >>
> >>
> >>
> >
> >
> >
>
>
--
uklinux.net -
The ISP of choice for the discerning Linux user.
_______________________________________________
CentOS-mirror mailing list
CentOS-mirror(a)centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
Well, after last nights update anything less than 3.5 was deleted if you're syncing off msync.centos.org::CentOS and using the script posted here a while back that contains --delete.
Probably going to have to find a mirror that either doesn't delete, or hasn't updated yet.
Regards,
Jeremy Alons
Technical Support Engineer
www.fastservers.net
-----Original Message-----
From: centos-mirror-bounces(a)centos.org [mailto:centos-mirror-bounces@centos.org] On Behalf Of Cesar Lagarrigue
Sent: Tuesday, June 21, 2005 10:44 AM
To: Mailing list for CentOS mirrors.
Subject: Re: [CentOS-mirror] [Errno 4] IOError: HTTP Error 404: Not Found- Centos 3.3 removed? / change the -3 not work
Not work the update ... if i put
http://mirror.centos.org/centos/3/addons/i386/headers/header.info into
yum.conf?
centos/$releasever/addons/to centos/3/addons/ ?
...
[root@123 etc]# yum update
Gathering header information file(s) from server(s)
Server: CentOS-3.3 - Addons
retrygrab() failed for:
http://mirror.centos.org/centos/3.3/addons/i386/headers/header.info
Executing failover method
failover: out of servers to try
Error getting file
http://mirror.centos.org/centos/3.3/addons/i386/headers/header.info
[Errno 4] IOError: HTTP Error 404: Not Found
[root@123 etc]# cat yum.conf
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise
kernel-debug kernel-unsupported kernel-smp-unsupported
kernel-hugemem-unsupported
tolerant=1
exactarch=1
[base]
name=CentOS-$releasever - Base
baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
#released updates
[update]
name=CentOS-$releasever - Updates
baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
#packages in testing
#[testing]
#name=CentOS-$releasever - Testing
#baseurl=http://mirror.centos.org/centos/$releasever/testing/$basearch/
#gpgcheck=1
Lance Davis wrote:
>On Tue, 21 Jun 2005, Cesar Lagarrigue wrote:
>
>
>
>>Hello List
>>
>> I have a linux server with centos 3.3, and when run yum update the
>>follow error appear
>>
>># yum update
>>Gathering header information file(s) from server(s)
>>Server: CentOS-3.3 - Addons
>>retrygrab() failed for:
>> http://mirror.centos.org/centos-3/3.3/addons/i386/headers/header.info
>> Executing failover method
>>
>>
>
>just remove the -3
>
>eg
>
>http://mirror.centos.org/centos/$releasever/addons/i386/headers/header.info
>
>etc
>
>amd then run yum update to update to 3.5
>
>Regards
>Lance
>
>
>
>
>>failover: out of servers to try
>>Error getting file
>>http://mirror.centos.org/centos-3/3.3/addons/i386/headers/header.info
>>[Errno 4] IOError: HTTP Error 404: Not Found
>>
>>I search into others mirror and the centos 3.3 are removed.... i see
>>into main page, centos 3.1 are removed but i not see any info for 3.3---
>>
>>Need to upgrade to 3.5 for updates ?
>>
>>Thanks for the info ...
>>
>>
>>-
>>
>>Cesar Lagarrigue V.
>>Ingeniero de sistemas
>>BEE ConsultorÃas y Sistemas
>>
>>Fono : (562) 231-7131
>>Fax: (562) 231-7136
>>
>>Carmencita 25 Of.62
>>Las Condes
>>Santiago de Chile
>>
>>www.bee.cl
>>
>>_______________________________________________
>>CentOS-mirror mailing list
>>CentOS-mirror(a)centos.org
>>http://lists.centos.org/mailman/listinfo/centos-mirror
>>
>>
>>
>
>
>
--
Cesar Lagarrigue V.
Ingeniero de sistemas
BEE ConsultorÃas y Sistemas
Fono : (562) 231-7131
Fax: (562) 231-7136
Carmencita 25 Of.62
Las Condes
Santiago de Chile
www.bee.cl
_______________________________________________
CentOS-mirror mailing list
CentOS-mirror(a)centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
Hello,
I have 8 servers which run CentOS 3. I'd like to rsync the updates to a
local server so I don't have to bog down the mirrors. What is the best
way to just sync the RPMs for the latest release?
Thanks,
Matthew Richardson
Transim Technology
Due to the split of mirrors with cAos , it will be necessary for mirrors
to make some changes to the way that they mirror the CentOS tree, as
moving forward it will no longer be a part of the caosity tree.
Firstly mirrors need to decide whether they are mirroring CentOS or cAos
or both. They are distinct operating systems, CentOS is a rebuild of
Enterprise Linux , whereas cAos is an rpm based distribution in its own
right.
For more information see www.centos.org or caos.caosity.org
At present both trees are mirrored with a single rsync of
mirror.caosity.org::cAos - moving forward two rsyncs will be needed :-
mirror.caosity.org::caosity that will get the caos tree
and
msync.centos.org::CentOS that will get the CentOS tree
Please note that at present CentOS will be listed and stored within the
cAos tree, this should not be the case in the future - CentOS should never
be stored or listed as a part of cAos or caosity.
Mirror Changes
--------------
In order to achieve the changes required with minimum download bandwidth
the following steps should be carried out. (Note that individual
circumstances may vary - if in doubt do nothing and ask) .
1. Stop cron based rsync job from syncing
2. Move the CentOS tree to its new location, which should be at the root
of the publically served tree.
This can either be achieved with 'mv' or if you want a 2nd chance at it
'cp -al' which will create a hardlinked copy of the tree (as long as it
is on the same partition)
eg with directory structure /pub
/pub/caos
/pub/caos/centos
cp -al /pub/caos/centos /pub/
or
mv /pub/caos/centos /pub
to end up with /pub/
/pub/caos
/pub/centos
(and /pub/caos/centos/ if using cp -al)
3. Create a new rsync cron job to sync the CentOS tree (if required) .
This should be something like :-
rsync -aqzH --delete msync.centos.org::CentOS /pub/
*** note the change to msync.centos.org *** mirror.centos.org is
deprecated for rsync use - to allow us to use different servers for yum
mirrors.
please use rsync -anvzH --delete msync.centos.org::CentOS /pub/
first to test that the command will do the right thing ('n' is dry run
and will just show what wil be transferred - which in theory should be very
little - if it says 40 GB + then the command is wrong !!)
Note that due to the way that rsync works any updates will only be written
to this new tree and not the hardlinked tree left behind if using cp -al
above ( that can be deleted once you are happy with the new location
working).
4. Create a new rsync cron job to sync the cAos tree (if required). This
should be something like :-
rsync -aqzH --delete mirror.caosity.org::caosity /pub/
*** note the change to ::caosity - ::cAos will still sync both trees
for mirrors that havent restructured yet. ***
This will also delete the CentOS tree left underneath the caos tree
above.
You should now have both trees in the correct places.
5. Please email the list to say that you have restructured your mirror and
what the new urls will be for public use. We will update the databases to
reflect these new locations.
6. It is not necessary to mirror all of centos if you do not wish to - eg
you can choose whether to carry 2.1 , 3.3, 3.4, 4.0 - but please note in
the email any trees that you will not be carrying and we will note that in
the database.
7. In the very near future we will be restricting access to
msync.centos.org to publically listed mirrors only - we have to establiush
a way for new mirrors to sync first though.
8. We will be tracking which mirrors have/havent restructured and will
contact individual mirrors accordingly.
There is now an irc channel - #centos-mirror
on irc.freenode.net where mirroring discussions may be held.
Lance
--
uklinux.net -
The ISP of choice for the discerning Linux user.