On Sat, Sep 7, 2013 at 9:15 PM, anwar latiff <[email protected]> wrote: > > hi lugs > aim mint 15 and in deluge bit torrent client showing some error it > is not downloading showing error in GUI i have run terminal deluge it > showing this error > > > [ERROR ] 19:44:14 config:431 Error writing new config file: [Errno 28] > No space left on device > > > how to solve this > > > Anwar > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > ILUGC Mailing List Guidelines: > http://ilugc.in/mailinglist-guidelines
My guess and limited experience tells me that the most likely culprit is the local caching of software update files (*deb). The packages we get with apt-get or software manager are archived in /var/cache/apt/archives. So, any new installation / updates files will be stored locally. sudo apt-get clean >> Clears downloaded .deb files stored as cache in /var/cache/apt I use Bleachbit to do clean-up the unwanted files on a regular basis. In my case, some icon sets was also taking lot of space, so deleted some unused sets. If you want to go the Terminal way http://askubuntu.com/questions/36111/whats-a-command-line-way-to-find-large-files-directories-to-remove-and-free-up If you are a kde users, you can use Filelight (KDE App) to graphically view the directory sizes. http://kde-apps.org/content/show.php?content=9887 -- Cheers, Anand Radhakrishnan When there is a drive, there is a path. [C:\>] _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
