Posts by ozolli
-
-
@ozolli
I guess you are having more luck than we did, on what kind of hardware you have LibreELEC installed on?Here is intel 4690s + Nvidia GTX 1070
Intel N3150.
-
-
-
When trying to start a container:
CodePhoenix:~/.kodi/addons # docker start lemp Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:359: container init caused \"rootfs_linux.go:54: mounting \\\"cgroup\\\" to rootfs \\\"/storage/.kodi/userdata/addon_data/service.system.docker/docker/overlay2/52657e45c9f38c6d6ba9dd684723461fe5957053c3b6660a257b82e1eba946a1/merged\\\" at \\\"/sys/fs/cgroup\\\" caused \\\"no subsystem for mount\\\"\"" Error: failed to start containers: lemp
Seems to be related to systemd upgraded to 233:
FS#53271 : [docker] systemd 233 breaks docker with cgroups v2I tried to compile the docker addon with v17.03.1-ce as per the above link but it doesn't fix this issue.
The workaround in Can not run any docker container (fresh install after reboot) · Issue #28109 · moby/moby · GitHub , adding
to the docker run/create command line did the trick. -
I hardcoded a 10 second pause between the container creation/start and kodi service coming up. In my case, it takes about 4 seconds for mysql to be up and running after container start.I have done that a different way with my lemp container :
You may have to adapt it to the location of the socket in your container.
-
clarkss12 : Why do you mount your volume twice ?
The systemd unit should suffice. -
Thank you chewitt for the 3.10 kernel explanation ; I was wondering why these 2 beasts were not compatible.
-
-
Code for the update back end is not public and for several reasons there are no current plans to change that. If you'd like to explain your interest in more detail we may be able to answer questions.Ok I get that.
I would like to know how the reply from this file is constructed so I can do my own implementation to auto-update a custom distribution.
I have already set up the releases server with the releases.json file.
I don't need the other code you may have for your internal needsEDIT: Well, if I'm not mistaken the reply is something like:
-
Hello devs,
I am looking for the source code of updates.php declared here :
service.libreelec.settings/defaults.py at master · LibreELEC/service.libreelec.settings · GitHub
Is it available somewhere please ?
Thanks ! -
-
ozolli No, it was upgrade to the next official new build. Did you compile your build yourself?Yes. In fact it's a build with an old nvidia driver for some people needing it.
-
Did you compile this yourself ?
On my build it's ok :
-
New tarball with the mtrr patch. It's a 7.95.2 one.
Here : Dropbox - Link not found -
Also my xrandr output shows an incorrect "Broadcast RGB" setting, it should be forced to "Full" by autostart.sh. This was a previous Kodi best-practice for proper black levels (TV set to limited, X output set to full, Kodi set to limited), but perhaps 17+newer GPU has created some synergy here that I'm unaware of and "Video 16:235 pass-through" is expected now.
Yes it is on Intel GPUs. It's basically a "Full" mode which also implements the Intel zero copy approach to directly render the decoded NV12 surface. -
Ok I will try to apply a mtrr patch and come back with a new tarball.
Unfortunately I cannot test it myself so you will have to try it yourself. -
Alternatively, you might be able to find someone willing to build LibreELEC 8.0 with the 304.xx driver in place of 340.xxI built one a few days ago with NVidia driver 304.134. It is between 7.95.1 and 7.95.2.
Here: Dropbox - Link not found