https://bugs.contribs.org/show_bug.cgi?id=10860
Bug ID: 10860
Summary: Changes to Maxmind access to GeoLite2 DB
Classification: Contribs
Product: SME Contribs
Version: Futur
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-xt_geoip
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
See Bug 10859
>From MAXMIND site :
"Due to upcoming data privacy regulations, we are making significant changes to
how you access free GeoLite2 databases starting December 30, 2019. Learn more
on our blog."
https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/
Cron to update db for xtable-addons
Subject: Cron <root@rslserver> /usr/share/xt_geoip/update_base >/dev/null
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: <LANG=en_US.UTF-8>
X-Cron-Env: <SHELL=/bin/bash>
X-Cron-Env: <PATH=/sbin:/bin:/usr/sbin:/usr/bin>
X-Cron-Env: <MAILTO=root>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>
unzip: cannot find or open GeoLite2-Country-CSV.zip,
GeoLite2-Country-CSV.zip.zip or GeoLite2-Country-CSV.zip.ZIP.
Use of uninitialized value $dir in concatenation (.) or string at
/usr/libexec/xtables-addons/xt_geoip_build line 68.
Couldn't open list country names
[root@fagehome xtables-addons]# cat xt_geoip_dl
#!/bin/sh
rm -rf GeoLite2-Country-CSV_*
wget -q
http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip
unzip -q GeoLite2-Country-CSV.zip
rm -f GeoLite2-Country-CSV.zip
wget will need an AccountID and LicenseKey to access maxmind downloads
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/