[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Getting "filesystem [/] is getting very full" message
- Subject: Re: [cobalt-users] Getting "filesystem [/] is getting very full" message
- From: Michael <mike@xxxxxxxxxx>
- Date: Sat Aug 4 01:57:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
At 03:17 AM 08/04/01 -0300, you wrote:
>> Subject: The filesystem [/] is getting very full
>>
>> is getting very close to full. This is very dangerous for the server
>> and can cause unexpected errors to occur. You either need to move some
>> files to another storage device and delete them from the Cobalt server
>> or delete them altogether. Consult the documentation for help adding
>> storage to your Cobalt server.
>>
> Have a look at the /spool for the domain users mailboxes. It is
>probably full of Sircam virus messages.
> Zarrir
It most likely is caused by the web log getting extremely large. The following moved it to /home where there was plenty of room. Use the command df to see exact figures.
mkdir /home/webdata
cd /usr/admserv/html/.cobalt/report/
mv * /home/webdata/
cd ..
rm -r ./report
ln -s /home/webdata/ ./report
Try this before you start wacking RPMs. It made my / partition got from 95% used to 67% :)
Mike