jfw
11 November 2017 12:00
1
Hello,
I tried to update my OSMC installation manually from 2017.08-1 via “sudo apt-get update” and
“sudo apt-get dist-upgrade”.
After reboot I only have a sad face.
Kodi.log is empty.
Output from “grab-logs -A” can be found here: https://paste.osmc.tv/daqazafece
Hope this can help avoid issues for others. Let me know if you need anything extra to sort it out.
Looks like kodi.bin isn’t starting:
Nov 11 12:33:27 osmc mediacenter[318]: unknown
Nov 11 12:33:27 osmc mediacenter[318]: unknown
Nov 11 12:33:28 osmc mediacenter[318]: ERROR: Unable to create application. Exiting
Nov 11 12:33:28 osmc mediacenter[318]: *** Error in `/usr/lib/kodi/kodi.bin': free(): invalid pointer: 0x045b5bcc ***
Nov 11 12:33:28 osmc sudo[342]: pam_unix(sudo:session): session closed for user osmc
Nov 11 12:33:28 osmc mediacenter[318]: Kodi exited with return code 134 after 0 hours, 0 minutes and 10 seconds
Try to reinstall Kodi
sudo apt-get install --reinstall rbp1-mediacenter-osmc
and then reboot
jfw
11 November 2017 13:14
3
This solved the issue.
Seems I had an issue on free space as well… I freed some space with
sudo apt-get autoremove
Thanks for the help
If you’re still a bit tight for space, you can also run sudo apt-get clean
to remove downloaded packages from the APT cache.