New mirror http://lnx.apollo-hw.ro ftp://ftp.apollo-hw.ro Timisoara/Timis/Romania bandwidth =20MB sync 4 time/day I try to add in the past my mirror but nothing is happen maybe I do something wrong can somebody tell me if something is missing from my mail or server config pls? Thanks Marius Ardelean
On Fri, May 22, 2009 at 12:44:10PM +0300, Office Apollo Hardware Consulting SRL wrote:
New mirror http://lnx.apollo-hw.ro
should be http://lnx.apollo-hw.ro/CentOS/
ftp://ftp.apollo-hw.ro Timisoara/Timis/Romania bandwidth =20MB sync 4 time/day I try to add in the past my mirror but nothing is happen maybe I do
something wrong can somebody tell me if something is missing from my mail or server config pls?
I have replied directly to you every time but without answers for more detailed informations.
email of the point of contact?
Best regards,
Tru
________________________Begin Script____________________________________ #!/bin/bash
/usr/bin/rsync -aqzHv --delete eu-msync.centos.org::CentOS /Data/Opensource/CentOS/ > /var/log/repos_centos.log if [ "$?" -eq 0 ] then echo "Centos-EU Syncing OK" | logger else /usr/bin/rsync -aqzHv --delete us-msync.centos.org::CentOS /Data/Opensource/CentOS/ > /var/log/repos_centos.log if [ "$?" -eq 0 ] then echo "Centos-US Syncing OK" | logger else echo "ERROR: CentOS not syncing!!!" | logger fi fi
________________________END OF SCRIPT_______________________________
Maybe help somebody
BR Marius Ardelean