Navneet,
Problem is:
(28) No space left on device
Do a:
df -k
Note what each volume free space is. If any volume is at 0 or near 0 free space, note this. If Squid caches or logs any data (files) on the full volume, clear some space or increase your disk capacity.
Tim
----------------------------------------------------------- Timothy E. Neto Computer Systems Engineer Komatsu Canada Limited Ph#: 905-625-6292 x265 1725B Sismet Road Fax: 905-625-6348 Mississauga, Canada E-Mail: tneto@xxxxxxxxxx L4W 1P9 -----------------------------------------------------------
Navneet Choudhary wrote:
hi list
Hello,
Feb 27 04:41:35 mcache (squid): logfileWrite: /var/log/squid/access.log:
(42) No message of desired type
Feb 27 04:41:40 mcache (squid): logfileWrite: /var/log/squid/access.log:
(28) No space left on device
Run squid in debugging mode
# /usr/local/squid/bin/squid -NCd1
what's output ?
Do have quota implemented on your squid box?
check cache size by #du -sh /path/of/squid/cache
or just run
#df -h
Still squid daemon dies :-
Try to reduce cache_dir, it seems Squid is not purging any files on startup.
then run #squid -z after reduced cache_dir?
NOTE: Won't this erase *ALL* of my cache contents?
No comments
Feb 27 04:41:55 mcache last message repeated 4 times Feb 27 04:41:55 mcache squid[617]: Exiting due to repeated, frequent failures Feb 27 09:33:39 mcache (squid): logfileWrite: /var/log/squid/access.log: (42) No message of desired type Feb 27 09:33:44 mcache (squid): logfileWrite: /var/log/squid/access.log: (28) No space left on device Feb 27 09:33:57 mcache last message repeated 4 times Feb 27 09:33:57 mcache squid[3691]: Exiting due to repeated, frequent failures
ugent help will be greatly appreciated
regards