No suggestions? Google seems to suggest I'm almost unique.. http://markmail.org/message/lbins37z2p4jgnux#query:ACL%3A%3APrototype%3A%3A~Prototype%3A%20TODO%3A%20unregister%20me+page:1+mid:yd466psa5migptrk+state:results These lines definitely relate to squid (which has nothing in the logs about it). Also, can anyone tell me why squid doesn't appear in the list of open ports when I do nmap localhost? Not that I mind, but I'd like to understand why that is.. Squid is definitely up and running. donald:~# netstat --tcp --udp --listening --program |grep squid tcp 0 0 *:5005 *:* LISTEN 13062/(squid) udp 0 0 *:56198 *:* 13062/(squid) Thanks. Simon -----Original Message----- From: Simon Brereton Sent: Wednesday, May 05, 2010 11:41 AM To: squid-users@xxxxxxxxxxxxxxx Subject: Anacron log entries Hi This probably isn't a squid issue - but ever since I installed and set-up squid, my system is sending me mail at log rotate time like: /etc/cron.daily/logrotate: 2010/05/05 07:35:20.152| aclParseUserList: parsing user list 2010/05/05 07:35:20.152| aclParseUserList: parsing user list 2010/05/05 07:35:20.206| ACL::Prototype::~Prototype: TODO: unregister me 2010/05/05 07:35:20.206| ACL::Prototype::............................ And so on for 50 odd lines. I can't find anything in /etc/cron.daily/logrotate or in /etc/cron.daily/0anacron or in /etc/cron.daily/ or in /var/log/ that would cause this - and Google also seems never to have heard of it. Is this something I've done wrong? Simon