Package Details: geoip-update 0.1-1

Package Base: geoip-update
Description: weekly update database for Non-DNS IP-to-country resolver
Upstream URL: http://arch.yu.wildpark.net
Category: system
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2009-04-12 15:59
Last Updated: 2009-04-12 15:59

Dependencies (4)

Required by (0)

Sources

  • geoip-update.sh

Latest Comments

Comment by breiti

2014-05-31 13:30

Since there is no maintainer for this package anymore, i created a package which uses systemd.timer and a systemd.service file to update the geoip-database. I think it should replace this package.

https://aur.archlinux.org/packages/geoip-update-systemd/

Comment by breiti

2014-01-18 20:30

Hi,

your package has a bug. Your cron.weekly script doesn't work (it doesn't get executed by run-parts).

Command: ls -l /etc/cron.weekly/
Output:
-----------
total 4
-rwxr--r-- 1 root root 753 Jan 31 2013 geoip-update.sh
-----------

Command: run-parts --test -v /etc/cron.weekly/
Output:
-----------
-----------

To fix this, just remove the file extension.

Command: ls -l /etc/cron.weekly/
Output:
-----------
total 4
-rwxr--r-- 1 root root 753 Jan 31 2013 geoip-update
-----------

Command: run-parts --test -v /etc/cron.weekly/
Output:
-----------
/etc/cron.weekly//geoip-update
-----------