On 12/4/05, Dale <[EMAIL PROTECTED]> wrote:
> LOL It helped a little bit, but not much.
>
> > swifty / # df
> > Filesystem 1K-blocks Used Available Use% Mounted on
> > /dev/hda6 3564108 3505584 58524 99% /
> > udev 127388 80 127308 1% /dev
> > /dev/hda1 48312 37412 10900 78% /boot
> > none 127388 0 127388 0% /dev/shm
> > swifty / #
>
> Any more ideas? I would hate to have to remove KDE from that thing.
In addition to Holly's comments, I would take a look at the output of
"emerge --pretend --prune". It is likely that you have some slotted
packages that you do not use anymore and can delete. Old kernel
sources (don't forget to manually remove the associated
/lib/modules/<kernel version> directory) and old versions of KDE would
be prime suspects.
You can also delete just the distfiles that are no longer needed
(because of upgrades or removed packages) with something like:
mount / -o remount,atime
touch --time=atime --date 01/01/2005 /usr/portage/distfiles/*
emerge -De --fetchonly world
mount / -o remount,noatime
find /usr/portage/distfiles -type f -amin +60 -exec rm -v {} \;
-Richard
--
[email protected] mailing list