Posts by mglae

    vainfo (or the shell) is not using kodi.conf by default. Try:

    Code
    source /storage/.config/kodi.conf
    export MESA_LOADER_DRIVER_OVERRIDE
    export LIBVA_DRIVER_NAME
    vainfo

    Edit: fixed the sample code, shell variables have to be exported

    journalctl -u kodi will show the libva messages of kodi (beside others).

    pvr.iptvsimple v20.6.0.2 should match image nightly-20220920-5d1ef41 so it's a different issue.

    It's still crashing in:

    Code
    Thread 1 (Thread 0x7f9297ff86c0 (LWP 9316)):
    #0  0x000000000128f510 in PVR::CPVRTimers::UpdateEntries(int) ()
    #1  0x0000000001290afd in PVR::CPVRTimers::Process() ()
    #2  0x0000000000e68ed3 in CThread::Action() ()
    #3  0x00000000016a2b66 in ?? ()
    #4  0x0000000000e66ba3 in ?? ()
    #5  0x00007f936543b403 in ?? () from /usr/lib/libstdc++.so.6
    #6  0x00007f9365601460 in ?? () from /usr/lib/libc.so.6
    #7  0x00007f936567aa2c in ?? () from /usr/lib/libc.so.6

    but I cannot see a reason for it.


    You can enable verbose debugging and disable safe mode with:

    Code
    touch /storage/.config/debug.enhanced
    touch /storage/.config/safemode.disable

    Please enable debug logging via advancesettings.xml

    When iptvsimple is crashing again do

    Code
    systemctl stop kodi
    pastecrash
    rm -rf /storage/.kodi/addons/pvr.iptvsimple
    systemctl restart kodi

    Please post the URL of pastecrash.


    Edit: this seems to be odd:

    Did you start with empty/deleted settings in /storage/.kodi/userdata/addon_data/pvr.iptvsimple?

    Create a drop in file to use custom sshd_config (untested):

    Code: /storage/.config/system.d/sshd.service.d/config_file.conf
    [Service]
    ExecStart=
    ExecStart=/usr/sbin/sshd -D -f /storage/.config/sshd_config $SSH_ARGS

    If you let me know what to cut out I can otherwise the log file is below

    You can delete lines with log spam matching DEBUG <CSettingsManager>: requested setting (.*) was not found. or trying to load setting definitions from old format.


    Code
    Thread 1 (Thread 0x7f7efc42e600 (LWP 7766)):#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:49#1  0x00007f7efdfc4526 in __GI_abort () at abort.c:79#2  0x00007f7efde6f80c in ?? () from /usr/lib/libstdc++.so.6#3  0x00007f7efde7a8e6 in ?? () from /usr/lib/libstdc++.so.6#4  0x00007f7efde7a951 in std::terminate() () from /usr/lib/libstdc++.so.6#5  0x00007f7efde7abe4 in __cxa_throw () from /usr/lib/libstdc++.so.6
    #7  0x00007f7efdeb91f1 in std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) () from /usr/lib/libstdc++.so.6

    Check with journalctl which exception is thrown.