xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 46 forks source link

Recent update on CuBox leads to non starting Kodi #766

Closed didlich closed 8 years ago

didlich commented 8 years ago

I've updated my system today. After a reboot KODI doesn't start any more.

kodi.log:

00:06:23 T:3027697664   ERROR: DBus: Error org.freedesktop.UDisks.Error.PermissionDenied - Not Authorized
00:06:23 T:3027697664   ERROR: DBus: Error org.freedesktop.UDisks.Error.Failed - Error mounting: mount exited with exit code 1: helper failed with:
                                            mount: only root can mount /dev/root on /home

got also KODI error:

** Error in `/usr/local/lib/kodi/kodi.bin': free(): invalid pointer: 0x015e7b80 ***

kernel is telling me:

Sep 12 00:31:56 xbian kernel: [  519.780494] drv_ioctl(519): input or/and output structures are invalid.
Sep 12 00:31:56 xbian kernel: [  519.780511] gcmkONERROR: status=-1(gcvSTATUS_INVALID_ARGUMENT) @ drv_ioctl(522)
Sep 12 00:31:56 xbian kernel: [  519.780705] drv_ioctl(519): input or/and output structures are invalid.
Sep 12 00:31:56 xbian kernel: [  519.780715] gcmkONERROR: status=-1(gcvSTATUS_INVALID_ARGUMENT) @ drv_ioctl(522)
Sep 12 00:33:17 xbian kernel: [  600.638061] drv_ioctl(519): input or/and output structures are invalid.
Sep 12 00:33:17 xbian kernel: [  600.638079] gcmkONERROR: status=-1(gcvSTATUS_INVALID_ARGUMENT) @ drv_ioctl(522)
Sep 12 00:33:17 xbian kernel: [  600.638221] drv_ioctl(519): input or/and output structures are invalid.
Sep 12 00:33:17 xbian kernel: [  600.638232] gcmkONERROR: status=-1(gcvSTATUS_INVALID_ARGUMENT) @ drv_ioctl(522)
mk01 commented 8 years ago

this looks like galcore kernel driver / userspace firmware-imx libs would be of different generation.

what is your firmware-imx version and kernel ?

dpkg-query -W linux-image-armmp firmware-imx
didlich commented 8 years ago

this is the result of the command on my CuBox:

firmware-imx    2.1.2
linux-image-armmp       4.1.6+-1441745602
mk01 commented 8 years ago

@didlich

can you please post

gunzip -cd < /proc/config.gz | grep VIV 
mk01 commented 8 years ago

@didlich

*602 kernel had bad .config during compile, new is on the go. (you can revert to previous or wait until next repo update - in 2h - for new version)

didlich commented 8 years ago
gunzip -cd < /proc/config.gz | grep VIV

here it is:

CONFIG_DRM_VIVANTE=m
# CONFIG_MXC_GPU_VIV is not set
CONFIG_MXC_GPU_VIV_V5=y
didlich commented 8 years ago

I've just updated my system, @mk01 the problem is solved, thanks for your investigation