View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#13
Please try the following debugging code. It will give you a file which you could attach to the next post.
Code:
df > debug.txt
mount >> debug.txt
free >> debug.txt
du -kx / | sort -n | tail -n 20 >> debug.txt
du -kx /home | sort -n | tail -n 20 >> debug.txt
dpkg -l | grep patch >> debug.txt
The file is located at /home/user/debug.txt

Last edited by michaaa62; 2012-01-23 at 20:36.