From: Jay S. <me...@he...> - 2005-07-12 10:25:50
|
Chris Halls wrote: > On Mon, Jul 11, 2005 at 10:45:05PM -0500, Jay Strauss wrote: > >>I do not have a /var/log/apt-proxy.log file > > > That is a problem. apt-proxy does not run with enough priviledges to > create a file in /var/log, so this file must always be present. It is > created in apt-proxy's postinst and rotated by logrotate. You need to > recreate it > > 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? Thanks again Jay |