You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mirrors@apache.org by sh...@cinedictum.com on 2012/01/29 15:32:28 UTC

Re: your apache mirror

I didn't touch the settings on my servers ever and now they are not
updating as often as they should. Anything quick you can suggest to
solve this problem? If yes, please let me know ASAP, if not, I'll try
to hire someone to work on this. Currently everything is set the same
way as always before (all is untouched) and it should be updating a
few time a day or so, I don't really remember. Thanks.

-- 
Kindest regards,
Shavkat

---
Wednesday, January 25, 2012, 9:52:11 AM, you wrote:

> Hi shk@cinedictum.com,

>   thanks for supporting apache.org with your apache mirror at

>     http://mirrors.kahuki.com/apache/

>   We have looked at your mirror and it is now 8 days old.
>   Please see the overview of the state of all apache mirrors :

>     http://www.apache.org/mirrors/

>   If your mirror becomes too much out-of-date,
>   we will have to delete it from the mirror list.

>   If you have questions, please look up the how-to-mirror page

>     http://www.apache.org/info/how-to-mirror.html

>   or send mail to the mirrors list (mirrors@apache.org).

>   NOTE : this reminder mail is generated automatically, and
>          it is sent once a week to mirrors over 3 days old.

>   Thanks, regards,

>   The apache.org mirror team.

>   ----------------------------------------------------------------

>   Some quick reference info :

>   -- apache rsync sources for your apache mirror :
>      
>        europe : rsync.eu.apache.org
>        usa    : rsync.us.apache.org
>        world  : rsync.apache.org

>   -- rsync command to use :

>        rsync -rtlzv --delete SOURCE::apache-dist /path/to/mirror

>      where SOURCE is one of the apache rsync sources.

>      Use --progress when you rsync 'by hand'.

>   -- your crontab entry should be like

>        MIN HR * * * /usr/bin/rsync ..........
>      
>      where MIN (for minute) is some number between 0 and 59
>      and HR for (hour) is a number between 0 and 23 ; example

>        42  7 * * * /usr/bin/rsync .....
>        23 21 * * * /usr/bin/rsync .....
>      
>      Please don't use minute 0, because everybody does that :-)

>        BAD            : 0 21 * * * /usr/bin/rsync .....

>      Never, never use minute * ; you will sync *every*minute*.

>        VERY, VERY BAD : * 21 * * * /usr/bin/rsync .....

>   -- frequency : once or twice a day is fine ;
>      more than four times a day is too much.



unsubscribe

Posted by Piotr Roszkowski <od...@gmail.com>.
И меня. Спасибо.

unsubscribe

Posted by "Marcus Dressler, onSite.org internet services" <m....@onsite.org>.



Mit freundlichen Grüßen aus Oberursel,

Marcus Dressler
Geschäftsleitung
____________________________________
onSite internet services - wir machen das web!
bischof-brand-str.2 . 61440 oberursel . germany
fon +49 (0)6171  981180 . fax 982810 . 
http://www.onSite.org


