Hi all,
I just want here to share my personal experience on a multi crash issues that I solved last night.
Symptom:
My DM800 was crashing very often (green screen), while quiting the parameter menu. After a rebooteverything was OK until next crash (of course).
Investigation:
- Login as root on system.
- Do a "df" command to check disk usage.
I noticed that my "/" mount point was 99% full => Clearly an issue.
- Go in mount point with pb ("cd /" in my case).
- Do a "du -k . | more"
Then you will see the size of each subfolder in kylobytes. It will stop every time the page is full, you need to press on space key to continue investigating folders.
- Note what folder is too big.
In my case the issue was related to crossepg which was downloading data on flash, instead of hard disk.
Solving:
- Remove all unwanted files with rm command.
I just want here to share my personal experience on a multi crash issues that I solved last night.
Symptom:
My DM800 was crashing very often (green screen), while quiting the parameter menu. After a rebooteverything was OK until next crash (of course).
Investigation:
- Login as root on system.
- Do a "df" command to check disk usage.
I noticed that my "/" mount point was 99% full => Clearly an issue.
- Go in mount point with pb ("cd /" in my case).
- Do a "du -k . | more"
Then you will see the size of each subfolder in kylobytes. It will stop every time the page is full, you need to press on space key to continue investigating folders.
- Note what folder is too big.
In my case the issue was related to crossepg which was downloading data on flash, instead of hard disk.
Solving:
- Remove all unwanted files with rm command.