New mirror online at http://mirror.active9.com/centos/ Location: Chicago Network: Tier 1 Speed Limit: 10mbps Bandwidth Limit: Unlimited OS: Centos 5.4 (doy!) Uptime: 24/7 Sync Schedule: */5 (every 5 hours)
~Enjoy!
Am 08.04.10 20:43, schrieb Chris:
New mirror online at http://mirror.active9.com/centos/ Location: Chicago Network: Tier 1 Speed Limit: 10mbps Bandwidth Limit: Unlimited OS: Centos 5.4 (doy!) Uptime: 24/7 Sync Schedule: */5 (every 5 hours)
Sponsor? (private mirror?) Are you the person to contact for that mirror?
Sorry for the delay in answering requests here.
Cheers,
Ralph
Active9.com is the sponsor. It is a public mirror and I am the contact. yes.
On Thu, Apr 15, 2010 at 2:01 PM, Ralph Angenendt ralph.angenendt@gmail.comwrote:
Am 08.04.10 20:43, schrieb Chris:
New mirror online at http://mirror.active9.com/centos/ Location: Chicago Network: Tier 1 Speed Limit: 10mbps Bandwidth Limit: Unlimited OS: Centos 5.4 (doy!) Uptime: 24/7 Sync Schedule: */5 (every 5 hours)
Sponsor? (private mirror?) Are you the person to contact for that mirror?
Sorry for the delay in answering requests here.
Cheers,
Ralph _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
Am 16.04.10 14:34, schrieb Chris:
Active9.com is the sponsor. It is a public mirror and I am the contact. yes.
Okay, I added your mirror, it should show up shortly.
Regards and thanks for supporting CentOS,
Ralph
Ok great. Thanks for letting me know.
Also a public ftp is available at: ftp://mirror.active9.com/centos/
PS: How would I go about adding dvd downloads? Should i just mirror from a mirror with dvd copies or is there a master repo with dvd downloads?
~Chris
On Sun, Apr 18, 2010 at 12:33 PM, Ralph Angenendt <ralph.angenendt@gmail.com
wrote:
Am 16.04.10 14:34, schrieb Chris:
Active9.com is the sponsor. It is a public mirror and I am the contact. yes.
Okay, I added your mirror, it should show up shortly.
Regards and thanks for supporting CentOS,
Ralph _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
Thanks for the provision of the public mirror. Does one need to add this url to one's repo list or is it automatically added to the mirrors that are searched by a server's repo list?
(Top or bottom posting on this list?)
On 18 April 2010 23:03, Chris talkquazi@gmail.com wrote:
Ok great. Thanks for letting me know.
Also a public ftp is available at: ftp://mirror.active9.com/centos/
PS: How would I go about adding dvd downloads? Should i just mirror from a mirror with dvd copies or is there a master repo with dvd downloads?
~Chris
On Sun, Apr 18, 2010 at 12:33 PM, Ralph Angenendt ralph.angenendt@gmail.com wrote:
Am 16.04.10 14:34, schrieb Chris:
Active9.com is the sponsor. It is a public mirror and I am the contact. yes.
Okay, I added your mirror, it should show up shortly.
Regards and thanks for supporting CentOS,
Ralph _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
On Mon, Apr 19, 2010 at 10:46 AM, john maclean jayeola@gmail.com wrote:
Thanks for the provision of the public mirror. Does one need to add this url to one's repo list or is it automatically added to the mirrors that are searched by a server's repo list?
As the active9 mirror only has 10Mbps, it is not considered for the mirrorlists. If it is close to you in a network way, you'd need to add it manually.
(Top or bottom posting on this list?)
Neither. Edit your mails so only the parts you are referring to are quoted. Normal mailing list etiquette :)
Ralph
I believe it will be auto added. However you can force it to use this mirror if you like.
vi /etc/yum.repos.d/CentOS-Base.repo
----------------------------------------------------------------------- # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # #
[base] name=CentOS-$releasever - Base mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... baseurl=http://mirror.active9.com/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#released updates [updates] name=CentOS-$releasever - Updates mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... baseurl=http://mirror.active9.com/centos/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#packages used/produced in the build but not released [addons] name=CentOS-$releasever - Addons mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... baseurl=http://mirror.active9.com/centos/$releasever/addons/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful [extras] name=CentOS-$releasever - Extras mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... baseurl=http://mirror.active9.com/centos/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... baseurl=http://mirror.active9.com/centos/$releasever/centosplus/$basearch/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#contrib - packages by Centos Users [contrib] name=CentOS-$releasever - Contrib mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... baseurl=http://mirror.active9.com/centos/$releasever/contrib/$basearch/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
-----------------------------------------------------------------------
This will force your server to use mirror.active9. However it still might bounce and download from other mirrors due to the fastestmirrors yum app.
Hope that answers your question.
On Mon, Apr 19, 2010 at 4:46 AM, john maclean jayeola@gmail.com wrote:
Thanks for the provision of the public mirror. Does one need to add this url to one's repo list or is it automatically added to the mirrors that are searched by a server's repo list?
(Top or bottom posting on this list?)
On 18 April 2010 23:03, Chris talkquazi@gmail.com wrote:
Ok great. Thanks for letting me know.
Also a public ftp is available at: ftp://mirror.active9.com/centos/
PS: How would I go about adding dvd downloads? Should i just mirror from
a
mirror with dvd copies or is there a master repo with dvd downloads?
~Chris
On Sun, Apr 18, 2010 at 12:33 PM, Ralph Angenendt ralph.angenendt@gmail.com wrote:
Am 16.04.10 14:34, schrieb Chris:
Active9.com is the sponsor. It is a public mirror and I am the contact. yes.
Okay, I added your mirror, it should show up shortly.
Regards and thanks for supporting CentOS,
Ralph _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
-- John Maclean 07739 171 531 MSc (DIC)
Enterprise Linux Systems Engineer _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
On Mon, Apr 19, 2010 at 12:03 AM, Chris talkquazi@gmail.com wrote:
Ok great. Thanks for letting me know.
Also a public ftp is available at: ftp://mirror.active9.com/centos/
You need to tell us :) I hope I remember adding it this evening.
PS: How would I go about adding dvd downloads? Should i just mirror from a mirror with dvd copies or is there a master repo with dvd downloads?
At the moment the former. In the (I hope) not so distant future the latter.
Ralph