Kodi Community Forum
OpenELEC Testbuilds for RaspberryPi Part 2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: OpenELEC Testbuilds for RaspberryPi Part 2 (/showthread.php?tid=184866)



RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-08-19

(2013-08-19, 11:27)Koloss Wrote: New Build form Today

1. On Booting:
mkdir:: can't create file directory 'none' : read-only file system

Issue 2530 - should be fixed in the next build.


rbej repeatable crash - RichG - 2013-08-19

Hi

I've been testing out rbej's build over the last few days having been using xbian for some time. I'm very impressed with how well this version works.

However, I've got a consistent and repeatable crash happening every time I try to change the view type or sort order from the view options side panel. Any time I try to select these setting buttons (from within Videos, Movies or Music) XBMC instantly bombs out and restarts itself.

I've enabled the debug log but the last item that shows is for the key press. I've also tried a fresh guisettings.xml and updated to yesterdays new build to no avail.

Any ideas?

Cheers
Richard


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - doveman2 - 2013-08-19

I have the "reboot on changing view" issue as well. Interestingly, I can change it fine in Movies (Library) mode but in Music, TV Shows, etc it reboots.

http://xbmclogs.com/show.php?id=47132


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Doktor-X - 2013-08-19

i have xbmc reboot when i start video plugins rev3 and youtube


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - popcornmix - 2013-08-19

(2013-08-19, 13:35)doveman2 Wrote: I have the "reboot on changing view" issue as well. Interestingly, I can change it fine in Movies (Library) mode but in Music, TV Shows, etc it reboots.

Can you confirm exactly what it is you are doing?

I've just entered TV library. Pressed left. On View option I've cycled between "Poster Wrap"/"Fanart"/"Media Info"/etc.
I've tried the same after entering a specific TV series. I've tried the same with Movies view.

I didn't get any reboot.

(This is testing my own build of top of tree Gotham)


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - doveman2 - 2013-08-19

(2013-08-19, 17:05)popcornmix Wrote: Can you confirm exactly what it is you are doing?

I've just entered TV library. Pressed left. On View option I've cycled between "Poster Wrap"/"Fanart"/"Media Info"/etc.
I've tried the same after entering a specific TV series. I've tried the same with Movies view.

I didn't get any reboot.

(This is testing my own build of top of tree Gotham)

Yep, that's exactly what I'm doing. As I say, it doesn't cause a reboot in Movies but any other view and it reboots as soon as I try to cycle from the current view.

There's an issue with DVD (VOB rip) playback that I didn't have before. When skipping forward a chapter, it plays 1-2s then freezes for a few seconds before continuing. I found it didn't happen on every chapter and I couldn't trigger it skipping backwards. This was with Bulworth. With Overlord, I had a lot of trouble even getting it to start playing and found it was freezing even more, after small skips forward (15s) for example.

Seems there's an issue with the logging as well as it stops at 15:57, whereas I was using it until about 16:15 and it's still running, so it doesn't cover my tests with Overlord http://xbmclogs.com/show.php?id=47179


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - doveman2 - 2013-08-19

Does anyone know of a way to do SSH stuff via batch file?

It would be nice to be able to just click on a shortcut and have it connect, login and reboot, rather than having to open Putty, click on the saved connection to open it, type in the password and type reboot. That's so long-winded that people (including myself) are going to be tempted just to power cycle most of the time.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-08-19

If all you want to do is reboot the remote client you can do that with "texturecache.py power reboot"


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - doveman2 - 2013-08-19

(2013-08-19, 19:13)MilhouseVH Wrote: If all you want to do is reboot the remote client you can do that with "texturecache.py power reboot"

Eh? Do I just shout that at the TV Tongue

Another lockup after disabling MP PVR plugin and returning to Home. It's still running as debug info is updating, as is log but the GUI is stuck and thus unusable.

http://xbmclogs.com/show.php?id=47215

EDIT: Hmm, I'm not sure it was actually locked. I just pressed Home and it reactivated. It seems that although it had returned to Home and System was highlighted, it hadn't properly activated Home and the drop down menu under System wasn't showing until I pressed Home and my D-pad keypresses were going nowhere.

http://xbmclogs.com/show.php?id=47222


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-08-19

Texture Cache Maintenance utility...

If you want to send ssh commands, you can look at the PuTTY documentation - something like "putty.exe [email protected] -ssh -pw password -m file-of-commands.txt" might work, with file-of-commands.txt containing "reboot".


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - doveman2 - 2013-08-19

(2013-08-19, 19:24)MilhouseVH Wrote: Texture Cache Maintenance utility...

If you want to send ssh commands, you can look at the PuTTY documentation - something like "putty.exe [email protected] -ssh -pw password -m file-of-commands.txt" might work, with file-of-commands.txt containing "reboot".

Yeah, don't need to make things even more complicated by installing Python, etc thanks.

I'll try the Putty commandline.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - kataiba - 2013-08-19

(2013-08-19, 19:24)MilhouseVH Wrote: Texture Cache Maintenance utility...

If you want to send ssh commands, you can look at the PuTTY documentation - something like "putty.exe [email protected] -ssh -pw password -m file-of-commands.txt" might work, with file-of-commands.txt containing "reboot".
i was looking for something like this last night. the command line in a batch file totally works. thanks


OpenELEC Testbuilds for RaspberryPi Part 2 - flash78 - 2013-08-19

(2013-08-18, 14:32)doveman2 Wrote:
(2013-08-17, 23:00)MilhouseVH Wrote: I must admit I've had more unexplained lockups (hard lockups - requiring power cylces) with stock 3.1.5+ (latest github builds) than any other recent version. Can't yet put my finger on the cause. I've had hard locks 5 minutes after booting, and also 36 hours after booting, no real correlation - prior to 3.1.5 all has been rock solid.

Oh well, at least it's not just me then Wink

Hi there,

I think i have similar problems like you guys since rbej's releases from 08/01. But i don't had any hard lockups, i was stil able to reboot my pi by ssh. Only XBMC didn't response to my remote anymore (neither flirc with apple remote nor ios xbmc remote worked). Btw. My pi is overclocked too.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - doveman2 - 2013-08-19

Again it rebooted when I went to Add Videos and clicked on Browse.

http://xbmclogs.com/show.php?id=47248


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - RichG - 2013-08-20

(2013-08-19, 17:05)popcornmix Wrote: Can you confirm exactly what it is you are doing?

I've just entered TV library. Pressed left. On View option I've cycled between "Poster Wrap"/"Fanart"/"Media Info"/etc.
I've tried the same after entering a specific TV series. I've tried the same with Movies view.


That's exactly what causes my reboot, in Pictures, Videos, Movies, TV Series, Music or Programs. Same if I try to change either of the sort options too. Never had this before.

BTW I'm using a mysql database and accessing files over NFS (if that matters at all).