On Sun, Nov 02, 2008 at 11:04:23PM +0100, Vincent Lefevre wrote:

> When /var/lib/logrotate/status has files with date 1904-1-1 (e.g.
> /var/log/wtmp), these files are no longer rotated. I don't even
> get any error message.

That shouldn't be possible without getting an error:

        if ((year != 1900) && (year < 1970 || year > 2100)) {
            message(MESS_ERROR, "bad year %d for file %s in state file %s\n",
                    year, argv[0], stateFilename);
            fclose(f);
            return 1;
        }

Could you attach your /var/lib/logrotate/status, please?

-- 
Paul Martin <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to