> [root@localhost mark]# whereis squid > squid: /usr/sbin/squid /etc/squid /usr/lib/squid /usr/share/squid > /usr/share/man /man8/squid.8.gz > [root@localhost mark]# /usr/sbin/squid > [root@localhost mark]# ps -ef | grep squid > [root@localhost mark]# ps -ef | grep squid > root 6017 5105 0 20:46 pts/3 00:00:00 su - squid > squid 6018 6017 0 20:46 pts/3 00:00:00 -bash > root 6195 1 0 21:11 ? 00:00:00 /usr/sbin/squid > squid 6197 6195 0 21:11 ? 00:00:00 (squid) > squid 6198 6197 0 21:11 ? 00:00:00 (squidGuard) -c > /etc/squidguard.conf > squid 6199 6197 0 21:11 ? 00:00:00 (squidGuard) -c > /etc/squidguard.conf > squid 6200 6197 0 21:11 ? 00:00:00 (squidGuard) -c > /etc/squidguard.conf > squid 6201 6197 0 21:11 ? 00:00:00 (squidGuard) -c > /etc/squidguard.conf > squid 6202 6197 0 21:11 ? 00:00:00 (squidGuard) -c > /etc/squidguard.conf > squid 6203 6197 0 21:11 ? 00:00:00 (unlinkd) > root 6209 5055 0 21:12 pts/2 00:00:00 grep squid > [root@localhost mark]# > > Looking good... > > Logs (both /var/log/squid/cache.log & > /var/log/squidguard/squidGuard.log) also show squid + squidGuard started OK > > What now? > Same test , but now, from /etc/rc.d/rc.local. (involves system restart) Should work too now. M.