LibreELEC crashes daily when not doing anything

  • It's been two days and LibreELEC keeps crashing without doing anything.. Here are the logs

    http://ix.io/1pj9 and http://ix.io/1pja

    An error appears

    Code
    Jul 23 21:18:15 LibreELEC kernel: SQUASHFS error: Unable to read page, block 44e8c0f, size 2e506
    Jul 23 21:18:15 LibreELEC kernel: SQUASHFS error: Unable to read fragment cache entry [44e8c0f]
    Jul 23 21:18:15 LibreELEC kernel: SQUASHFS error: Unable to read page, block 44e8c0f, size 2e506

    Is it a faulty microSD?

    Thanks

  • I think so, too. SQUASHFS is read-only, and when a read-only FS throws errors, then a broken storage device is the first idea.

    Thanks, will try to replace it, but now when I write a command this appears. (I libreelec doesn't load)

    Investigation further I checked the /etc/ld.so.preload file permissions

    Code
    LibreELEC:/ # ls -lh /etc/ld.so.preload
    
    ERROR: ld.so: object '/usr/lib/libarmmem-v7l.so' from /etc/ld.so.preload cannot be preloaded (cannot read file data): ignored.
    
    -rw-r--r-- 1 root root 26 May 4 09:53 /etc/ld.so.preload

    It had read attribute on everything

    Edited 2 times, last by neroxyr (July 24, 2019 at 10:23 PM).

    • Official Post

    You need a fresh installation. Avoid to install data into bad blocks of the SD card (I bet you have some). To do so, GParted can identify those bad blocks, and leaves them out on the format process. e2fsck can't do this, and it can't bring the data back that you have already been lost.