[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SHP Fix ?
- Subject: Re: [cobalt-users] SHP Fix ?
- From: craig <craig@xxxxxxxxxxxxx>
- Date: Sat Nov 16 12:28:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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