• 1
  • 138
  • 139
  • 140(current)
  • 141
  • 142
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
Thanks yes, other visualization addons are also broken. Just have to wait until they're updated and then I'll push some new builds.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Hi all,

When using this build with my RPi device I've noticed that after a couple of hours the device stops responding (offline, no Chorus interface, etc.).

I have to force restart via power. This does not happen with RC or current LibreELEC builds.

Any hints and which logs/dumps should I grab?

Thanks,
anthonws.
@anthonws when did this behaviour start, with #0615, or earlier? What do you have connected to your RPi (on USB etc.)? What model is RPi?

Checking (and uploading) dmesg would be the first step, but obviously if the device is freezing solid (with no network) then you can't grab them once the freeze has occurred, so they may not contain anything relevant (but you never know).
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-06-16, 23:04)mikeb8591 Wrote: Ok, I just discovered that with my 0612b build, I marked _one_ show using 'marked unwatched' and it did. When I backed out of that 'folder' all the series were showing the folder icon again, instead of the 'watched' check mark. and Indeed EVERY show in the other folders changed to 'unwatched' (except some I'd started watching, which remained marked correctly) EXCEPT the remainder of the episodes (siblings?) in the series I where I marked the episode unwatched. So I went into another series, and marked an episode unwatched, went back into the original series, and they were all marked unwatched too.

The change holds over a reboot. All my episodes now show correct status.

Thanks!

The only change in #0612b is the addition of PR12295, which is also included in all subsequent builds since #0613, so I'm not sure that's related otherwise you'd see the issue fixed in #0613, #0614 and #0615. However the latest build, #0616, does include PR12311 which @Koying thinks might help your situation so please test #0616 thoroughly and report if the issue is now resolved - thanks!
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-06-16, 23:01)pyrodex Wrote: 0615 http://sprunge.us/SaAY
0614 http://sprunge.us/igCB

I can't confirm physically at this time but you can see the bluetooth module is found in 0614 but not in 0615.

Could it be something with alsa as seen in this error on 0615

Code:
Jun 14 22:04:25 denhtpc pulseaudio[290]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files

Thanks - yes I can confirm Bluetooth is now broken since #0615. I'll work on a fix, hopefully before the next build.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
@pyrodex the issue has been traced (no bash support in the busybox update), and will be fixed in #0617 (mentioning now, as I'll probably forget to mention it tomorrow).
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-06-16, 23:57)Milhouse Wrote: The only change in #0612b is the addition of PR12295, which is also included in all subsequent builds since #0613, so I'm not sure that's related otherwise you'd see the issue fixed in #0613, #0614 and #0615. However the latest build, #0616, does include PR12311 which @Koying thinks might help your situation so please test #0616 thoroughly and report if the issue is now resolved - thanks!

I'm sorry, I wasn't claiming this is specific to 0612b, for all I know, this might have worked with 0403 forward. I just stumbled onto it because I really wanted to mark something I'd watched as unwatched (kind of hoping it would clear the saved time when I stopped it, before it hit the end.)

It's extremely rare that I hit the 'mark unwatched' button.

I just went back to 0402, and then 0403 to see if the problem came back, but it did not.

I just mentioned the 0612b version, because that's what I had loaded at the moment.

Thanks!
(2017-06-16, 23:44)Milhouse Wrote: @anthonws when did this behaviour start, with #0615, or earlier? What do you have connected to your RPi (on USB etc.)? What model is RPi?

Checking (and uploading) dmesg would be the first step, but obviously if the device is freezing solid (with no network) then you can't grab them once the freeze has occurred, so they may not contain anything relevant (but you never know).

Thanks Milhouse!

Unfortunately I cannot relate the when to which build...

Device: Raspberry Pi Model B Plus Rev 1.2

No attached USB devices. LAN connected.

Here's all the logs and crash dumps I've found: https://we.tl/Hrs2USKuqw.

In the meantime I'll reformat the sdcard and reinstall build 18 from scratch.

Thanks,
anthonws.

