Answers to: Is dcopserver running is the error messagehttp://linuxexchange.org/questions/2815/is-dcopserver-running-is-the-error-message<p>Hi All,</p> <p>I have an ASUS EEEPC 900 Linux Xandros OS with 4GB of SSD (2.5 GB dev sda 1 and 1.5 GB dev sda 2). For three and a half years now I would only have about 3 GB total use on the SSD and about 1 GB available. In the last few days, I have none available or maybe just 30 MB. When I try to do a screen capture it ask is Check to see if the dcopserver is running. I looked in Task Mgr and it showed the the KDE nosid suicide. My browser is Firefox 3.6.28. I have an 16 GB SDMC card always installed as my D drive and have all of my pic etc on it. I have 6.5 GB available.</p> <p>I would like to get it back like it was? I really do not want to do an F9 key "restore to factory settings" because then I will have to upgrade everything.</p> <p>Otherwise, I can surfing, emailing, banking etc with the netbook. One thing though, I have my 46 inch HD LCD tv as my monitor via a VGA/Mini Stereo jacks. Sometimes when I play a Youtube video, I have to unplug the audio jack from the back of the tv in ortder to hear it from the tv and when I unplug the audio jack at the netbook I can hear the audio.</p> <p>I have a broadband ISP using an ethernet RJ45 cable. No wireless router.</p> <p>Thanks,</p> <p>Donald in Louisiana</p>enWed, 01 Aug 2012 21:19:18 -0400Answer by josephj11http://linuxexchange.org/questions/2815/is-dcopserver-running-is-the-error-message/2915<p>As <a href="/users/1362/seth-brown">@Seth Brown</a> says, du is your friend. You can also use ls -rlRt / | less or find / -mtime 5 | less to find files that have recently been accessed and possibly changed. You could then sort them in reverse order by size by piping the output into the sort command.</p> <p>Finding out what changed is half of the battle. Then, you have to find out why and if the files can be deleted without affecting anything else. </p>josephj11Wed, 01 Aug 2012 21:19:18 -0400http://linuxexchange.org/questions/2815/is-dcopserver-running-is-the-error-message/2915Answer by Seth Brownhttp://linuxexchange.org/questions/2815/is-dcopserver-running-is-the-error-message/2830<p>Ok, Donald.</p> <p>First thing - do you have it backed up? To an external USB drive. The whole thing?</p> <p>You probably need to purge your Firefox cache for a start. Edit -&gt; Preferences -&gt; Privacy -&gt; Clear your recent History -&gt; select Cache -&gt; Ok.</p> <p>Then, there are a bunch of .hidden directories that accumulate stuff.</p> <p>I have found ncdu to be a useful tool, but without some stuff to download and compile it, you probably won't be able to use it. </p> <p>There is a utility called File Size Viewer that will show you how your disk space is being used. You can run that and see if there is any thing in your home folder that you can get rid of. You may have old files that you have forgotten about.</p> <p>Look in .local/share/Trash to see if you have files there that can be deleted.</p> <p>If you open a terminal window, the command </p> <p>du -scm * | sort -n</p> <p>will sort your folders so that the largest is at the bottom. You can then examine those folders to see if you can delete anything from them.</p> <p>You should also look in /tmp for files that can be deleted.</p> <p>I would also suggest that you mount your home folder on a SD card so that the SSD drive holds only your operating system.</p>Seth BrownTue, 17 Apr 2012 06:58:10 -0400http://linuxexchange.org/questions/2815/is-dcopserver-running-is-the-error-message/2830