[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RaQ3 low disk space and web.cache files - still not fixed
- Subject: [cobalt-users] RaQ3 low disk space and web.cache files - still not fixed
- From: David Buxton <david.buxton@xxxxxxxxxxxx>
- Date: Wed Aug 8 17:14:59 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello,
I am receiving warnings that "The filesystem [/] is getting very full". This
is the result of the following very large files being created during regular
log rotations:
/usr/admserv/html/.cobalt/report/web.cache
/usr/admserv/html/.cobalt/report/web.cache.new
/usr/admserv/html/.cobalt/report/web.stats
This came up on the list last week I think, and an excellent work-around was
provided by moving the files to /home and then making a link back to the
original folder.
Which works for me, except the links keep getting overwritten when the new
file is created each night. Bum. Here's what I do
# mv /usr/admserv/html/.cobalt/report/web.cache /home/webstats/
# ln -s /home/webstats/web.cache /usr/admserv/html/.cobalt/report/web.cache
and then repeat for web.cache.new and web.stats.
So, is there a way for me to ensure that the links do not get overwritten?
Or is there going to be fix for this behaviour (I do not know whether it is
classified as broken in the first place)? Or a switch which tells the RaQ to
not bother?
Thanks,
David B.