Because of this commit I thought it's included.
docker-compose: update to 2.37.1 · LibreELEC/LibreELEC.tv@b4a68ba
Because of this commit I thought it's included.
docker-compose: update to 2.37.1 · LibreELEC/LibreELEC.tv@b4a68ba
How do I use docker-compose in le terminal?
I'm using latest build on rpi 4 nightly-20250329-9726dea. tvheadend isn't starting any more.
tvheadend log:
/storage/.kodi/addons/service.tvheadend43/bin/tvheadend: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
journalctl
Works, thank you!
nightly-20250323-e3ecb11 on rpi4
With latest docker addon I get following error when starting container:
docker: Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint
evcc (dfe8ba4163f43856c50960a1b6dc665b37661b676bdd51f81c222bc5a96e8cb2): Unable to enable
DIRECT ACCESS FILTERING - DROP rule: (iptables failed: iptables --wait -t raw -A PREROUTING -p tcp -d 172.17.0.2 --dport 7070 ! -i docker0 -j DROP: iptables v1.8.11 (legacy): can't initialize iptables table `raw': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3))
Addon 12.80.1.7 works for me.
Works again, thank you!
I'm using latest nightly build nightly-20250308-03b1a2a on rpi 4.
When watching video 1920:1080p24 (h264 hardware decoding) I see green line on bottom of video.
When watching 1920:1080i50 (h264 hardware decoding) livetv channel video is stuck until I set deinterlacing to none.
Software decoding has no issues.
Today it works again.
I'm on rpi4 build nightly-20250215-6a12769
libreelec settings doesn't open for me.
2025-02-16 17:04:16.801 T:30074 debug <general>: CPythonInvoker(190, /usr/share/kodi/addons/service.libreelec.settings/default.py): start processing
2025-02-16 17:04:16.837 T:30074 debug <general>: -->Python Interpreter Initialized<--
2025-02-16 17:04:16.837 T:30074 debug <general>:
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190, /usr/share/kodi/addons/service.libreelec.settings/default.py): the source file to load is "/usr/share/kodi/addons/service.libreelec.settings/default.py"
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): full python path:
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): custom python path:
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): /usr/share/kodi/addons/service.libreelec.settings
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): default python path:
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): /usr/lib/python312.zip
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): /usr/lib/python3.12
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): /usr/lib/python3.12/lib-dynload
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): /usr/lib/python3.12/site-packages
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): adding args:
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190): default.py
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190, /usr/share/kodi/addons/service.libreelec.settings/default.py): entering source directory /usr/share/kodi/addons/service.libreelec.settings
2025-02-16 17:04:16.837 T:30074 debug <general>: CPythonInvoker(190, /usr/share/kodi/addons/service.libreelec.settings/default.py): instantiating addon using automatically obtained id of "service.libreelec.settings" dependent on version 3.0.0 of the xbmc.python api
2025-02-16 17:04:16.874 T:30074 debug <general>: CPythonInvoker(190, /usr/share/kodi/addons/service.libreelec.settings/default.py): script successfully run
2025-02-16 17:04:16.874 T:30074 debug <general>: onExecutionDone(190, /usr/share/kodi/addons/service.libreelec.settings/default.py)
2025-02-16 17:04:16.899 T:30074 debug <general>: Python interpreter stopped
2025-02-16 17:04:16.899 T:30074 debug <general>: Thread LanguageInvoker 544898059936 terminating
Display More
12.80.1.3 is working again.
ldd /storage/.kodi/addons/s
ervice.softcam.oscam/bin/oscam
linux-vdso.so.1 (0x0000007fbb0dc000)
libudev.so.1 => /usr/lib/libudev.so.1 (0x0000007fbb010000)
libssl.so.3 => /usr/lib/libssl.so.3 (0x0000007fbaf10000)
libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x0000007fbaa40000)
libm.so.6 => /usr/lib/libm.so.6 (0x0000007fba990000)
libpcsclite.so.1 => not found
libc.so.6 => /usr/lib/libc.so.6 (0x0000007fba800000)
/lib/ld-linux-aarch64.so.1 => /usr/lib/ld-linux-aarch64.so.1 (0x0000007fbb090000)
I am on latest nightly (9399be6).
Since update to OSCAM 12.80.1.2 service is not starting any more. 12.80.1.1 is working fine.
I get crash log when le is shut down.
This PR seems to resolve it:
Thanks, could someone provide rpi4 testbuild with this pr?
I identified addon vpn manager (service.vpn.manager) as origin of the memory leak. After uninstall all good now.