Hi everyone,
My name is Daniel Callaghan and I'm starting a new site called LinuxBoxSolution.com. My first mirror is my Centos Mirror. I set up my centos server with cron to run the rsync command just as described in the CentOS home page tutorial. My mirror links are:
http://centos.linuxboxsolution.com
ftp://centos.linuxboxsolution.com
My problem is lying that it doesn't seem to be completing the sync. FTP view shows a folder for version 4 but clicking it gives an 500 error and http doesn't even show anything past 3.9 please help. I want to give back to the linux communities by setting up these mirrors for all major releases and by offering a wiki were tutorials and other information will be posted just like the other ones. Just mine will have a new web2.0 feel to it once done with the help of joomla. So any help to set these mirrors up correctly would be much appreciated.
Hello Daniel. I can help you for setting up your servers. If you need that, please add me to gtalk.
my gtalk ID: anar@agayarov.info
On Sat, Oct 2, 2010 at 8:22 PM, Colocation Enterprise < contactus@colocationenterprise.com> wrote:
Hi everyone,
My name is Daniel Callaghan and I'm starting a new site called LinuxBoxSolution.com. My first mirror is my Centos Mirror. I set up my centos server with cron to run the rsync command just as described in the CentOS home page tutorial. My mirror links are:
http://centos.linuxboxsolution.com
ftp://centos.linuxboxsolution.com
My problem is lying that it doesn't seem to be completing the sync. FTP view shows a folder for version 4 but clicking it gives an 500 error and http doesn't even show anything past 3.9 please help. I want to give back to the linux communities by setting up these mirrors for all major releases and by offering a wiki were tutorials and other information will be posted just like the other ones. Just mine will have a new web2.0 feel to it once done with the help of joomla. So any help to set these mirrors up correctly would be much appreciated.
CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
On 10/02/2010 04:22 PM, Colocation Enterprise wrote:
My problem is lying that it doesn't seem to be completing the sync. FTP view shows a folder for version 4 but clicking it gives an 500 error and http doesn't even show anything past 3.9 please help.
what command are you using to do the sync ?
- KB
Rsync -azqH --delete us-msync.centos.org::CentOS
The above command is what is listed on the centos wiki and I'm running I through a cron script to run at noon and midnight I'm using Centos5.5 as the os for the mirror
www.Krzyview.com www.Email-Marketers.com Sent from my iPhone
On Oct 3, 2010, at 8:49 AM, Karanbir Singh mail-lists@karan.org wrote:
On 10/02/2010 04:22 PM, Colocation Enterprise wrote:
My problem is lying that it doesn't seem to be completing the sync. FTP view shows a folder for version 4 but clicking it gives an 500 error and http doesn't even show anything past 3.9 please help.
what command are you using to do the sync ?
- KB
On Sun, Oct 3, 2010 at 9:51 PM, Colocation Enterprise contactus@colocationenterprise.com wrote:
Rsync -azqH --delete us-msync.centos.org::CentOS
The rsync command is ok (if you use rsync, not Rsync) , the impotent issue is the destination directory.
There should be something like: rsync -azqH --delete us-msync.centos.org::CentOS /path/to/your/local/centosdir/
The above command is what is listed on the centos wiki and I'm running I through a cron script to run at noon and midnight I'm using Centos5.5 as the os for the mirror
Running 2 time or 4 times is not the issue we are talking about. From my location, I can see both HTTP and FTP is serving content but in FTP 'last modified' is wrong.
Other then that I didn't fine any problem on your mirror. Both HTTP & FTP is serving content. Your mirror is showing fine from my location. So rsync is not a problem.
You have to look on your FTP server configuration to show the folder and other file with correct icon.
from my location URL ftp://centos.linuxboxsolution.com/3.1 is showing:
Index of /3.1 Name Size Date Modified [parent directory] HEADER.images/ 8/25/06 12:00:00 AM Readme.txt 2582 B 8/24/06 12:00:00 AM addons/ 10/22/07 12:00:00 AM centosplus/ 10/22/07 12:00:00 AM contrib/ 10/15/05 12:00:00 AM csgfs/ 8/24/06 12:00:00 AM docs/ 8/25/06 12:00:00 AM extras/ 10/22/07 12:00:00 AM fasttrack/ 7/3/07 12:00:00 AM isos/ 10/22/07 12:00:00 AM os/ 10/22/07 12:00:00 AM scripts/ 8/25/06 12:00:00 AM testing/ 11/7/05 12:00:00 AM updates/ 10/22/07 12:00:00 AM
Are you serving both FTP and HTTP from same directory? seems not.
Run the following command:
rsync -azvH --delete us-msync.centos.org::CentOS /path/to/your/local/centosdir/
It will give you output, try to share the output of above command with us, so that we can understand why the FTP is showing wrong last modified time. If possible we would also like to look at your FTP server's configuration file if possible.