Re: Logrotate Postrotate Script Error
From: Simon Andrews (simon.andrews_at_bbsrc.ac.uk)
Date: 07/08/04
- Previous message: Jonathan Rawle: "Re: SELinux"
- In reply to: David Cary Hart: "Logrotate Postrotate Script Error"
- Next in thread: Peter Cannon: "Re: Logrotate Postrotate Script Error"
- Reply: Peter Cannon: "Re: Logrotate Postrotate Script Error"
- Reply: Alexander Dalloz: "Re: Logrotate Postrotate Script Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 08 Jul 2004 11:59:06 +0100 To: For users of Fedora Core releases <fedora-list@redhat.com>
David Cary Hart wrote:
> I assume that this daily error is being generated by one of the scripts
> in /etc/logrotate.d but the specifics don't print to the syslog. If
> that's the case then this should be a somewhat universal problem. Any
> ideas?
We saw something similar in our logs after doing a FC1 > FC2 upgrade.
To see what's actually failing, manually run:
/etc/cron.daily/logrotate
..and look for error messages.
In our case the problem was that the logrotate conf script was trying to
rotate /var/log/ppp/connect-errors , which didn't exist.
Doing:
touch /var/log/ppp/connect-errors
..fixed it.
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Jonathan Rawle: "Re: SELinux"
- In reply to: David Cary Hart: "Logrotate Postrotate Script Error"
- Next in thread: Peter Cannon: "Re: Logrotate Postrotate Script Error"
- Reply: Peter Cannon: "Re: Logrotate Postrotate Script Error"
- Reply: Alexander Dalloz: "Re: Logrotate Postrotate Script Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]