OPNsense-Dashboard
OPNsense-Dashboard copied to clipboard
Unable to download GeoIP database file on Greylog container
I followed every step up until I had to run this cmd
curl "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=I_PUT_MY_LISENCE_KEY_HERE&suffix=tar.gz" -o GeoLite2-Country.tar.gz \ && tar -xzvf GeoLite2-Country.tar.gz \ && mv GeoLite2-Country_*/GeoLite2-Country.mmdb /usr/share/graylog/data/data/
to download GeoIP database file on Greylog container then I keep getting this error
gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now
Anybody got any ideas please???