> ----- Ursprüngliche Nachricht -----
> Von:         shk@cinedictum.com
> An:          apmirror@apache.org
> CC:          mirrors@apache.org
> Gesendet am: Sonntag, 29. Januar 2012 15:32
> Betreff:     [bulk]: Re: your apache mirror
> 
> 
> I didn't touch the settings on my servers ever and now they are not
> updating as often as they should. Anything quick you can suggest to
> solve this problem? If yes, please let me know ASAP, if not, I'll 
> try
> to hire someone to work on this. Currently everything is set the 
> same
> way as always before (all is untouched) and it should be updating a
> few time a day or so, I don't really remember. Thanks.
> 
> -- 
> Kindest regards,
> Shavkat
> 
> ---
> Wednesday, January 25, 2012, 9:52:11 AM, you wrote:
> 
>> Hi shk@cinedictum.com,
> 
>>   thanks for supporting apache.org with your apache mirror at
> 
>>     http://mirrors.kahuki.com/apache/
> 
>>   We have looked at your mirror and it is now 8 days old.
>>   Please see the overview of the state of all apache mirrors :
> 
>>     http://www.apache.org/mirrors/
> 
>>   If your mirror becomes too much out-of-date,
>>   we will have to delete it from the mirror list.
> 
>>   If you have questions, please look up the how-to-mirror page
> 
>>     http://www.apache.org/info/how-to-mirror.html
> 
>>   or send mail to the mirrors list (mirrors@apache.org).
> 
>>   NOTE : this reminder mail is generated automatically, and
>>          it is sent once a week to mirrors over 3 days old.
> 
>>   Thanks, regards,
> 
>>   The apache.org mirror team.
> 
>>   ----------------------------------------------------------------
> 
>>   Some quick reference info :
> 
>>   -- apache rsync sources for your apache mirror :
>>      
>>        europe : rsync.eu.apache.org
>>        usa    : rsync.us.apache.org
>>        world  : rsync.apache.org
> 
>>   -- rsync command to use :
> 
>>        rsync -rtlzv --delete SOURCE::apache-dist /path/to/mirror
> 
>>      where SOURCE is one of the apache rsync sources.
> 
>>      Use --progress when you rsync 'by hand'.
> 
>>   -- your crontab entry should be like
> 
>>        MIN HR * * * /usr/bin/rsync ..........
>>      
>>      where MIN (for minute) is some number between 0 and 59
>>      and HR for (hour) is a number between 0 and 23 ; example
> 
>>        42  7 * * * /usr/bin/rsync .....
>>        23 21 * * * /usr/bin/rsync .....
>>      
>>      Please don't use minute 0, because everybody does that :-)
> 
>>        BAD            : 0 21 * * * /usr/bin/rsync .....
> 
>>      Never, never use minute * ; you will sync *every*minute*.
> 
>>        VERY, VERY BAD : * 21 * * * /usr/bin/rsync .....
> 
>>   -- frequency : once or twice a day is fine ;
>>      more than four times a day is too much.


Re: your apache mirror

Posted by Tarek Mhamdi <ta...@gmail.com>.
Hi Shavkat,

I am not in front of a computer before the afternoon. You can check the cron jobs to see of the one to update the mirror is there
crontab -l
Lists all the jobs. Then try to launch the command in that job to see if there is any error. The command starts with rsync

Tarek


--
This message was sent from a handheld device


On 2012-01-29, at 9:32 AM, shk@cinedictum.com wrote:

> I didn't touch the settings on my servers ever and now they are not
> updating as often as they should. Anything quick you can suggest to
> solve this problem? If yes, please let me know ASAP, if not, I'll try
> to hire someone to work on this. Currently everything is set the same
> way as always before (all is untouched) and it should be updating a
> few time a day or so, I don't really remember. Thanks.
> 
> -- 
> Kindest regards,
> Shavkat
> 
> ---
> Wednesday, January 25, 2012, 9:52:11 AM, you wrote:
> 
>> Hi shk@cinedictum.com,
> 
>>  thanks for supporting apache.org with your apache mirror at
> 
>>    http://mirrors.kahuki.com/apache/
> 
>>  We have looked at your mirror and it is now 8 days old.
>>  Please see the overview of the state of all apache mirrors :
> 
>>    http://www.apache.org/mirrors/
> 
>>  If your mirror becomes too much out-of-date,
>>  we will have to delete it from the mirror list.
> 
>>  If you have questions, please look up the how-to-mirror page
> 
>>    http://www.apache.org/info/how-to-mirror.html
> 
>>  or send mail to the mirrors list (mirrors@apache.org).
> 
>>  NOTE : this reminder mail is generated automatically, and
>>         it is sent once a week to mirrors over 3 days old.
> 
>>  Thanks, regards,
> 
>>  The apache.org mirror team.
> 
>>  ----------------------------------------------------------------
> 
>>  Some quick reference info :
> 
>>  -- apache rsync sources for your apache mirror :
>> 
>>       europe : rsync.eu.apache.org
>>       usa    : rsync.us.apache.org
>>       world  : rsync.apache.org
> 
>>  -- rsync command to use :
> 
>>       rsync -rtlzv --delete SOURCE::apache-dist /path/to/mirror
> 
>>     where SOURCE is one of the apache rsync sources.
> 
>>     Use --progress when you rsync 'by hand'.
> 
>>  -- your crontab entry should be like
> 
>>       MIN HR * * * /usr/bin/rsync ..........
>> 
>>     where MIN (for minute) is some number between 0 and 59
>>     and HR for (hour) is a number between 0 and 23 ; example
> 
>>       42  7 * * * /usr/bin/rsync .....
>>       23 21 * * * /usr/bin/rsync .....
>> 
>>     Please don't use minute 0, because everybody does that :-)
> 
>>       BAD            : 0 21 * * * /usr/bin/rsync .....
> 
>>     Never, never use minute * ; you will sync *every*minute*.
> 
>>       VERY, VERY BAD : * 21 * * * /usr/bin/rsync .....
> 
>>  -- frequency : once or twice a day is fine ;
>>     more than four times a day is too much.
> 
> 

