Today I got this error from this cron job on my Kali box test -x /usr/bin/geoipupdate && /usr/bin/geoipupdate The error: Error retrieving updates: error updating GeoLite2-Country: error updating: unexpected HTTP status code: 401 Unauthorized: An account ID and license key are required to use this service. On this error I Lees verder
Kali
The use of apticron in Kali gives mktemp warning
After a apt dist-upgrade I got an email every time a cronjob called apticron: This is the one liner that gives this warning: if test -x /usr/sbin/apticron; then /usr/sbin/apticron –cron; else true; fi You can test this by performing this one liner on the command line. After some digging I Lees verder