• 1
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 86
v19 LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)
@MikeKL are you using the built-in RPi wifi? A pastekodi log might be helpful.
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.
(2019-10-04, 14:14)Milhouse Wrote: @MikeKL are you using the built-in RPi wifi? A pastekodi log might be helpful.

I am using wired LAN connection and actually it looks like nothing is working correctly from within kodi to internet, installed #1003 and tested same options as previous post plus tried to watch an internet stream Kodi.log
Been watching local content so had not immediately noticed internet connection to outside world was playing up.  As mentioned previously earlier build #0929 is OK, will install #0930+ to confirm from which build issue starts.

---edit--- #0930 is OK kodi.log
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
Please confirm if #1001 is also OK, or a problem. I'm not seeing this issue myself, so it's rather odd as there doesn't appear to be much that has changed recently. The output of systemctl -a from a "broken" system would be useful, you may need to write this to a file so that you can upload it once you have internet connectivity.
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.
(2019-10-04, 16:35)MikeKL Wrote:
(2019-10-04, 14:14)Milhouse Wrote: @MikeKL are you using the built-in RPi wifi? A pastekodi log might be helpful.

I am using wired LAN connection and actually it looks like nothing is working correctly from within kodi to internet, installed #1003 and tested same options as previous post plus tried to watch an internet stream Kodi.log
Been watching local content so had not immediately noticed internet connection to outside world was playing up.  As mentioned previously earlier build #0929 is OK, will install #0930+ to confirm from which build issue starts.

---edit--- #0930 is OK kodi.log 

 In both logs network errors are appearing shortly after VPN manager has started - wonder if that's related:
Code:
2019-10-04 15:19:05.371 T:649 NOTICE: VPN Mgr : (service.py) Starting VPN monitor service, platform is 2, version is 6.3.0
2019-10-04 15:19:05.371 T:649 NOTICE: VPN Mgr : (service.py) Kodi build is 19.0-ALPHA1 Git:206f941
2019-10-04 15:19:05.371 T:649 NOTICE: VPN Mgr : (service.py) Addon path is /storage/.kodi/addons/service.vpn.manager/
2019-10-04 15:19:05.535 T:647 ERROR: ## LibreELEC Addon ## oe::load_url(http://releases.libreelec.tv/releases.json) ## ERROR: (URLError(gaierror(-2, 'Name or service not known'),))

so long,

Hias
(2019-10-04, 16:50)Milhouse Wrote: Please confirm if #1001 is also OK, or a problem. I'm not seeing this issue myself, so it's rather odd as there doesn't appear to be much that has changed recently. The output of systemctl -a from a "broken" system would be useful, you may need to write this to a file so that you can upload it once you have internet connectivity.

Confirm #1001 is OK., issue appear in #1002 onwards.. I noticed and have managed to capture screen grab of a very quick error message upon boot into LibreeELEC Kodi GUI #1003.

Image

As Hias has mentioned, do have VPN manger installed but do not request any VPN connections to be made upon start-up of Libreelec (Only establish a VPN connection when I actually require it)

Requested "systemctl -a" information when #1003 is installed HERE
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
(2019-10-04, 20:07)MikeKL Wrote: Requested "systemctl -a" information when #1003 is installed HERE

Sorry I must have been half-asleep when I wrote my earlier post, I actually meant journalctl -a - sorry! From #1003 should be fine, 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.
@MikeKL I'm going to prepare two test builds for you, one with PR3883 and a second without PR3883, just so we can rule it out (or confirm it is causing the issue).
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.
(2019-10-04, 20:07)MikeKL Wrote:
(2019-10-04, 16:50)Milhouse Wrote: Please confirm if #1001 is also OK, or a problem. I'm not seeing this issue myself, so it's rather odd as there doesn't appear to be much that has changed recently. The output of systemctl -a from a "broken" system would be useful, you may need to write this to a file so that you can upload it once you have internet connectivity.

Confirm #1001 is OK., issue appear in #1002 onwards.. I noticed and have managed to capture screen grab of a very quick error message upon boot into LibreeELEC Kodi GUI #1003.
Can you post the output of
Code:
ls -l /run/resolv.conf
cat /run/resolv.conf

#1002 includes a fix for NFS boot interface handling which also slightly altered resolv.conf handling in LibreELEC - see https://github.com/LibreELEC/LibreELEC.tv/pull/3883 for details.

so long,

Hias
@MikeKL:

#1004b: RPi2 (includes PR3883)
#1004c: RPi2 (does not include PR3883)
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.
#1003

