Since last update Kodi started to crash and TV shows “no hdmi input” error.
When checking via ssh mediacenter status, I see a few errors or warnings, pasted below.
I am using very latest img of osmc for raspi4 with latest apt update / apt full-upgrade, installed yesterday.
When such issue happens, I stop mediacenter and restart, sometimes it helps but sometimes I have to reboot whole rpi4
I also set up debugging logs, which I paste when available
status of mediacenter service:
osmc@osmc:~$ sudo systemctl status mediacenter
- mediacenter.service - media center application
Loaded: loaded (/lib/systemd/system/mediacenter.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2021-08-20 17:19:04 CEST; 1min 35s ago
Main PID: 388 (mediacenter)
Tasks: 54 (limit: 3932)
CGroup: /system.slice/mediacenter.service
|-388 /bin/bash /usr/bin/mediacenter
|-462 sudo -u osmc LIRC_SOCKET_PATH=/var/run/lirc/lircd /usr/lib/kodi/kodi.bin --standalone -fs
`-475 /usr/lib/kodi/kodi.bin --standalone -fs
Aug 20 17:19:44 osmc mediacenter[388]: Traceback (most recent call last):
Aug 20 17:19:44 osmc mediacenter[388]: File “/usr/lib/python3.7/importlib/resources.py”, line 190, in path
Aug 20 17:19:44 osmc mediacenter[388]: NameError: name ‘FileNotFoundError’ is not defined
Aug 20 17:19:45 osmc sudo[569]: osmc : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/rm /var/tmp/osmc.settings.sockfile
Aug 20 17:19:45 osmc sudo[569]: pam_unix(sudo:session): session opened for user root by (uid=0)
Aug 20 17:19:45 osmc sudo[569]: pam_unix(sudo:session): session closed for user root
Aug 20 17:19:46 osmc sudo[577]: osmc : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/mv /var/tmp/config-user.txt /boot/config-user.txt
Aug 20 17:19:46 osmc sudo[577]: pam_unix(sudo:session): session opened for user root by (uid=0)
Aug 20 17:19:46 osmc mediacenter[388]: mv: failed to preserve ownership for ‘/boot/config-user.txt’: Operation not permitted
Aug 20 17:19:46 osmc sudo[577]: pam_unix(sudo:session): session closed for user root
Loaded: loaded (/lib/systemd/system/mediacenter.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2021-08-20 17:23:44 CEST; 4s ago
Main PID: 740 (mediacenter)
Tasks: 45 (limit: 3932)
CGroup: /system.slice/mediacenter.service
|-740 /bin/bash /usr/bin/mediacenter
|-755 sudo -u osmc LIRC_SOCKET_PATH=/var/run/lirc/lircd /usr/lib/kodi/kodi.bin --standalone -fs
`-756 /usr/lib/kodi/kodi.bin --standalone -fs
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glCompileShaderIncludeARB
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glIsNamedStringARB
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glGetNamedStringARB
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glGetNamedStringivARB
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glEGLImageTargetTexStorageEXT
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glEGLImageTargetTextureStorageEXT
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glCopyImageSubDataNV
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glViewportSwizzleNV
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glAlphaToCoverageDitherControlNV
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glInternalBufferSubDataCopyMESA
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glAlphaToCoverageDitherControlNV
Aug 20 17:23:45 osmc mediacenter[740]: Mesa warning: failed to remap glInternalBufferSubDataCopyMESA
Aug 20 17:24:02 osmc sudo[832]: osmc : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/mv /var/tmp/config-user.txt /boot/config-user.txt
Aug 20 17:24:02 osmc sudo[832]: pam_unix(sudo:session): session opened for user root by (uid=0)
Aug 20 17:24:02 osmc mediacenter[740]: mv: failed to preserve ownership for ‘/boot/config-user.txt’: Operation not permitted
Aug 20 17:24:02 osmc sudo[832]: pam_unix(sudo:session): session closed for user root
Aug 20 17:24:03 osmc mediacenter[740]: Exception ignored in: <generator object path at 0xd178d870>
Aug 20 17:24:03 osmc mediacenter[740]: Traceback (most recent call last):
Aug 20 17:24:03 osmc mediacenter[740]: File “/usr/lib/python3.7/importlib/resources.py”, line 190, in path
Aug 20 17:24:03 osmc mediacenter[740]: NameError: name ‘FileNotFoundError’ is not defined