Paul,

I checked on the server today and the logs hadn't rotated :-( . The server was 
still 
writing to /var/log/squid3/access.log.1 . I ran squid3 -k rotate and everything 
rotated 
like it should have. The contents of the /etc/logrotate.d/squid3 is now:

#
#       Logrotate fragment for squid3.
#
/var/log/squid3/*.log {
        daily
        compress
        delaycompress
        rotate 2
        missingok
        nocreate
        sharedscripts
        postrotate
                [ -f /var/run/squid3.pid ] && /usr/sbin/squid3 -k rotate
        endscript
}



I'm not sure why they aren't rotating at this time, but it is as if the server 
isn't 
running the postrotate scripts. I haven't a clue why it isn't. Any ideas on what
to try next?



>Could you check to see what "ls -l /bin/sh" gives?


ls -l /bin/sh
lrwxrwxrwx 1 root root 4 2010-07-26 08:42 /bin/sh -> bash

Thanks!


Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to