Sunday, May 12, 2024
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 3035  / 3 Years ago, thu, july 1, 2021, 8:11:24

So I have an awesome configuration on my home pc. My /home directory has its own partition.



My home partition slowly fills up until the system is unable to complete even simple tasks. For example, when this issue has occured, I can load up firefox. It just pops up an error message saying that it cannot be done.



Rebooting solves the issue.



The strange thing is, I've run baobab and it doesn't notice a problem. There should be hundreds of gigabytes of data somewhere, but it doesn't see it.



Does anyone have any idea of how I might troubleshoot this issue? I'm thinking I could do lsof but I've always found the output of that to be too much information.



Maybe my drive is, like, dying.



Edit: is there a /home analog of /var that gets cleared out at boot time? Maybe I could check in there next time I notice this problem to see if I can divine what's up.



Update: I found the issue. my .xsession-errors file is filling up with



Authentication deferred - ignoring client message



Is there a way I can see what is causing this error and fix it?


More From » home-directory

 Answers
4

I cleared the errors to the file as well but it just kept filling up.



To avoid a reboot, I killed the vino-server process:



$ ps -eaf |grep vino
username 5849 5765 3 Jun21 ? 09:19:12 /usr/lib/vino/vino-server --sm-disable
username 18207 5891 0 21:07 pts/1 00:00:00 grep --color=auto vino

$ sudo kill 5849


I cleared the errors again:



$ > /home/useraname/.xesession-errors


Then I restarted the process:



$ /usr/lib/vino/vino-server --sm-disable


FYI - this is ubuntu 12


[#38802] Friday, July 2, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
erranbe

Total Points: 118
Total Questions: 95
Total Answers: 117

Location: Virgin Islands (U.S.)
Member since Tue, Jul 7, 2020
4 Years ago
;