Hello, i'm receiving this error in cache.log many times:
Traceback (most recent call last):
File "/usr/lib64/python2.7/logging/handlers.py", line 77, in emit
if self.shouldRollover(record):
File "/usr/lib64/python2.7/logging/handlers.py", line 156, in shouldRollover
self.stream.seek(0, 2) #due to non-posix-compliant Windows feature
ValueError: I/O operation on closed file
Logged from file videocache.py, line 38
When this error occurs my squid stop to answer the requests
Thanks for your help.
1 Answers