Sd card full

lately i started notice that my sd card (16gb) starts to full up quickly. si i have this:

osmc@osmc:~/.kodi/temp$ ls -lh
total 12G
-rw-r--r-- 1 osmc osmc 2.0K Oct 21 19:33 10025-08caf061.fi
-rw-r--r-- 1 osmc osmc 8.0K Oct 21 19:43 10025-4cd542f6.fi
-rw-r--r-- 1 osmc osmc  31K Oct 19 21:21 10025-54d74a39.fi
-rw-r--r-- 1 osmc osmc  853 Oct 21 19:34 10025-65e4846c.fi
-rw-r--r-- 1 osmc osmc    0 Sep 12 16:16 commoncache.db
srwxr-xr-x 1 osmc osmc    0 Oct 17 15:50 commoncache.socket
-rw-r--r-- 1 osmc osmc  239 Oct 21 19:51 cookies.dat
-rw-r--r-- 1 osmc osmc 4.5G Oct 21 20:03 kodi.log
-rw-r--r-- 1 osmc osmc 7.2G Oct 17 09:22 kodi.old.log
drwxr-xr-x 2 osmc osmc 4.0K Jan  1  1970 temp

logs file has an enormous size of 4.7gb and 7gb, total size of temp folder 12gb!

anyone else experiencing this behavior?

1 Like

Initiate an update… Sounds like you are on a deprecated version that had excessive logging enabled by mistake.

thx for reply!

how to check what version am i running?

when i try to "update now’ from osmc menu i got an error and look the log.

there i have the last 50 lines of log: http://pastebin.com/0Pbr5nXC

  • Stop Kodi
  • Delete the large logs
  • Run apt-get update && apt-get -y dist-upgrade

Sam

1 Like

thanks!