OpenELEC Testbuilds for RaspberryPi
When booting I see some messages

sbin/init: source: line 49: can't open '/var/config/settings.conf.
rpcbind: cannot get local address for udp. Servname not supported for ai_socktype
same message for tcp then udp6 and tcp6 several times.
garbage after 'name' token in line 378 ignored
invalid code found for Xbox: KEY_PAUSE

Sometimes I don't seem to see the rainbow splash but just linux boot text, or sometimes I get both.

Also, sometimes I can't seem to shutdown properly now and although the screen goes blank, all the lights stay on, with Link flickering. I don't know if this could be caused by running from SD and using iotimeout maybe, or by using autostart.sh to make an OS-level NFS mount at boot, like this (comes in handy to pause at boot to note any error messages, as I can just disconnect the network and then as it can't find it, it pause the boot).

Code:
#!/bin/sh

# Wait for the network to come up...
while [ -z "$(connmanctl state | grep State | grep -E "ready|online")" ]; do sleep 0.25; done; logger -t "$(basename $0)" "** Network is up **"

[ ! -d /storage/NFS-Media ] && mkdir /storage/NFS-Media

mount -t nfs 192.168.1.64:/Media -o nfsvers=3,rw,intr,noatime,rsize=32768,wsize=32678,nolock,async,proto=udp /storage/NFS-Media

iPlayer (2.4.17) wasn't working for me. When I just tried, it got stuck on busy for ages and when I pressed stop it froze for 30s http://pastebin.com/DpQAZGm3

I found this fix which got it working again http://forum.xbmc.org/showthread.php?tid...pid1437622 but the whole freezing as shown in the above log seems more a problem with XBMC not handling invalid links well. Youtube seems to be working again now as well Smile

EDIT: LastFM doesn't seem to work though and ListenLiveEU locked up for 30s+ with no indication that it was doing anything. I tried some other stations after though and they worked but selecting that first station again whilst another one is playing, it doesn't even stop the current station and the GUI locks up as before (when it unfroze the current station stopped), so again it seems there's an issue with handling invalid links. http://pastebin.com/hU97ZLHu and http://pastebin.com/DbUUTb3K


Messages In This Thread
MythTV PVR: No Video - by hkramski - 2012-11-13, 20:32
Cumulative Small Skip forward ... - by xandy - 2013-02-03, 15:46
:00 - by Koloss - 2013-07-14, 12:09
RE: :00 - by popcornmix - 2013-07-14, 12:28
RE: OpenELEC Testbuilds for RaspberryPi - by doveman2 - 2013-07-23, 12:56
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi12