From: Chris H. <ha...@de...> - 2005-07-12 08:30:21
|
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 > when I try to connect I get a bunch of these in my /var/log/daemon.log file: > > Jul 11 22:39:31 localhost apt-proxy[2554]: connect from 192.168.5.26 Great, that shows the problem I quoted hasn't occured for you. > > I did /etc/init.d/inetd restart, but it did not effect the above error. > Like I said, it used to work, I changed _NOTHING_ and now it doesn't work Well the log file doesn't delete itself for no reason. If something stops working, its usually a reasonable assumption to guess that something changed, even if you didn't change it deliberately yourself. e.g. a file got deleted, you ran out of disk space, a configuration file got corrupted etc. Chris |