• 1
  • 408
  • 409
  • 410(current)
  • 411
  • 412
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2018-08-10, 22:50)Trespasser Wrote: Hi Milhouse,
What version of bash is used in Leia? The reason I ask is because I run a few bash scripts to get links from the internet, but I'm getting a segfault when I run one to bring in Weather Nation. It runs fine in Krypton (no segfault).

Has bash been upgraded past version 2.7?

Thanks.

Regards,
Bob

There is no bash in LibreELEC - it comes with Busybox ash (which can be and is used an alternative to actual bash).

It's hard to think how the shell can cause a segfault that isn't due to some other problem. If Kodi is segfaulting then upload the Kodi crash log, but without any useful information from the segfault (such as a back trace) it's impossible to suggest anything other than you should contact the add-on author for assistance.
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.
New LibreELEC.tv Leia build #0810: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 2f0799497571296dacc722064572188ab20ef951d7414f40b9408b6a2561fdca (RPi)
SHA256 Checksum: f94686ddb8194dda6c21cd3d394ffa8b63061c4925bf1f5fbe65b65fb1a097a4 (RPi2)

text:
# uname -a
Linux rpi512 4.14.61 #1 Fri Aug 10 21:08:06 BST 2018 armv6l GNU/Linux

# vcgencmd version
Aug 10 2018 11:25:06
Copyright © 2012 Broadcom
version ae4ae721c2518e45e5b0a0a7c73497b3dc1007d6 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180810210349-#0810-gb98d2ae [Build #0810]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (b98d2ae, changelog) and tip of XBMC master (c074f25, changelog) with the following modifications: Build Highlights:
  1. New firmware (POE Hat support)
  2. linux: Add rpi-poe-fan driver
  3. Fix CApplicationPlayer::GetPercentage() to use new method CDataCacheCore::GetPercentage
Build Details:
  1. Firmware (Aug 10):
    • firmware: Add POE HAT support
  2. LibreELEC.tv:
    • chrome fix dl url (PR:2875, 2 commits, 5 files changed)
  3. XBMC:
    • [win10] allow stat for directory in windows library. (PR:14283, 1 commit, 3 files changed)
    • Fix CApplicationPlayer::GetPercentage() to use new method CDataCacheCore::GetPercentage (PR:14287, 1 commit, 3 files changed)
    • Fix stream playlists as directory (PR:14284, 2 commits, 1 file changed)
  4. vfs.libarchive:
    • [depends] download bzip2 from kodi mirrors (PR:20, 1 commit, 1 file changed)
    • [debian] add missing dependency on libssl-dev (PR:16, 1 commit, 1 file changed)
  5. kernel 4.14.y:
    • New commits in this build:
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: RPi: POE support
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.
(2018-08-10, 23:10)Milhouse Wrote:
(2018-08-10, 22:50)Trespasser Wrote: Hi Milhouse,
What version of bash is used in Leia? The reason I ask is because I run a few bash scripts to get links from the internet, but I'm getting a segfault when I run one to bring in Weather Nation. It runs fine in Krypton (no segfault).

Has bash been upgraded past version 2.7?

Thanks.

Regards,
Bob

There is no bash in LibreELEC - it comes with Busybox ash (which can be and is used an alternative to actual bash).

It's hard to think how the shell can cause a segfault that isn't due to some other problem. If Kodi is segfaulting then upload the Kodi crash log, but without any useful information from the segfault (such as a back trace) it's impossible to suggest anything other than you should contact the add-on author for assistance. 
Thanks, Milhouse, for the reply. I'll have to do some reading about Busybox ash. BTW, it's not an addon that segfaults...it's my bash script (I ssh in and run it from terminal). As I said, the same script runs fine in Krypton.

Again, thank you.
If you can identify the shell command that triggers the segfault (or post a reproducible test case) then maybe it can be investigated further.
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.
(2018-08-01, 22:50)smp1 Wrote:
(2018-08-01, 22:20)Milhouse Wrote: Can either of you identify when these menu issues first appeared in these test builds? 
I believe build #0127 introduced most of those issues.

VideoPlayer: rewrite yuv to rgb conversion for OpenGL (PR:13428, 8 commits, 50 files changed)
[GLES] VideoShader cleanup (PR:13416, 5 commits, 40 files changed)


DVD menus were never perfect in Kodi but those 2 PRs really screwed things up. 
Looking at PR13416 I found one commit with relevance to DVD menus: https://github.com/xbmc/xbmc/commit/90c1...fba79c1a65
Not sure if it's responsible but testing a build with the commit reverted might be worth a try.

so long,

Hias
(2018-08-11, 10:58)HiassofT Wrote: Looking at PR13416 I found one commit with relevance to DVD menus: https://github.com/xbmc/xbmc/commit/90c1...fba79c1a65
Not sure if it's responsible but testing a build with the commit reverted might be worth a try.

so long,

Hias

Build #0816b has the commit reverted: RPi2

I haven't been able to test it myself.
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.
(2018-08-11, 13:21)Milhouse Wrote:
(2018-08-11, 10:58)HiassofT Wrote: Looking at PR13416 I found one commit with relevance to DVD menus: https://github.com/xbmc/xbmc/commit/90c1...fba79c1a65
Not sure if it's responsible but testing a build with the commit reverted might be worth a try.

so long,

Hias

Build #0816b has the commit reverted: RPi2

I haven't been able to test it myself. 
 @smp1 could you test if this works? I can't check myself as I don't have any DVD rips as folder structure.

so long,