Re: your apache mirror

Posted by Shavkat Karimov <sh...@shavkat.com>.
Hi Tarek,

I don't really know how to use shell. :) Here are the actual cron jobs
I see in my cpanels, anything is wrong there? How can I fix it via
cpanel?

18      2       *       *       0,1,2,3,4,5,6   rsync -rtlzv --exclude "/README.html" --delete rsync.apache.org::apache-dist /home/shavkat/public_html/takeyellow.com/apachemirror

2       23      *       *       0,1,2,3,4,5,6   rsync -rtlzv --exclude "/README.html" --delete rsync.us.apache.org::apache-dist /home/ideadom/www/mirrors.kahuki.com/apache

3       0,12    *       *       *       rsync -rtlzv --exclude "/README.html" --delete rsync.us.apache.org::apache-dist /home/cyberuse/public_html/apache

Maybe hostgator blocked cron jobs somehow and changed something there
so they stopped working without me touching them?

Please let me know and thanks for your endless support!!!

-- 
Kindest regards,
Shavkat


---
Monday, January 30, 2012, 2:41:55 AM, you wrote:

> Hi Shavkat,

> Did you manage to solve the problem?

> I just got home. I can look into it if you want. 


> --
> This message was sent from a handheld device


> On 2012-01-29, at 9:32 AM, shk@cinedictum.com wrote:

>> I didn't touch the settings on my servers ever and now they are not
>> updating as often as they should. Anything quick you can suggest to
>> solve this problem? If yes, please let me know ASAP, if not, I'll try
>> to hire someone to work on this. Currently everything is set the same
>> way as always before (all is untouched) and it should be updating a
>> few time a day or so, I don't really remember. Thanks.
>> 
>> -- 
>> Kindest regards,
>> Shavkat
>> 
>> ---
>> Wednesday, January 25, 2012, 9:52:11 AM, you wrote:
>> 
>>> Hi shk@cinedictum.com,
>> 
>>>  thanks for supporting apache.org with your apache mirror at
>> 
>>>    http://mirrors.kahuki.com/apache/
>> 
>>>  We have looked at your mirror and it is now 8 days old.
>>>  Please see the overview of the state of all apache mirrors :
>> 
>>>    http://www.apache.org/mirrors/
>> 
>>>  If your mirror becomes too much out-of-date,
>>>  we will have to delete it from the mirror list.
>> 
>>>  If you have questions, please look up the how-to-mirror page
>> 
>>>    http://www.apache.org/info/how-to-mirror.html
>> 
>>>  or send mail to the mirrors list (mirrors@apache.org).
>> 
>>>  NOTE : this reminder mail is generated automatically, and
>>>         it is sent once a week to mirrors over 3 days old.
>> 
>>>  Thanks, regards,
>> 
>>>  The apache.org mirror team.
>> 
>>>  ----------------------------------------------------------------
>> 
>>>  Some quick reference info :
>> 
>>>  -- apache rsync sources for your apache mirror :
>>> 
>>>       europe : rsync.eu.apache.org
>>>       usa    : rsync.us.apache.org
>>>       world  : rsync.apache.org
>> 
>>>  -- rsync command to use :
>> 
>>>       rsync -rtlzv --delete SOURCE::apache-dist /path/to/mirror
>> 
>>>     where SOURCE is one of the apache rsync sources.
>> 
>>>     Use --progress when you rsync 'by hand'.
>> 
>>>  -- your crontab entry should be like
>> 
>>>       MIN HR * * * /usr/bin/rsync ..........
>>> 
>>>     where MIN (for minute) is some number between 0 and 59
>>>     and HR for (hour) is a number between 0 and 23 ; example
>> 
>>>       42  7 * * * /usr/bin/rsync .....
>>>       23 21 * * * /usr/bin/rsync .....
>>> 
>>>     Please don't use minute 0, because everybody does that :-)
>> 
>>>       BAD            : 0 21 * * * /usr/bin/rsync .....
>> 
>>>     Never, never use minute * ; you will sync *every*minute*.
>> 
>>>       VERY, VERY BAD : * 21 * * * /usr/bin/rsync .....
>> 
>>>  -- frequency : once or twice a day is fine ;
>>>     more than four times a day is too much.
>> 
>> 


