Hello,
We've added an HTTPS URL to our mirroring service. CentOS mirror is now
available via:
http://anorien.csc.warwick.ac.uk/mirrors/CentOS/
ftp://anorien.csc.warwick.ac.uk/CentOS/
rsync://anorien.csc.warwick.ac.uk/CentOS/
and the new one:
https://anorien.csc.warwick.ac.uk/mirrors/CentOS/
The certificate is a TERENA one, please let us know if you encounter any
trust issues.
Regards,
--
Jaroslaw Zachwieja
Centre for Scientific Computing, University of Warwick, UK
Hi all,
new CentOS mirror in Switzerland:
* URL: http://www.h-net.ch/mirror/centos (just http access)
* All versions, All Architectures, DVD Downloads
* Synchronizing 4 times a day: 00:17, 06:28, 12:39, 18:41
* Location: Zurich (ZH), Switzerland (CH)
* Bandwidth: 30 MBit
* Organization: H-Net AG, http://www.h-net.ch
Regards
Markus
Hi!
Now I inform for change in our mirroring infrastructure: we move to new
domain and IP. Mirror server centos.vc.ukrtel.net at 90 days already
moved to centos.ip-connect.vn.ua (also accessible at old domain name
before 01.03.2013). After this date we not guaranteed correct work on
this domain -- that, please, exclude/move mirror centos.vc.ukrtel.net
from mirror pool.
Thanks!
----
Best regards,
SNAK,
mirror admin of vc.ukrtel.net
Okay, here it is:
#!/bin/bash
echo "--BEGINNING REPOSITORY SYNC AT `date`--"
if [ -f /var/lock/subsys/rsync_updates ]; then
echo "Updates via rsync already running."
echo "--ERROR: REPOSITORY SYNC ABORTED AT `date`--"
exit 0
fi
if [ -d /share/CentOS/6.3 ] ; then
echo "--SYNCING CentOS REPOSITORY, PLEASE WAIT--"
touch /var/lock/subsys/rsync_updates
time rsync -avSHP --delete --exclude "6.2/" --exclude "isos/" --exclude
"HEADER.html" --no-motd rsync.gtlib.gatech.edu::centos /share/CentOS/
/bin/rm -f /var/lock/subsys/rsync_updates
echo "--CentOS REPOSITORY SYNC FINISHED AT `date`--"
else
echo "Target directory /share/CentOS/6.3 not present."
echo "--ERROR: REPOSITORY SYNC ABORTED AT `date`--"
fi
Hope this helps.
On Thu, Feb 28, 2013 at 1:02 PM, Tony Schliesser <tony(a)schliesser.org>wrote:
> Ryan - If you don't care to share your mirror script, I'd like to see it.
>
> Thanks,
> Tony
>
>
> Hi Jim, it's quite easy to do with a script. This first section here
> checks to see if a lock is present, and if it is, the script bails:
>
> if [ -f /var/lock/subsys/rsync_updates ]; then
> echo "Updates via rsync already running."
> echo "--ERROR: REPOSITORY SYNC ABORTED AT `date`--"
> exit 0
> fi
>
> When I begin my sync, it touches the lock file (touch
> /var/lock/subsys/rsync_updates), and when finished, removes it (/bin/rm -f
> /var/lock/subsys/rsync_updates). If you need any help or wish to see my
> full script, just let me know and I can provide it.
>
>
>
> On Wed, Feb 27, 2013 at 8:42 PM, Jim Hartnett <mirrors(a)gawsolutions.us>wrote:
>
>> Ok, I have the lock scripts setup and working, I think we're ready to
>> add our mirror.
>>
>> (information repeated):
>>
>> mirror Url: http://mirrors.gawsolutions.us/centos
>> bandwidth: 100 Mbps up/down unmetered transfer
>> located in dallas, tx, usa
>> Geeks at Work Solutions
>> centos machine with apache
>> rsync twice a day at offset minutes (reduces peak for even hour starts)
>>
>> - -Jim
>>
>> P.S: sorry if this message gets repeated multiple times. I just found out
>> my email client was having some issues with the account I use for mirror
>> mailing lists
>>
>> _______________________________________________
>> CentOS-mirror mailing list
>> CentOS-mirror(a)centos.org
>> http://lists.centos.org/mailman/listinfo/centos-mirror
>>
>
>
Sure thing, I'm not at the office right now but when I am I'll send it off
to you.
On Feb 28, 2013 1:02 PM, "Tony Schliesser" <tony(a)schliesser.org> wrote:
> Ryan - If you don't care to share your mirror script, I'd like to see it.
>
> Thanks,
> Tony
>
>
> Hi Jim, it's quite easy to do with a script. This first section here
> checks to see if a lock is present, and if it is, the script bails:
>
> if [ -f /var/lock/subsys/rsync_updates ]; then
> echo "Updates via rsync already running."
> echo "--ERROR: REPOSITORY SYNC ABORTED AT `date`--"
> exit 0
> fi
>
> When I begin my sync, it touches the lock file (touch
> /var/lock/subsys/rsync_updates), and when finished, removes it (/bin/rm -f
> /var/lock/subsys/rsync_updates). If you need any help or wish to see my
> full script, just let me know and I can provide it.
>
>
>
> On Wed, Feb 27, 2013 at 8:42 PM, Jim Hartnett <mirrors(a)gawsolutions.us>wrote:
>
>> Ok, I have the lock scripts setup and working, I think we're ready to
>> add our mirror.
>>
>> (information repeated):
>>
>> mirror Url: http://mirrors.gawsolutions.us/centos
>> bandwidth: 100 Mbps up/down unmetered transfer
>> located in dallas, tx, usa
>> Geeks at Work Solutions
>> centos machine with apache
>> rsync twice a day at offset minutes (reduces peak for even hour starts)
>>
>> - -Jim
>>
>> P.S: sorry if this message gets repeated multiple times. I just found out
>> my email client was having some issues with the account I use for mirror
>> mailing lists
>>
>> _______________________________________________
>> CentOS-mirror mailing list
>> CentOS-mirror(a)centos.org
>> http://lists.centos.org/mailman/listinfo/centos-mirror
>>
>
>
i have the mirror initially synced, but need to setup lock files. documentation said to ask the mailing list
mirror Url: http://mirrors.gawsolutions.us/centos
bandwidth: 100 Mbps up/down unmetered transfer
located in dallas, tx, usa
Geeks at Work Solutions
centos machine with apache
rsync twice a day at offset minutes (reduces peak for even hour starts)
-Jim, Geeks at Work Solutions
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
I do not want to be part of this stop
Sent from my Verizon Wireless 4G LTE Smartphone
-------- Original message --------
From: Ralph Angenendt <ralph.angenendt(a)gmail.com>
Date:
To: centos-mirror(a)centos.org
Subject: Re: [CentOS-mirror] NEW mirror by HostingXtreme - Ohio
On 16.02.2013 16:20, Info | HostingXtreme.com wrote:
> Hi,
>
> We have setup a new public mirror for CentOS.
Mirror has been added and should show up in a few hours.
Thanks for your support.
Ralph
_______________________________________________
CentOS-mirror mailing list
CentOS-mirror(a)centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror