-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
What steps will reproduce the problem?
1. mount
sudo ./teleinfuse /dev/ttyAMA0 /mnt/teleinfo/
What is the expected output? What do you see instead?
with time, /tmp is full of litle files named like :
teleinfo-dump-1385052205
teleinfo-dump-1385052209
teleinfo-dump-1385052213
etc...
the size of file is thery small, only 1 byte.
rarely raspberry reboot. during this process it empty /tmp folder so this
process is very long. Last time I had 13000 files in /tmp folder.
What version of the product are you using? On what operating system?
don't know where to find version number
RASPBIAN on raspberrypi
Please provide any additional information below.
To correct this issue I added "rm -f /tmp/teleinfo-dump-*" in my scheduled
script wich recod data in emoncms.
Original issue reported on code.google.com by nordine....@gmail.com
on 21 Nov 2013 at 4:51