Hello
Regarding issue #1 (no epoll_create) this is fixed since 2.6.20, see
http://bugs.debian.org/419249 for more information.
Regarding issue #2 (user reported stale squid process):
I cannot reproduce a bug on my lenny system:
Linux james 2.6.26-1-amd64 #1 SMP Mon Dec 15 17:25:36 UTC 2008 x86_64 GNU/Linux
* aptitude install squid
* added the transparent option to http_port
$ grep ^http_port /etc/squid/squid.conf
http_port 3128 transparent
* /etc/init.d/squid restart
* added the tproxy option to http_port:
$ grep ^http_port /etc/squid/squid.conf
http_port 3128 transparent tproxy
* /etc/init.d/squid restart
Restarting Squid HTTP proxy: squidFATAL: Bungled squid.conf line 1110:
http_port 3128 transparent tproxy
Squid Cache (Version 2.7.STABLE3): Terminated abnormally.
failed!
* pgrep squid
<nothing>
But the daemon was gone and according to the log (below) it terminated
properly. It was no problem to start squid again once the error in the
config file was fixed:
* /etc/init.d/squid restart
Restarting Squid HTTP proxy: squid.
* pgrep squid
20045
20047
Could you or anybody who sees a bug please post their cache.log files?
I've already checked the init file and it has a little sleep algorithm
in case squid is stuffed with data and needs some time to flush it to
disk. So that's no problem here. It would have printed the string
"Waiting", too.
So regarding to issue #1 this bug can IMHO be closed. As somebody hijacked it
with a totally different issue #2 it could also be downgraded to "normal" and
tagged "unreproducible" unless more details come in.
bye,
-christian-
==> /var/log/squid/cache.log <==
2009/01/10 01:01:32| Preparing for shutdown after 0 requests
2009/01/10 01:01:32| Waiting 30 seconds for active connections to finish
2009/01/10 01:01:32| FD 13 Closing HTTP connection
2009/01/10 01:01:32| Shutting down...
2009/01/10 01:01:32| FD 14 Closing ICP connection
2009/01/10 01:01:32| Closing unlinkd pipe on FD 11
2009/01/10 01:01:32| storeDirWriteCleanLogs: Starting...
2009/01/10 01:01:32| Finished. Wrote 0 entries.
2009/01/10 01:01:32| Took 0.0 seconds ( 0.0 entries/sec).
CPU Usage: 0.028 seconds = 0.020 user + 0.008 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
total space in arena: 2392 KB
Ordinary blocks: 2272 KB 4 blks
Small blocks: 0 KB 5 blks
Holding blocks: 396 KB 1 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 119 KB
Total in use: 2668 KB 96%
Total free: 119 KB 4%
2009/01/10 01:01:32| logfileClose: closing log /var/log/squid/store.log
2009/01/10 01:01:32| logfileClose: closing log /var/log/squid/access.log
2009/01/10 01:01:32| Squid Cache (Version 2.7.STABLE3): Exiting normally.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]