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

Re: [cobalt-users] "File system is getting full"...



Hi,

> do an ls /tmp, if there are files in there delete them.

Ehm, you might wanna be careful with that. FI, php stores session in /tmp by
default and you wouldn't want to break that.

Personally, I look for timestamps on the files in /tmp (ls -aFl). Anything
older than a month is history.

> Look for any *.tar, *.gz, *.rpm files you might have hanging around,
> get rid of them, also you may have some junk left over from
> an install, get rid of the junk.

I can't check right now if /usr/doc is being filled on a RaQ, but I can
imagine that. It's the first thing I delete when diskspace is low. This will
give you errors when 'rpm -e'-ing anything, but it's no big deal.

Have a safe one... Nico