ftp://ftp.ntua.gr/pub/www/apache/ ftp://xenia.sote.hu/pub/mirrors/www.apache.org/ ftp://apache.mirrors.enexis.hu/mirrors/apache/ ftp://mirror.hostfuss.com/apache/ ftp://apache.uib.no/pub/apache/ ftp://mirrors.dedipower.com/ftp.apache.org/ http://tweedo.com/mirror/apache/ http://apache.xenvps.us/ http://apache.mirror.testserver.li/ http://apache.mirror.iphh.net/ http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/www.apache.org/ http://apache.mirror.digionline.de/ http://apache.abdaal.com/ http://apache.ntua.gr/ http://xenia.sote.hu/ftp/mirrors/www.apache.org/ http://apache.mirrors.enexis.hu/ http://apache.linux.edu.lv/ http://apache.mirrors.webazilla.nl/ # http://apache.hippo.nl/ http://apache.uib.no/ http://mirrors.dedipower.com/ftp.apache.org/ http://mirrors.ukfast.co.uk/sites/ftp.apache.org/ http://apache.mirror.rbftpnetworks.com/ http://mirror.lividpenguin.com/pub/apache/ -------------------------- Hi %MAIL%, ------------------------------------------------------------ | | Update ; fixed a typo in my previous mail ; sorry. | | > rsync avz --delete --safe-links ... | | should have been : | | > rsync -avz --delete --safe-links ... | ------------------------------------------------------------ looking at your apache mirror : %URLS% we noticed that your mirror has a problem with : %URL1%subversion/ It appears to be missing, or it doesn't have the right permissions. Please don't change the permissions, but fix your setup ; so you will not have the same problem in the future. Please look (again) at our 'how-to-mirror' : http://www.apache.org/info/how-to-mirror.html Observe two things : 1. we have changed the recommended rsync options to : rsync -avz --delete --safe-links ... 2. we now recommend to put a 'umask' setting in your cronjob : umask 022 ; rsync ... So, if you have a permission problem, make sure your cronjob is : MM HH * * * umask 022 ; rsync -avz --delete --safe-links ... The 'umask 022' setting allows 'rsync' to set permissions like : drwxr-xr-x ... some_directory -rw-r--r-- ... some_file A 'umask 077' setting (which is often the default for cronjobs) allows 'rsync' to set permissions only as wide as : drwx------ ... some_directory -rw------- ... some_file ... and you don't want that, right ? Note that : -- we will silently remove mirrors with persistent permission problems Please mail me (henkp@apache.org) if you have a permission problem, and changing your set-up did (or didn't :-) fix it ; or if you have any other questions, remarks etc. Thanks for looking into this, Henk Penning -- apache.org infrastructure