Your rootfs is full. You might look at it yourself with this simple command Code: df Try to free some space by disabling extras-testing and extras-devel catalogues. Then you might search the wiki for the moveroot.sh script to gain some more free space. You might then analyze the biggest space wasters with Code: du -a / | sort -n | tail -n 50
df
du -a / | sort -n | tail -n 50