From: Chris H. <ha...@de...> - 2005-07-13 19:12:13
|
On Tue, Jul 12, 2005 at 05:25:28AM -0500, Jay Strauss wrote: > Chris Halls wrote: > >touch /var/log/apt-proxy.log > >chown aptproxy:adm /var/log/apt-proxy.log > > Bingo, that was the problem. It's all working now. Is there something > I should do to prevent this in the future? Or is this such a nothing > that I should just fix it as needed? Well, you wouldn't normally expect files in /var/log to be deleted instead of rotated. Whatever happened must be specific to your system. The logrotate script is configured to rotate the logfile once a week so it would have corrected itself eventually. > Thanks again You're welcome Chris |