p.s. Here's the current dmesg output: https://pastebin.com/nk92PYWe
So it sounds like whatever issue you had (which started with #0403) you can no longer reproduce after changing some watched statuses... right? Perhaps there was some corruption in the videodb, which has now been "fixed" by toggling the status. Unfortunate timing, but if it was random corruption then maybe there's no point trying to fix it.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-06-17, 01:38)anthonws Wrote: p.s. Here's the current dmesg output: https://pastebin.com/nk92PYWe

So that's build #0613 with kernel 4.11.4.

Given the lack of any other problem reports of a similar nature while using this kernel (average 200 RPi2 daily downloads, since #0607) I'd say it's more likely to be something specific to your hardware/environment (SD card, power supply, power cable etc.).

If it continues after a clean installation then post again.

It might be useful to leave "bcmstat.sh y" running in an ssh window as this will record any under-voltage events - a "U" in the "UFT" column means an under-voltage event is currently taking place, a "u" means an under-voltage event has taken place (since the start of the script), and ctrl-c (to end the script) will show the total number of under-voltage events since the script started running.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-06-17, 01:47)Milhouse Wrote: So it sounds like whatever issue you had (which started with #0403) you can no longer reproduce after changing some watched statuses... right? Perhaps there was some corruption in the videodb, which has now been "fixed" by toggling the status. Unfortunate timing, but if it was random corruption then maybe there's no point trying to fix it.

That would certainly explain why I appeared to be the only one seeing it. :-( Next time I see something like this, I'll be sure to try toggling it before reporting a problem. Videodb existed before 11901 though right? Seems odd that it followed that change, unless something just didn't get converted correctly but got fixed when I toggle the value for a series episode. Hard to visualize what could have gone wrong like that. Undecided

Anyway, thanks again for the help!
(2017-06-17, 04:11)mikeb8591 Wrote: Videodb existed before 11901 though right? Seems odd that it followed that change, unless something just didn't get converted correctly but got fixed when I toggle the value for a series episode. Hard to visualize what could have gone wrong like that. Undecided

Yes, that's the video library (MyVideos117 etc).
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-06-17, 02:03)Milhouse Wrote:
(2017-06-17, 01:38)anthonws Wrote: p.s. Here's the current dmesg output: https://pastebin.com/nk92PYWe

So that's build #0613 with kernel 4.11.4.

Given the lack of any other problem reports of a similar nature while using this kernel (average 200 RPi2 daily downloads, since #0607) I'd say it's more likely to be something specific to your hardware/environment (SD card, power supply, power cable etc.).

If it continues after a clean installation then post again.

It might be useful to leave "bcmstat.sh y" running in an ssh window as this will record any under-voltage events - a "U" in the "UFT" column means an under-voltage event is currently taking place, a "u" means an under-voltage event has taken place (since the start of the script), and ctrl-c (to end the script) will show the total number of under-voltage events since the script started running.

Thanks for the instructions! I'll do further tests and will report back when I have more info.

Cheers,
anthonws.
(2017-06-17, 04:11)mikeb8591 Wrote:
(2017-06-17, 01:47)Milhouse Wrote: So it sounds like whatever issue you had (which started with #0403) you can no longer reproduce after changing some watched statuses... right? Perhaps there was some corruption in the videodb, which has now been "fixed" by toggling the status. Unfortunate timing, but if it was random corruption then maybe there's no point trying to fix it.

That would certainly explain why I appeared to be the only one seeing it. :-( Next time I see something like this, I'll be sure to try toggling it before reporting a problem. Videodb existed before 11901 though right? Seems odd that it followed that change, unless something just didn't get converted correctly but got fixed when I toggle the value for a series episode. Hard to visualize what could have gone wrong like that. Undecided

Anyway, thanks again for the help!

Ah... the mystery continues. I watched a show to completion, and when it got marked 'watched' everything in my database appears to have switched back to 'watched'. Bizarre.
@mikeb8591 is that with #0616? Do you still see the correct watched statuses with #0402 (but not #0403) and with #0615e? If yes to all of those, then PR12311 isn't the fix you need.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
  • 1
  • 138
  • 139
  • 140(current)
  • 141
  • 142
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24