deloptes wrote: > Stephen P. Molnar wrote: > >> /dev/sda1 23G 23G 0 100% / > > bingo - the root of all evil
yep. > you need to free up some space somewhere in / > > Perhaps you have some stuff in root home > > $ sudo du -hs /root > > If not - look where the place is gone? > > regards often you can get quite a bit of space from the package cache. as root use autoclean or clean (if you have a fast connection where downloading packages goes quickly). # apt-get autoclean or # apt-get clean sorry about my mistake earlier as i did mean: # apt-get install libc-bin --reinstall but you have to have free space on the device first. songbird