2.6.0 beta 3 update failed on disk and/or memory space

You can try to find out, for example at your root shell prompt:
du -kx / | sort -n | tail -33
and perhaps also
find / -xdev -size +1000k -ls | sort -n -k 2 | tail

3 Likes