Re: ipacset
Alisdair McDiarmid wrote:
>> > Cron continues to mail me every six minutes with this message.
>> > Has anyone got any idea why, or how to stop it?
>> >
>> > From: root@letdown.demon.co.uk (Cron Daemon)
>> > Subject: Cron <root@letdown> test -f /etc/ipac.conf && test -f
>> > /usr/sbin/fetchipac
>> > +&& /usr/sbin/fetchipac
>> > To: root@letdown.demon.co.uk
>> > /usr/sbin/fetchipac: Cant read "/var/run/ip-accounting-rules" - ipacset
>not
>> > run?
...
>It tells me that the Cron Daemon is looking for something to do
>with ip-accounting-rules every six minutes, not finding it and
>emailing me to say so, and very little else.
>
>I don't know what ip-accounting rules are. Heck, I don't even
>know what ip-accounting is.
To find out where the command is, look at /etc/crontab and /etc/cron.d/*
for a line that contains
`test -f /etc/ipac.conf && test -f /usr/sbin/fetchipac'
To find out about the package that contains fetchipac or ip-accounting-rules
do dpkg -S fetchipac. That will tell you the name of the package (I don't
have it installed, whatever it is). Then you can research the package
and find out how to create a /var/run/ip-accounting-rules that satisfies
it. From the message, it rather looks as if you need to run ipacset; so
`man ipacset' might be a good start.
--
Vote against SPAM: http://www.politik-digital.de/spam/
========================================
Oliver Elphick Oliver.Elphick@lfix.co.uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"And he said unto Jesus, Lord, remember me when thou
comest into thy kingdom. And Jesus said unto him,
Verily I say unto thee, To day shalt thou be with me
in paradise." Luke 23:42,43
Reply to:
- References:
- Re: ipacset
- From: Alisdair McDiarmid <alisdair@letdown.demon.co.uk>