8cae26d0 | 09-Jan-2003 |
Gabor Hojtsy |
Also send me the errors encountered by checking bogus mirrors, so I can see the problems... |
73ae3c9f | 08-Jan-2003 |
Gabor Hojtsy |
Adding some more info on automatic checks |
b5c6ae5e | 08-Jan-2003 |
Gabor Hojtsy |
OK, so as it works again now, do not send me those high number of mails per mirror check. But do still send me one mail at the end reporting how successful it was... |
0fa6bf75 | 08-Jan-2003 |
Derick Rethans |
- Add time limit (30 minutes) to prevent overloading the box (it had a load of 80 :) because somehow PHP was using 100% CPU. |
8d470037 | 08-Jan-2003 |
Gabor Hojtsy |
Remove manual mirror check, it is run hourly (normally) |
4e882e29 | 08-Jan-2003 |
Gabor Hojtsy |
Get all mirror data into a PHP array before doing anything with the outside world. Also use foreach() loops instead of $for for more flexibility... Also adding one more checkpoint. |
d399ef67 | 07-Jan-2003 |
Gabor Hojtsy |
Don't let faulty mirrors stop the mirror check process... |
a55c6065 | 07-Jan-2003 |
Gabor Hojtsy |
Try to see what mirror has that problem... |
3aab4d58 | 06-Jan-2003 |
Gabor Hojtsy |
Commit fix sent by Tobias Schlitt (a bit modified) |
8400efb3 | 06-Jan-2003 |
Gabor Hojtsy |
Check to see where does the script fail? Now mail me at all die() points, and all runtime error ocassions... |
3887b524 | 06-Jan-2003 |
Gabor Hojtsy |
Some more remote debugging |
47df2a2e | 06-Jan-2003 |
Gabor Hojtsy |
Always cast has_search information to integer, and enclose in qoutes |
951a9455 | 06-Jan-2003 |
Gabor Hojtsy |
Adding debug information, if $test_debug is on (if included from manage/mirrors.php) |
da85950d | 06-Jan-2003 |
Gabor Hojtsy |
Echo out that PHP variable |
57fd6562 | 06-Jan-2003 |
Gabor Hojtsy |
Enable mirror admins to issue a mirror check ASAP... |
8c34f090 | 06-Jan-2003 |
Gabor Hojtsy |
Also use the last mirror check time here to see if a mirror is inactive... |
0475885e | 06-Jan-2003 |
Gabor Hojtsy |
Result is the name of that var... |
8d2b0d57 | 06-Jan-2003 |
Gabor Hojtsy |
Mail me in case of mirror check, and see if it works, or why it is not working... Kind of a remote debugging... |
12cfd2a0 | 06-Jan-2003 |
Gabor Hojtsy |
Use the last checktime as a base, also switch back to 3 days in the inactive test |
b1f6c121 | 06-Jan-2003 |
Gabor Hojtsy |
Only deactivate mirrors if they are not up or older relatively to the last check date (and not the current date). |
cebc399c | 05-Jan-2003 |
Gabor Hojtsy |
Always provide a comma and a space before new list elements... |
3906805b | 05-Jan-2003 |
Gabor Hojtsy |
Print GMT time information everywhere so we know the real dates and times... |
1c76cbfe | 05-Jan-2003 |
Gabor Hojtsy |
Uh, I am the bad guy again... Now us a much more different name, then used in the database, to designate the new mirror update time received... |
28da97ef | 05-Jan-2003 |
Gabor Hojtsy |
Ups, GMT are special in gmdate call, so move them out... |
eb7e0aff | 05-Jan-2003 |
Gabor Hojtsy |
Provide some information on when the last mirror check was successfull |