the change.log (for 7.00) says
Code: Select all
Ensure GeoIPCountryWhois.csv is removed before processing a new d/b download
Code: Select all
May 5 18:19:51 bf2-gs lfd[13725]: CC: Retrieving GeoLite CSV Country database [http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip]
May 5 18:19:54 bf2-gs lfd[13725]: CC Error: GeoIPCountryWhois.csv empty or missing
May 5 18:19:54 bf2-gs lfd[13725]: CC: Processing GeoLite CSV Country database
May 5 18:19:54 bf2-gs lfd[13725]: CC: Extracting zone from GeoLite CSV Country database for [UA]
May 5 18:19:54 bf2-gs lfd[13725]: CC: No entries found for [UA] in /var/lib/csf/zone/GeoIPCountryWhois.csv
[...]
May 5 18:19:57 bf2-gs lfd[13725]: CC: Repopulating CC_DENYP with IP addresses from [UA]
May 5 18:19:57 bf2-gs lfd[13725]: CC: Finished repopulating CC_DENYP with IP addresses from [UA]
Then if i get and extract this DB manual and move this to the right place (that csf normaly use there for) it will work...
Code: Select all
May 6 07:07:25 bf2-gs lfd[26284]: CC: Processing GeoLite CSV Country database
May 6 07:07:26 bf2-gs lfd[26284]: CC: Extracting zone from GeoLite CSV Country database for [UA]
[...]
May 6 07:07:38 bf2-gs lfd[26284]: CC: Repopulating CC_DENYP with IP addresses from [UA]
May 6 07:07:39 bf2-gs lfd[26284]: CC: Finished repopulating CC_DENYP with IP addresses from [UA]
Without - an older version (as .zip or extracted file) - it does not work... any more.
Seen on debian 6, with apache - running as pure gameserver file root (means no mysql/php., ect.pp. is there installed or used). CSF runs in generic mode.
So - is the changelog wrong at this point or do i missunderstand this... entry here ?
cu