I followed the instructions for downloading/installing e-Smith squidGuard at:
http://www.mail-archive.com/devinfo%40lists.e-smith.org/msg04718.htmlAll appeared to go well until the end of the install when a few errors popped up about not being able to open a file.
However after booting, sites are being blocked. I am however getting the following error message e-mailed to the admin account:
/etc/cron.daily/supdate.cron:
04:06:10 URL:http://ftp.ost.eltele.no:80/pub/www/proxy/squidGuard/contrib/blacklists.tar.gz%7E [1420983/1420983] -> "blacklists.tar.gz~" [1]
tar (child): blacklists.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
cp: cannot stat blacklists/*': No such file or directory
It appears that the supdate.cron file is trying to get the most current blacklists from squidGuard. Here are the contents of supdate.cron
#!/bin/sh
#
# Trigger supdate for SquidGuard
cd /usr/local/squidGuard
./supdate >> /var/log/messages
rm -Rf /usr/local/squidGuard/log/squidGuard.log
touch /usr/local/squidGuard/log/squidGuard.log
chmod 644 /usr/local/squidGuard/log/squidGuard.log
chown squid /usr/local/squidGuard/log/squidGuard.log
chgrp squid /usr/local/squidGuard/log/squidGuard.log
Does anyone know what would cause it to bomb out??
Thanks for the help!!!