Page 2 of 2

Re: Root Storage Problem

Posted: Tue Mar 13, 2018 8:14 pm
by asiersan
My problem was a bad update of adblock script. I delete it and reinstall and ok.

Re: Root Storage Problem

Posted: Sun Mar 25, 2018 2:57 pm
by FilipeAmadeuO
hu8200 wrote: Tue Mar 13, 2018 7:56 pm
dieter92 wrote: Fri Mar 09, 2018 7:02 am For those who have the same problem.
execute this line

find /mtd_unirw -type f -size +50000k| xargs ls -lahS

after that you can find the biggest file. For me it was dead.letter with 1.3GB
Or manually
du -sh /mtd_unirw/*
I removed all logging lines from root scripts. Delete sam.log and other logs from root
PZDR
What were the logging lines you removed ? How to disable sam.log and samygo.log ?

Re: Root Storage Problem

Posted: Mon Jan 13, 2020 9:37 am
by bloodynoob
Yesterday I found a dead.letter file as well, looking at it I found out it must have been very old judging from some entries (only 14mb though). I deleted the file and upon reboot it was created again (~500kb).

I do think I found out why this is happening since a small change it stopped the file beeing created:
/mnt/etc/init.d/99_99_z_sendinfo.init:

Code: Select all

# comment out the sendmail part
cat $INFOFILE | sendmail samy@zsolttech.com && destroy_self "$0" -> cat $INFOFILE #| sendmail samy@zsolttech.com && destroy_self "$0"
Since that change and three reboots later I couldn't find the dead.letter file I believe one of the reasons this is happining:
Most Routers stopped serving E-Mail on Port 25