Please provide a full debug log.
How to post a log (wiki)
1. Enable debugging in Settings>System Settings>Logging
2. Restart Kodi
3. Replicate the problem
4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link
Posts by heitbaum
-
-
drjackel - im not sure in the /vtoy/vtoy error that is coming up. are you running some bootloader or ventoy or ??
-
I have explained it a few times now. But I will again for clarity.
Jobs are scheduled (if there are changes in the last 24 hours and an image will be built, it does not check it an image of that hash exists already.)
Jobs are also run manually, in this case the RPi ones were run to address a RPi 2GB built “quickly.”
There is nothing to be read into the images with different dates and the same hash. There maybe many of the same hash, you are welcome to use any off them, though the contents will have different compile dates, they will be from the same source.
Hope this fully answers the questions. -
-
lets try direct as a way to validate that issue.
but does seem to point to be a "compatibility issue" of the Nvidia drivers in 11.0.6 versus 12.0
would be good to see if the LE13 nightly has the same issues (it is running a newer version of nvidia drivers)
https://test.libreelec.tv/13.0/Generic/Generic-legacy/LibreELEC-Generic-legacy.x86_64-13.0-nightly-20240826-7643d36.img.gz -
dipswitch the pastekodi log is from "Starting Kodi (20.3 (20.3.0) Git:20.3-Nexus). Platform: Linux x86 64-bit" and the smb log is from "Starting Kodi (21.1 (21.1.0) Git:21.1-Omega). Platform: Linux x86 64-bit"
I can see Nvidia in the nexus log
Code2024-08-27 21:56:32.916 T:1101 info <general>: CRenderSystemGL::InitRenderSystem - Version: 4.6.0 NVIDIA 470.161.03, Major: 4, Minor: 6 2024-08-27 21:56:32.916 T:1101 info <general>: GL_VENDOR = NVIDIA Corporation 2024-08-27 21:56:32.916 T:1101 info <general>: GL_RENDERER = NVIDIA GeForce GT 1030/PCIe/SSE2 2024-08-27 21:56:32.916 T:1101 info <general>: GL_VERSION = 4.6.0 NVIDIA 470.161.03 2024-08-27 21:56:32.916 T:1101 info <general>: GL_SHADING_LANGUAGE_VERSION = 4.60 NVIDIA 2024-08-27 21:56:32.916 T:1101 info <general>: GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 2097152 2024-08-27 21:56:32.916 T:1101 info <general>: GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 2097152
the pastekodi is a mix of nexus and omega:
the "journalctl -a -b -0" is Omega and the "/storage/.kodi/temp/kodi.log" is Nexus
Suggest using the USB Key boot (using the run option) before doing too much - this will isolate what is happening.
-
Hi.
Where get latest verion of LinreElec RR ?RR is a fork of LibreELEC - this is the repository https://github.com/SupervisedThinking/LibreELEC-RR
-
I have tested LE with an AMD Ryzen 7 7840HS w/ Radeon 780M Graphics with success.
I would probably not recommend a PC with a external video card for a htpc, nor change the video card if your current device is working for you. -
Thanks! Also for LE12 RPI 5 version?
these have all been built and made available.
-
Your probably reading too much into it. The build system runs many workflows and then many jobs within those workflows. We have been doing extra LE12 builds recently which will push out or cancel other builds. When a workflow runs - it runs 2 jobs at a time (in random order for the target architectures) and will pick the hash at the time of the job kick off - not the workflow kickoff.
Whilst the job is scheduled nightly - it doesn’t mean there will always be a nightly.
You can always check the scheduler for LE13 builds at https://github.com/LibreELEC/acti…/build-LE13.yml
Or in total at https://github.com/LibreELEC/actions/actionsmay help the crystal ball be less cloudy.
-
If the issue is the same as the WebDAV issue, then the le12 nightly has the fix. https://github.com/LibreELEC/LibreELEC.tv/pull/9178
-
retrofan it’s in the backlog of addon updates that are planned - these are usually chunked up (makes it easier do these custom package updates.) won’t be too far away, but we have been working on some other areas last couple of weeks.
-
And? Read 2nd paragraph. And if interested take a look at - https://github.com/LibreELEC/actions/actions
-
You can check the inner workings of the CI/CD environment here. https://github.com/LibreELEC/actions/actions builds of LE12 and LE13 take 18 hours each, and addons take 10-12 hours each. Builds only get kicked off if there have been changes in the last 24 hours. Workflows can only be in the queue for 24 hours. Priority is given to binary addons when required.
So when only LE12 or LE13 are getting changes, you will see images and addons updated every 28-30 hours, but when changes are occurring on both LE12 and LE13 - you will see a 60 hour cycle.Workflows are cancelled automatically when passing 24 hours. Workflows (addons / images) are also cancelled when they won’t actually make change - eg addon update doesn’t need images rebuilt - because they were the same.
Hope that answers your questions. -
Well. I booted from ISO , menu-setup not showed my target-iSCSI. I switched to concole, tried command :
iscsiadm -m dicscovery -t sendtargets -p 192.168.1.97:3260
Answer -
iscsiadm: Could not perform SendTargets discovery: iSCSI driver not found. Please make sure it is loade and retry
What I may do ?... May be need patch kernel or apply change in file kernel_options ?This bit I can’t help with, as I haven’t used iscsi.
-
I downgrading version gcc and g++ to default on my system, next this steps:
1.cd ~
2.git clone https://github.com/LibreELEC/LibreELEC.tv.git
3. cd LibreELEC.tv
4. wget https://github.com/LibreELEC/LibreELEC.tv/pull/9163.patch
5. git am 9163.patch
============================
Use: open-iscsi: fix build with gcc-14
.git/rebase-apply/patch:37: trailing whitespace..git/rebase-apply/patch:41: trailing whitespace.
.git/rebase-apply/patch:43: trailing whitespace.
.git/rebase-apply/patch:51: trailing whitespace.
.git/rebase-apply/patch:67: trailing whitespace.
warning: missed 2 errors in whitespace characters
warning: 7 lines added errors in whitespace characters.
============================6.
#I enabled ISCSI_SUPPORT="no" to "yes" (number of str 197) in /LibreELEC.tv/distributions/LibreELEC/options7. make -j 9 image
............a lot of processing.....
and error
[087/313] [FAIL] build gmp:host
----------------
I study error, this way https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz is not availible. I searched source code and rewrite file /LibreELEC.tv/packages/devel/commons-lang3/package.mk . I changed in str 10 old web-site (https://gmplib.org/download/gmp) to https://ftp.gnu.org/gnu/gmp/ and go to terminal and run ---> make distclean8. I make again
make -j 9 image
................a lot of processing
and error
[187/313] [FAIL] install nano:targetSame error, I done same actions that was early. Changed https://www.nano-editor.org/dist/v$%7BPKG_VERSION%25%25.%2A} to https://ftp.gnu.org/pub/gnu/nano/ in file ./packages/tools/nano/package.mk
After this i dont do -> make distclean, and simply run : make -j 9 image9. I looked, what process continues, and stop process ctrl-x, type ---> make distclean and begin of start
make -j 9 image
And... Many time and... Image has been building. Great !!
Many thanks!! I will try this Image , check iSCSI ability and write here.
I found image in folder /LibreELEC.tv/target/ His name LibreELEC-Generic.x86_64-13.0-devel-20240810073238-ce21c51.img.gz👍 Glad you got your build working.
-
I update gcc and g++ to version 14.1.0.
I tried lunch build (with fix and without fix(loading new git) ) , but not success.
Now error cmake (013/313)Code
Display MoreLog of errors: /home/tod/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/build/cmake-3.30.2/.x86_64-linux-gnu/Bootstrap.cmk/cmake_bootstrap.log --------------------------------------------- FAILURE: scripts/build cmake:host during configure_host (package.mk) *********** FAILED COMMAND *********** ../configure --prefix=${TOOLCHAIN} --no-qt-gui --no-system-libs -- -DCMAKE_C_FLAGS="-O2 -Wall -pipe -Wno-format-security" -DCMAKE_CXX_FLAGS="-O2 -Wall -pipe -Wno-format-security" -DCMAKE_EXE_LINKER_FLAGS="${HOST_LDFLAGS}" -DCMAKE_USE_OPENSSL=OFF -DBUILD_CursesDialog=0 ************************************** FAILURE: scripts/build cmake:host has failed! The following log for this failure is available: /home/tod/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/.threads/logs/13.log >>> cmake:host seq 13 >>> [013/313] [FAIL] build cmake:host
I installed cmake, but not success.
We build our own copy of cmake (it is failing for some reason)
Details will be in the build.LibreELEC-Generic.x86_64-13.0-devel/.threads/logs/13.log log file
1. But first go back to “your working machine” before you added gcc14. Ubuntu doesn’t have a gcc-142. Check the build. Run something like the following commands
cd /home/tod
mv LibreELEC.tv old
git clone https://github.com/LibreELEC/LibreELEC.tv.git
cd LibreELEC.tv
# wget … as above
# git am … as above
# we are not going to build open-iscsi yet
# let’s test you build environment
make image
# share your success/logs
# move on to scripts/build open-iscsi
Booting an image with iscsi may not/probably won’t work (or you might need to do some/a lot of work) we haven’t tested an iscsi build for a long time. -
Thx.
On the computer where I am building libreelec (x64 Ubuntu 22.04 - 64bit) is installed. At the moment I am compiling gcc-14, because... This fix, as I understand it, requires version 14. The terminal showed this: Application: open-iscsi: fix build with gcc-14.
I try it and write here.You won’t need gcc-14 to do the build (it will cause other issues), it looks like it has made your build host unstable.
The patches themselves are for the LE build system (as we compile a copy of gcc during the build)
The LE build will run with no problems on a “clean Ubuntu 22.04 or 24.04” system.