Re: your apache mirror

Posted by Tarek Mhamdi <ta...@gmail.com>.
Hi Shavkat,

Did you manage to solve the problem?

I just got home. I can look into it if you want. 


--
This message was sent from a handheld device


On 2012-01-29, at 9:32 AM, shk@cinedictum.com wrote:

> I didn't touch the settings on my servers ever and now they are not
> updating as often as they should. Anything quick you can suggest to
> solve this problem? If yes, please let me know ASAP, if not, I'll try
> to hire someone to work on this. Currently everything is set the same
> way as always before (all is untouched) and it should be updating a
> few time a day or so, I don't really remember. Thanks.
> 
> -- 
> Kindest regards,
> Shavkat
> 
> ---
> Wednesday, January 25, 2012, 9:52:11 AM, you wrote:
> 
>> Hi shk@cinedictum.com,
> 
>>  thanks for supporting apache.org with your apache mirror at
> 
>>    http://mirrors.kahuki.com/apache/
> 
>>  We have looked at your mirror and it is now 8 days old.
>>  Please see the overview of the state of all apache mirrors :
> 
>>    http://www.apache.org/mirrors/
> 
>>  If your mirror becomes too much out-of-date,
>>  we will have to delete it from the mirror list.
> 
>>  If you have questions, please look up the how-to-mirror page
> 
>>    http://www.apache.org/info/how-to-mirror.html
> 
>>  or send mail to the mirrors list (mirrors@apache.org).
> 
>>  NOTE : this reminder mail is generated automatically, and
>>         it is sent once a week to mirrors over 3 days old.
> 
>>  Thanks, regards,
> 
>>  The apache.org mirror team.
> 
>>  ----------------------------------------------------------------
> 
>>  Some quick reference info :
> 
>>  -- apache rsync sources for your apache mirror :
>> 
>>       europe : rsync.eu.apache.org
>>       usa    : rsync.us.apache.org
>>       world  : rsync.apache.org
> 
>>  -- rsync command to use :
> 
>>       rsync -rtlzv --delete SOURCE::apache-dist /path/to/mirror
> 
>>     where SOURCE is one of the apache rsync sources.
> 
>>     Use --progress when you rsync 'by hand'.
> 
>>  -- your crontab entry should be like
> 
>>       MIN HR * * * /usr/bin/rsync ..........
>> 
>>     where MIN (for minute) is some number between 0 and 59
>>     and HR for (hour) is a number between 0 and 23 ; example
> 
>>       42  7 * * * /usr/bin/rsync .....
>>       23 21 * * * /usr/bin/rsync .....
>> 
>>     Please don't use minute 0, because everybody does that :-)
> 
>>       BAD            : 0 21 * * * /usr/bin/rsync .....
> 
>>     Never, never use minute * ; you will sync *every*minute*.
> 
>>       VERY, VERY BAD : * 21 * * * /usr/bin/rsync .....
> 
>>  -- frequency : once or twice a day is fine ;
>>     more than four times a day is too much.
> 
> 

Re: your apache mirror

Posted by Gmail - Pham Duc Hoang <ho...@gmail.com>.
Dear ,

We launched a new mirror for the project Apache. You can add a
mirror to the overall list. Below the information about mirror:

* My Company :   DIGIPOWER Co.,ltd
* URL of mirror:http://mirrors.digipower.vn/apache
* Country where the mirror is located:     VietNam
* Contact email address:contact@digipower.vn  ,duchoang@digipower.vn
* Update frequency:         4 times a day
* Rsync repository used:    mirrors.digipower.vn::apache
* Approximate bandwidth:    100Mbps
* IP :    112.78.6.8
* Service :   HTTP - FTP - RSYNC


Best Regards ,