Hias
(2018-08-11, 14:01)HiassofT Wrote:  @smp1 could you test if this works? I can't check myself as I don't have any DVD rips as folder structure.
No improvement, unfortunately. Here are 2 samples that stopped working properly in build #0127 and later:
Sample 1 (DVD menu issue): shows blank screen (with gui menu overlay visible and audio). Disabling mmal makes it work. Disabling "adjust framerate" makes it work.
Sample 2 (BD issue): blank screen with audio when trying to start the movie from within an on-disc menu. Disabling mmal makes it work. Also no issues when starting the movie from "Select playback item" instead of the on-disc menu.
(2018-08-07, 19:20)Milhouse Wrote:
(2018-08-06, 15:52)TDown Wrote: Please use the below for download:

https://www.dropbox.com/s/i6ykmn53b8kmx4...i.zip?dl=0

The screen flicker when using software decode and your test file starts with #0613, can you confirm?
 Confirmed.  Jumping from #0612 to #0613 introduced the flicker with the sample file as well as live PVR streams.  Thank you for locating this and looking into the issue.
(2018-08-09, 00:08)Milhouse Wrote: New LibreELEC.tv Leia build #0808: RPi / RPi2(Supercedes previous build)

VideoPlayer: do not reset interlaced (@TDown : fixes software decode flickering)
 I've installed #0810 and confirmed this fix.  Thank you again!
(2018-08-11, 02:10)Milhouse Wrote: If you can identify the shell command that triggers the segfault (or post a reproducible test case) then maybe it can be investigated further.
Hi Milhouse,
In Leia, at present, BusyBox is at version 1.28.1 (from Feb 15, 2018). Since then there have been updates for BusyBox. The current stable version is 1.29.2 (July 31, 2018) which includes a fix for wget (the problem command in my bash script).

I'll be looking forward to seeing BusyBox updated. I think that might solve my script problem...at least I hope so.

Have a good day everyone. Smile.

Later...
Bob
Can you post a reproducible test case for wget?
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.
New LibreELEC.tv Leia build #0812: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: f895eee8e4b6666fa76ce9b76ce170a8ac0c101e11bac9cff1e182ac43898c4b (RPi)
SHA256 Checksum: 7ffb7040a5c840b3962a444fec5e1fd3d5401459bf9ea82326ebc155da287fe2 (RPi2)

text:
# uname -a
Linux rpi512 4.14.61 #1 Sun Aug 12 21:05:09 BST 2018 armv6l GNU/Linux

# vcgencmd version
Aug 10 2018 11:25:06
Copyright © 2012 Broadcom
version ae4ae721c2518e45e5b0a0a7c73497b3dc1007d6 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180812210354-#0812-gb98d2ae [Build #0812]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (b98d2ae, changelog) and tip of XBMC master (881a9e6, changelog) with the following modifications: Build Highlights:
  1. kodi: use HTTPS and SHA256 for LibreELEC repo addons
  2. Fix GUI sounds not updating when changed
  3. Retroplayer: black screen fix for ARGB1555 and some other small changes
  4. [bluray] Change log messages after the fs callbacks refactoring.
Build Details:
  1. XBMC:
    • Fix GUI sounds not updating when changed (PR:14285, 1 commit, 3 files changed)
    • Retroplayer: black screen fix for ARGB1555 and some other small changes (PR:14281, 4 commits, 5 files changed)
    • [docs] Add missing Player infolabels/boolean conditions (PR:14261, 2 commits, 1 file changed)
    • [Docs] Unescaped comma in Player.PlaySpeed (PR:14289, 1 commit, 1 file changed)
    • [bluray] Change log messages after the fs callbacks refactoring. (PR:14288, 3 commits, 5 files changed)
    • [gui] Cosmetic improvements and fixes (PR:14290, 3 commits, 3 files changed)
    • OpenGL: fix gui fonts for GL version 2.1 (PR:14293, 1 commit, 1 file changed)
    • Revert "Retroplayer: RenderBufferPoolOpenGLES: use internal format GL (PR:14292, 1 commit, 1 file changed)
  2. pvr.hts:
    • Demuxer fixes (PR:371, 2 commits, 4 files changed)
  3. newclock5:
    • Commits no longer in build:
      • VideoPlayer: blurays - do not read chunked in open_stream path (08b2c68b)
  4. kernel 4.14.y:
    • New commits in this build:
      • devicetree: add RPi CM3 dts to arm64; mimic the RPi 3B arm64 dts implementation, by referring to the actual dts file in the arm directory (248e0f71)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2876 (perma): open-vm-tools: bump to stable-10.3.0
    • Added: [env] PR:2877 (perma): kodi: use HTTPS and SHA256 for LibreELEC repo addons
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.
(2018-03-19, 02:27)Milhouse Wrote: We'll look into the IPv6/firewall issue and try to fix that - thanks for the report (and thanks @HiassofT for the temporary workaround!)
Has anything been done on this?
I tried to enable ipv6 on the #0808 build and it would not receive a non local IP from my network without disabling the firewall. Hence the issue from March still seem to persist?

Regarding the firewall, could it be, that the dhcpv6 gets filtered?
I just wiped OE off my Pi today and installed the LE unstable 8-10-18 build from here on a Berryboot setup:
Berryboot images
So far, working beautifully and fully compatible with my VPN, which uses an SSL cert. set to expire after 2038; Kodi 17 was incompatible with it, but 18 works which is why I went 18/unstable. So far, seems pretty solid.
  • 1
  • 408
  • 409
  • 410(current)
  • 411
  • 412
  • 495

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