The Following User Says Thank You to glo-worm For This Useful Post: | ||
|
2020-06-03
, 16:18
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#13
|
Process PID 1666 running almost 100% of CPU and 43% memory 5 minutes after reboot. any idea what PID 1666 is ?
|
2020-06-03
, 20:15
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#14
|
|
2020-06-04
, 08:07
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#15
|
Could be anything: pids are of course allocated dynamically.
What does 'ps aux | grep 1666" say?
The Following User Says Thank You to glo-worm For This Useful Post: | ||
|
2020-06-04
, 09:10
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#16
|
I am next t sure but afair the ext3 home partition is created with a buffer of 10% free inodes. I say not sure but as soon as I saw the output it made 'click'.
You need to find directories where a lot of small files are stored. They do not fill up space but using inodes.
Please see e.g. here: https://scoutapm.com/blog/understanding-disk-inodes
https://stackoverflow.com/questions/...mber-of-inodes
did not see the other posts but still I think you ran out of inodes on /home. 10% free does not mean they are available.
The Following 2 Users Say Thank You to glo-worm For This Useful Post: | ||
|
2020-06-04
, 10:57
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#17
|
I think I have found out what the problem is, based on the high resource demands on the calendar process. It part of the same MfE problem with contacts duplication, but this time is it calendar entries, some are duplicated 160x!! And they are series events so 160x every year until 2037!
The Following 4 Users Say Thank You to juiceme For This Useful Post: | ||
|
2020-06-04
, 12:13
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#18
|
The Following User Says Thank You to glo-worm For This Useful Post: | ||
|
2020-06-04
, 14:23
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#19
|
The Following 2 Users Say Thank You to pichlo For This Useful Post: | ||
|
2020-06-04
, 18:09
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#20
|
So looks like Inodes are not this issue only 10%
Memory looks fine and just to be sure I freed up more RootFS space so now have 86Mb free there.
I have apt-get removed several app's to tidy it up more.
I still have the problem.
If I run the top command in xterm I see a number of resource hungry processes running after boot up. But then it seem to settle down with processes using low single digit CPU and single digit memory.
Once the error occurs again there is no apparent change in the the Top command results, it shows plenty of CPU and Memory resource available. and there are no resource hungry processes apparently runnning.
The error occurs and then it increases in frequency until it triggers a reboot.
I was connected with putty at one point and was apt-get remove tracket-cfg to make sure it wasnt a tracker-cfg issue. The error became more and more frequent and the phone rebooted and broke the putty ssh connection. I had to reboot and use xterm on the phone to finish the removal of the tracker config app. Strangely since then putty will not connect (connection refused) via ssh to the phone. Not sure if it is linked to my other issues...
Currently running a test without the SD card installed to see if there is something strange there.