The image you are using is a previous release of LE13. Please update to the current release to be able to install addons. The current addon releases are 12.80.5. You will be able to find the current LE13 images at - https://test.libreelec.tv/13.0/
Posts by heitbaum
-
-
Not sure the version you are referring to. The addon versions are (depending if you are running LE12.2 or LE13):
- 22.3.6-Piers
- 21.5.18-Omega
Please share the logs if still an issue. -
Some of my add-ons need inputstream-adaptive ..The way I see to install it is with apt. However Libeelec does not have apt.
Any help is appreciated.
Its available as an addon
-
edid-decode is added at our mirror.
For kmscube - the hash has changed at the source.
- I have created the PR to fix this.- in the mean time please run.
CHANGE_HASH=yes scripts/get kmscube
Diff
Display More--- a/packages/graphics/kmscube/package.mk +++ b/packages/graphics/kmscube/package.mk @@ -3,7 +3,7 @@ PKG_NAME="kmscube" PKG_VERSION="9f63f359fab1b5d8e862508e4e51c9dfe339ccb0" -PKG_SHA256="896ac76671a9b89836a7014b16cc85b45b041e03fe34a8f529f4718aa2b15cef" +PKG_SHA256="6f5a56929e8958e8e0d073c898c0d50d3c6ab7f070ad0d2f185a6ee2d29b57d7" PKG_LICENSE="GPL" PKG_SITE="https://gitlab.freedesktop.org/mesa/kmscube" PKG_URL="https://gitlab.freedesktop.org/mesa/kmscube/-/archive/master/kmscube-${PKG_VERSION}.tar.gz" -
I have added grub file to the mirror server
-
Issue identified, mpd rebuilding now.
-
That error is from an old mpd.
as below for the current mpd.
Code# wget https://addons.libreelec.tv/12.80.5/Generic/x86_64/service.multimedia.mpd/service.multimedia.mpd-12.80.5.1.zip # unzip service.multimedia.mpd-12.80.5.1.zip # service.multimedia.mpd/bin/mpd exception: No configuration file found # ldd service.multimedia.mpd/bin/mpd | grep avutil libavutil.so.60 => /usr/lib/libavutil.so.60 (0x00007f073fd53000) -
please update to the latest mpd addon
-
I fear armbian or debian will not provide any relevant clue if they do not run kernel >= 6.17
Note there was a change in 6.17 around the pmdomain - see the history on https://github.com/LibreELEC/Libr…rojects/Samsung and its reference to rebasing the patches applied to the kernel.
-
tetienne unsure what state you have your Samsung in? What changes were required? Are you saying that an image with 6.16.0 works but 6.16.1 fails? What are the logs? Does 6.18 work? SD is the place to start. You would need to share the uboot uart logs of the emmc boot? What uboot is being used?
-
Ok - think we have identified the issue.
Set iptables -P FORWARD ACCEPT back to iptables -P FORWARD DROP- you are using a custom bridge.
- docker network ls
- iptables --list-rules
I expect your lines to look like the first two.
-A DOCKER -d 172.21.0.2/32 ! -i br-6b309bd08e7c -o br-6b309bd08e7c -p tcp -m tcp --dport 80 -j ACCEPT
-A DOCKER -d 172.19.0.2/32 ! -i br-edb5b4325218 -o br-edb5b4325218 -p tcp -m tcp --dport 80 -j ACCEPT
-A DOCKER -d 172.17.0.6/32 ! -i docker0 -o docker0 -p tcp -m tcp --dport 80 -j ACCEPT
-A DOCKER -d 172.17.0.5/32 ! -i docker0 -o docker0 -p tcp -m tcp --dport 9999 -j ACCEPTIf you then ran (br-… to match your above)
iptables -A DOCKER-BRIDGE -o br-6b309bd08e7c -j DOCKER
I would expect it to work.
Not sure on the root cause or the right fix (for custom networks) but for the default docker0 network, you should not be having the problem. -
Please run iptables -P FORWARD ACCEPT and let us know.
-
Looks to be ipv6 traffic not passing.
ip6tables --list
iptables --list
On my system show the docker chains in both. I have connectivity from the docker containers. -
You need 20251128-85c6ad7 or greater for nft
-
Can you please confirm you are running 20251128-85c6ad7? Versions before this will not have the libraries.
cat /etc/os-release -
Can you please check
ldd /storage/.kodi/addons/service.system.docker/bin/dockerd
ls -la /usr/lib/libnft* -
Docker daemon is not running.
Can you please share:systemctl status docker | cat
docker version
-
Whilst nftables is a mandatory library, it is not used by docker as-is.
The nftables change has changed the backend of iptables to nft.
I’m assuming that you have compiled your own docker addon? As the addon has yet to be made available on the addon server.
You can see my “iptables --list” in the PR