Posts by the-unknown

    Ok, so with debug enabled, I see that the memory runs completely full. The pi freezes at about 5MB of memory left.

    This is a fresh kodi.log with debug enabled. Extracted from SD card right after the crash

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Before the crash, I made these two:

    This is the dmesg

    http://ix.io/1crj

    This is the journalctl

    http://ix.io/1crk

    Does anyone has an idea?

    Hey,

    I am using LibreELEC on a RaspberryPi 3 (regular, not the "b+" version).

    Right now it runs the following software:

    • LibreELEC 9.0.1
    • TVHeadend Server & Client (installed as Kodi Addon)
    • Linuxserver.io Docker (installed as Kodi Addon)
    • Linuxserver.io ngnix/letsencrypt (installed as Kodi Addon)
    • Linuxserver.io MariaDB (installed as Kodi Addon)
    • Linuxserver.io Portainer (installed as Kodi Addon)
    • Linuxserver.io Nextcloud (installed as Kodi Addon)
    • two additional custom docker with custom Python-Scripts.

    The following hardware is connected to the system:

    • 1TB external HDD connected through a USB-Hub with external power supply
    • DVB-C2 USB Tuner for TVHeadend, connected through the same external USB-Hub

    The system is usually stable, as long as I don't try to perform any "heavy" task such as:
    Using the Nextcloud docker to open a folder with more than 10 images (thumbnail generation) or performing a system backup with the integrated backup solution.

    However, these tasks don't always crash the system. Sometimes these tasks run completely fine and sometimes the system crashes "out of the blue" while no tasks are running at all (e.g. in the middle of the night).

    If the system crashes, most software just freezes. Kodi does not respond to any input, ssh disconnects with "timeout/host not reachable". All the dockers are unreachable.

    But strangely, TVHeadend still does it's job like recording a show due to a pre-set timer, its webinterface still works and I can stream a tv channel to a different client.

    Things I have tested:
    I used SD cards of two different manufactures (Samsung Evo and SanDisk). <-- freezes occur with both cards.

    I switched Hardware: Tested an two different Raspberry Pi 3 <-- freezes occur with both hardwares.

    I tested two different power adapters, both made for the RasPi (no phone chargers) with 5V and 3000mA <-- freezes occur with both power supplies.

    I have these freezes everyday. I used to run OSMC earlier but with it I never had something similar before. Kodi used to crash if I used Nexcloud too heavily, once in a while, but the system never became unusable. Kodi just restarted itself and that's it. Happened maybe once a month.

    This is the kodi.log right after the most recent crash, which was caused by Nextcloud.

    I simply checked some settings on the Nextcloud-Webinterface when the system crashed.

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    This is the php-error log of the nextcloud docker:

    Code
    [07-Mar-2019 06:08:31] NOTICE: fpm is running, pid 289
    [07-Mar-2019 06:08:31] NOTICE: ready to handle connections
    [07-Mar-2019 07:07:24] NOTICE: Terminating ...
    [07-Mar-2019 07:07:24] NOTICE: exiting, bye-bye!
    [07-Mar-2019 07:09:25] NOTICE: fpm is running, pid 290
    [07-Mar-2019 07:09:25] NOTICE: ready to handle connections
    [07-Mar-2019 16:06:31] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it

    And this the nginx log form the nextcloud docker:

    I really appreciate any help, as I have no clue what else could cause this.

    The USB Hub is powered, yes.
    It serves the following:
    External HDD (1TB), USB Tuner for DVB-C2 and a second 500GB HDD

    Additionally there is a USB Thumbdrive connected to the RasPi directly.

    I have now removed the Thumbdrive as well as the 500GB HDD as these are not essential.

    After a reboot, the docker is working.
    Thanks so much for pointing me towards the power issue.

    I will now test if the Thumbdrive or the second HDD were the issue.

    Hey,

    I am running LibreElec 9 with TVHeadend as PVR.

    The recordings are stored on my external HDD.

    After a reboot, all my recordings are gone. Well the files are still on the HDD, but the recording list in Kodi is empty.


    I have noticed, that my external hdd is mounted like 30sec after LibreElec has fully booted.

    So I guess Kodi simple does not find the recordings when it loads and then removes them from the list.

    Any help would be awesome!

    Well there is another side effect I have noticed today:
    I use TVHeadend as a DVR saving all my recordings to the same external HDD.

    The "late" mounting of the HDD causes me to loose all shows I have recorded using TVHeadend - well not loosing in form of deleting, the files are still there, but they are no longer listed in the "recorded" section of Kodi.

    So is there a way to mount the HDD before Kodi and Docker starts?