[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SHP Fix ?



> But the available space will be full filled in 2 - 3 weeks if it continue to
> run SHP.
> SHP is disabled, but it continue to fill the space...
>

Sounds like the phoenix.log
have a look in /var/log
su -
cd /var/log
ls -la
if you just see phoenix.log  then it is taking up space on /
a simple way to fix is to move it
mv phoenix.log /home/log/phoenix.log
then
ln -s /home/log/phoenix.log phoenix.log

this will move the data to /home

Hope that helps