Web Hosting Talk







View Full Version : Help? Ideas?


venomx
11-22-2001, 08:54 PM
My /usr keeps filling up. I asked BurstNet what I can do and they told me to delete what I do not need. I have no idea what is safe to remove.

Filesystem Size Used Avail Use% Mounted on
/dev/hda9 251M 133M 105M 56% /
/dev/hda1 38M 2.4M 34M 7% /boot
/dev/hda10 1.9G 32k 1.8G 0% /backup
/dev/hda6 1011M 32k 960M 0% /logs
/dev/hda5 2.0G 1.9G 904k 100% /usr
/dev/hda7 509M 51M 432M 11% /var
/dev/hdc1 55G 1.1G 51G 2% /home

I now can not make email lists in cpanel and I think this is why... Can anyone give me an idea?

Palm
11-23-2001, 12:12 AM
You should remove something you don't need. You can remove the apache logs, and save them to another partition.

node9
11-23-2001, 12:32 AM
that
or you got hacked
and someone is using your /usr to fill up crazy things
who knows

Jedito
11-23-2001, 12:35 AM
Stop apache
and try to delete Apache logs

rm -f /usr/local/apache/logs
rm -f /usr/local/apache/domlogs

and start apache again

I think that should clear some space.

bobcares
11-26-2001, 05:03 AM
Hi!
Your /home is huge...
You could move some directories there and create softlinks.
e.g.
$mv /usr/liocal/ /home/local
$ln -s /home/local/ /usr/local/
Have a great day :)

Regards
amar