@Milhouse output of "journalctl -a" and will try 1004b & c builds now
@HiassofT
Code:
LibreELEC:~/downloads # ls -l /run/resolv.conf
lrwxrwxrwx    1 root     root            24 Sep  3 10:27 /run/resolv.conf -> /run/connman/resolv.conf
LibreELEC:~/downloads # cat /run/resolv.conf
cat: can't open '/run/resolv.conf': No such file or directory
LibreELEC:~/downloads #
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
(2019-10-04, 20:50)MikeKL Wrote: #1003

@Milhouse output of "journalctl -a" and will try 1004b & c builds now
@HiassofT
Code:
LibreELEC:~/downloads # ls -l /run/resolv.conf
lrwxrwxrwx    1 root     root            24 Sep  3 10:27 /run/resolv.conf -> /run/connman/resolv.conf
LibreELEC:~/downloads # cat /run/resolv.conf
cat: can't open '/run/resolv.conf': No such file or directory
LibreELEC:~/downloads #
This is really odd - /run/connman/resolv.conf should be present (before #1002 /etc/resolv.conf symlinked directly to it).

Can you post the output of the following commands on builds #1001 and #1002?
Code:
ls -l /run
ls -l /run/connman/

so long,

Hias
(2019-10-04, 20:37)Milhouse Wrote: @MikeKL:

#1004b: RPi2 (includes PR3883)
#1004c: RPi2 (does not include PR3883)
Tested and I confirm #1004b NOK #1004c OK
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
(2019-10-04, 21:02)MikeKL Wrote:
(2019-10-04, 20:37)Milhouse Wrote: @MikeKL:

#1004b: RPi2 (includes PR3883)
#1004c: RPi2 (does not include PR3883)
Tested and I confirm #1004b NOK #1004c OK 
@MikeKL can you test #1002 with the VPN manager addon disabled? If that fixes the issue please contact the addon maintainer. The connman PR is scheduled to be included in the next LE9.2 release so if his addon doesn't cope well with that he should look into getting a fix - or the VPN manager might soon be broken both for testbuilds and stable LE releases.

so long,

Hias
@MikeKL thanks. If you could provide the info requested by @HiassofT that would be great. Also, your vpn config (if there's anything sensitive, blank it out and/or send it to me via PM).

Unfortunately I think this is likely to be another Open VPN Manager issue, and as we know already the author isn't interested in supporting test builds so it may need to wait until this change is released in an official build (it's likely we will backport PR3883 to LE 9.2) at which point the VPN Manager author might fix/adapt his addon when it breaks for all his LibreELEC users. Sad, but that's his call.
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 Matrix build #1004: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 7e7a9802c6b8d9d4721150ebf7e95f189a794da2f4f595d99948708656d5320b (RPi)
SHA256 Checksum: d75f428e5e4ee353ef1daca1d88ea37276f93495e15c6863eedbdd73d29cae75 (RPi2)

text:
# uname -a
Linux rpi512 5.3.3 #1 Fri Oct 4 21:44:43 BST 2019 armv6l GNU/Linux

# vcgencmd version
Sep 30 2019 14:42:43
Copyright © 2012 Broadcom
version 6820edeee4ef3891b95fc01cf02a7abd7ca52f17 (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20191004214408-#1004-ga027672 [Build #1004]

# Kodi version
Kodi (19.0-ALPHA1 Git:0bf75c6). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (a027672, changelog) and tip of XBMC master (0bf75c6, changelog) with the following modifications: Build Highlights:
  1. New 5.3.3 kernel
  2. ffmpeg-tools: update ffmpegx and opus
Build Details:
  1. XBMC:
    • [pvr] refactoring - remove extra whitespace (PR:16703, 1 commit, 48 files changed)
    • [ios/cmakebuildsys] Add features to cmakebuildsys + jenkins ios xcodebuild (PR:16259, 2 commits, 14 files changed)
    • added: as.xml option to disable Curl HTTP2 (PR:16601, 1 commit, 3 files changed)
    • [iOS] migrate to Launch Screen storyboard (PR:16160, 2 commits, 24 files changed)
  2. pvr.iptvsimple:
    • Reload interval (PR:281, 8 commits, 28 files changed)
  3. pvr.vuplus:
    • Support group (bouquet) channel order from the backend (PR:248, 17 commits, 52 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3857 (perma): linux (Generic/RPi/Allwinner): update to linux-5.3.5
    • Updated: [env] PR:3883 (perma): connman: ignore kernel-managed netdev and improve resolv.conf handling
    • Added: [env] PR:3884 (perma): ffmpeg-tools: update ffmpegx and opus
    • Updated: [env] PR:3886 (perma): pastekodi: add option to allow output to stdout
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
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 86

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)8