Since today I cannot power down my INTEL Nuc and after reboot (manually) There is an error message showing "LIBREELEC configuration error". When choosing "shut down" from the menu, there is no hardware shut down, but only "matrix" that reboots (Flash screen is shown).
LE 10 - LIBREELEC Configuration error and not powering down
-
Ipaddle -
March 16, 2021 at 8:37 PM -
Thread is Unresolved
-
-
- Official Post
Put Kodi into debug mode and tail the logfile over SSH when you shutdown. Even if the connection is kicked we should maybe see something in the output that gives clues on where the problem lies - pastebin the log/output and share the URL here.
-
Yes, I did that. But the logfile is bigger than 1 MB and can not be uploaded... I try something else.
Put Kodi into debug mode and tail the logfile over SSH when you shutdown. Even if the connection is kicked we should maybe see something in the output that gives clues on where the problem lies - pastebin the log/output and share the URL here.
What does that mean... “Tail the log file over SSH”? Copy the log file from the .temp directory? You can do that from the file manager, right?
-
“Tail the log file over SSH”?
Run journalctl -f command in SSH console.
-
With pastekodi -c > mylog.txt you can save the log into a file - then copy it via scp/sftp to your PC and attach it here. You can also grab a ZIP with logs from the "Logfiles" smb share - and again attach it here.
so long,
Hias
-
Is this of use?
External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
From journalctl -f
Code
Display More-- Journal begins at Wed 2021-03-17 11:11:44 CET. -- Mar 17 11:17:58 LibreELEC kernel: usb 2-1: USB disconnect, device number 5 Mar 17 11:17:58 LibreELEC systemd[1]: Stopping Udevil mount service... Mar 17 11:17:58 LibreELEC udevil[2032]: udevil: error 55: cannot find '/dev/sdb1 ' mounted in mtab Mar 17 11:17:58 LibreELEC systemd[1]: [email protected]: Succeeded. Mar 17 11:17:58 LibreELEC systemd[1]: Stopped Udevil mount service. Mar 17 11:26:44 LibreELEC systemd[1]: Starting Cleanup of Temporary Directories. .. Mar 17 11:26:44 LibreELEC systemd[1]: systemd-tmpfiles-clean.service: Succeeded. Mar 17 11:26:44 LibreELEC systemd[1]: Finished Cleanup of Temporary Directories. Mar 17 11:28:54 LibreELEC connmand[395]: ntp: adjust (slew): -0.017454 sec Mar 17 11:30:00 LibreELEC sshd[2054]: Accepted password for root from 192.168.1. 41 port 58772 ssh2
-
After reboot:
Messages
"Remote communication server Failed to start. " and "Libreelec Configuration error"
From SSH journalctl -f
Code
Display Morelogin as: root [email protected]'s password: ############################################## # LibreELEC # # LibreELEC – Just enough OS for KODI # ############################################## LibreELEC (official): 9.95.1 (Generic.x86_64) LibreELEC:~ # journalctl -f -- Journal begins at Wed 2021-03-17 13:17:01 CET. -- Mar 17 13:17:07 LibreELEC kodi.sh[935]: libva info: va_openDriver() returns 0 Mar 17 13:17:10 LibreELEC connmand[393]: eth0 {del} route 212.227.81.55 gw 192.1 68.1.1 scope 0 <UNIVERSE> Mar 17 13:17:29 LibreELEC nmbd[879]: [2021/03/17 13:17:29.852137, 0] ../../sour ce3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2) Mar 17 13:17:29 LibreELEC nmbd[879]: ***** Mar 17 13:17:29 LibreELEC nmbd[879]: Mar 17 13:17:29 LibreELEC nmbd[879]: Samba name server LIBREELEC is now a loca l master browser for workgroup WORKGROUP on subnet 192.168.1.26 Mar 17 13:17:29 LibreELEC nmbd[879]: Mar 17 13:17:29 LibreELEC nmbd[879]: ***** Mar 17 13:17:32 LibreELEC systemd[1]: systemd-hostnamed.service: Succeeded. Mar 17 13:20:57 LibreELEC sshd[1029]: Accepted password for root from 192.168.1. 41 port 59562 ssh2 journalctl -f Mar 17 13:27:53 LibreELEC kernel: traps: kodi.bin[935] trap invalid opcode ip:7fecc80010f0 sp:7ffd46b958c8 error:0 Mar 17 13:27:54 LibreELEC kodi.sh[931]: Illegal instruction (core dumped) Mar 17 13:27:55 LibreELEC kodi.sh[931]: Crash report available at /storage/.kodi/temp/kodi_crashlog_20210317132754.log Mar 17 13:27:55 LibreELEC systemd[1]: kodi.service: Main process exited, code=exited, status=132/n/a Mar 17 13:27:55 LibreELEC systemd[1]: kodi.service: Failed with result 'exit-code'. Mar 17 13:27:57 LibreELEC systemd[1]: kodi.service: Scheduled restart job, restart counter is at 1. Mar 17 13:27:57 LibreELEC systemd[1]: Stopped Kodi Media Center. Mar 17 13:27:57 LibreELEC systemd[1]: Starting Kodi Media Center... Mar 17 13:27:57 LibreELEC systemd[1]: Started Kodi Media Center. Mar 17 13:27:58 LibreELEC kodi.sh[1129]: libva info: VA-API version 1.10.0 Mar 17 13:27:58 LibreELEC kodi.sh[1129]: libva info: Trying to open /usr/lib/dri/iHD_drv_video.so Mar 17 13:27:58 LibreELEC kodi.sh[1129]: libva info: Found init function __vaDriverInit_1_10 Mar 17 13:27:58 LibreELEC kodi.sh[1129]: libva error: /usr/lib/dri/iHD_drv_video.so init failed Mar 17 13:27:58 LibreELEC kodi.sh[1129]: libva info: va_openDriver() returns 1 Mar 17 13:27:58 LibreELEC kodi.sh[1129]: libva info: Trying to open /usr/lib/dri/i965_drv_video.so Mar 17 13:27:58 LibreELEC kodi.sh[1129]: libva info: Found init function __vaDriverInit_1_10 Mar 17 13:27:58 LibreELEC kodi.sh[1129]: libva info: va_openDriver() returns 0
-
Mar 17 13:27:55 LibreELEC kodi.sh[931]: Crash report available at /storage/.kodi/temp/kodi_crashlog_20210317132754.log
Here:
External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy. -
"locale.Error: unsupported locale setting"
I am not an expert in this matter but it looks there coul'd be an issue with language settings... Try to set the Language option in Kodi menu Settings - Interface - Regional to English (I suppose you have set a different language).
-
"locale.Error: unsupported locale setting"
I am not an expert in this matter but it looks there coul'd be an issue with language settings... Try to set the Language option in Kodi menu Settings - Interface - Regional to English (I suppose you have set a different language).
Yes, after fresh install i changed the settings from english to danish and then back again.
-
- Official Post
It's been noted and will be looked into.
-
Anything new about my problem? Anything else I can do?
-
I have added an autostart.sh file with commands to activate the IR remote function:
#!/bin/sh
modprobe -r nuvoton-cir && echo "auto" | tee /sys/bus/acpi/devices/NTN0530\:00/physical_node/resources && modprobe nuvoton-cir
Are these commands still compatible with LibreELEC 10? Maybe the cause of powering down issues.
I can't even power up the unit with the remote, but once the boks is running the remote is working. Except the box will not power down, it just restarts Matrix.
-
- Official Post
changes were added, so should be fixed with LE10 B3/RC1