• 1
  • 215
  • 216
  • 217(current)
  • 218
  • 219
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
@Mr Ozzy: Samba is working fine.

However your CIFS mounts are not working because you didn't read the changelog in build #0904.

The log even tells you what is wrong, and how to fix it:
Code:
Sep 05 03:33:52 Rasp-1 kernel: No dialect specified on mount. Default has changed to a more secure dialect, SMB3 (vers=3.0), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 specify vers=1.0 on mount. For somewhat newer servers such as Windows 7 try vers=2.1.
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-09-09, 11:20)Milhouse Wrote: @Mr Ozzy: Samba is working fine.

However your CIFS mounts are not working because you didn't read the changelog in build #0904.

The log even tells you what is wrong, and how to fix it:
Code:
Sep 05 03:33:52 Rasp-1 kernel: No dialect specified on mount. Default has changed to a more secure dialect, SMB3 (vers=3.0), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 specify vers=1.0 on mount. For somewhat newer servers such as Windows 7 try vers=2.1.

i do have set both boxes to force samba version 1...
i should change more..?
Simple Kodi fan..

2x Raspberry pi3 b  Running LibreElec 9.2.0 stable
1x Odroid C2          Running Volumio  
1x Zoomtak H8       Running CoreElec 9.2.1 generic
 
You need to set the version in your service. Forcing SMB1 in the Kodi GUI will have no effect on your CIFS mounts. This was already answered in a post a page or two back.

Edit: See post #3222
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.
ok.. when i edit my samba.conf and add like this :

[global]
server string = Rasp-1
workgroup = THUIS3
browseable = yes
writeable = yes
printable = no
deadtime = 30
mangled names = no
name resolve order = host bcast
printcap name = /dev/null
load printers = no
encrypt passwords = true
enable core files = no
passdb backend = smbpasswd
smb encrypt = disabled
min protocol = SMB2
Samba works.. still no auto mount

When do like this :
[global]
server string = Rasp-1
workgroup = THUIS3
browseable = yes
writeable = yes
printable = no
deadtime = 30
mangled names = no
name resolve order = host bcast
printcap name = /dev/null
load printers = no
encrypt passwords = true
enable core files = no
passdb backend = smbpasswd
smb encrypt = disabled
min protocol = SMB1

Box gets in boot loop
Simple Kodi fan..

2x Raspberry pi3 b  Running LibreElec 9.2.0 stable
1x Odroid C2          Running Volumio  
1x Zoomtak H8       Running CoreElec 9.2.1 generic
 
It's your CIFS service mounts that are the problem - stop messing about with the samba.conf unless you know what you are doing.
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.
i Have it fully working now..
i had to change the two mount file's

Options=username=root,password=romy256,sec=ntlm,unc=\\\\192.168.2.50\\Movies <=== not working

Options=username=root,password=romy256,vers=1.0,sec=ntlm,unc=\\\\192.168.2.50\\Movies <=== Working !!!

Thank you Millhouse to point me to the right direction...
Simple Kodi fan..

2x Raspberry pi3 b  Running LibreElec 9.2.0 stable
1x Odroid C2          Running Volumio  
1x Zoomtak H8       Running CoreElec 9.2.1 generic
 
(2017-09-09, 04:40)smp1 Wrote: Hmm... if I build using a current default kernel 4.13 - HEVC works fine. But if I build with an older kernel 4.8.16 - HEVC does not work anymore. This did not happen with previous builds - till today I could easily downgrade the kernel and HEVC worked. Any ideas?

Yes. Latest hevc code makes use of updates to vcsm kernel driver to allow faster cache cleaning/invalidating/flushing.
If you don't have those features then hevc won't work.

You could try cherry picking any kernel commits that refer to vcsm and cache cleaning/invalidating/flushing.
(2017-09-09, 12:09)Mr Ozzy Wrote: i Have it fully working now..
i had to change the two mount file's

Options=username=root,password=romy256,sec=ntlm,unc=\\\\192.168.2.50\\Movies <=== not working

Options=username=root,password=romy256,vers=1.0,sec=ntlm,unc=\\\\192.168.2.50\\Movies <=== Working !!!

Thank you Millhouse to point me to the right direction...

Hi Mr Ozzy,
Please could you post the complete config file for auto mount
Thanks
@helio58

Is hard to put here my configs for the auto mount I don't know your network share's and mount locations... But all is written in the samba-example.conf file...

I had this all working before.. all needed to be done now was adding ( ,vers=1.0 ) to the auto mount lines.. In my case two time's ( Movies and Music ) ..
i had to tell samba that my server is an old samba server SMB1...

Link to example :
https://github.com/LibreELEC/LibreELEC.t...unt.sample
Simple Kodi fan..

2x Raspberry pi3 b  Running LibreElec 9.2.0 stable
1x Odroid C2          Running Volumio  
1x Zoomtak H8       Running CoreElec 9.2.1 generic
 
(2017-09-09, 17:20)Mr Ozzy Wrote: @helio58

Is hard to put here my configs for the auto mount I don't know your network share's and mount locations... But all is written in the samba-example.conf file...

I had this all working before.. all needed to be done now was adding ( ,vers=1.0 ) to the auto mount lines.. In my case two time's ( Movies and Music ) ..
i had to tell samba that my server is an old samba server SMB1...

Link to example :
https://github.com/LibreELEC/LibreELEC.t...unt.sample

Thanks, why I ask is because i don't have unc=\\\\xxx.xxx.x.xx\\xxxxx in my configuration just //xxx.xxx.x.xx/xxxx.
Will try later.
(2017-09-09, 12:51)popcornmix Wrote: updates to vcsm kernel driver
I don't suppose this can be backported to 4.8.y or 4.4.y?
New LibreELEC.tv Leia build #0909: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.13.0 #1 Sat Sep 9 21:04:36 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep  8 2017 15:54:25
Copyright (c) 2012 Broadcom
version 6929ccae610034e2279dd785c74455086b55f095 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170909210323-#0909-g4c29a52 [Build #0909]

# Kodi version
(18.0-ALPHA1 Git:ee7f71f). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (4c29a52, changelog) and tip of XBMC master (ee7f71f, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.13.y
  • Includes latest bcm2835-driver master (77d8fdd, ahead +3)
  • Includes latest kodi-platform master (36fb493)
  • Includes latest libcec master (8adc786, ahead +26)
  • Includes latest libnfs master (3ba2a2c, ahead +101)
  • Includes latest p8-platform master (a822e19)
  • Includes latest addons: inputstream.adaptive (1656efc), inputstream.rtmp (e094fa3), peripheral.joystick (cc14287), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (8741c8b), pvr.filmon (34dca04), pvr.hdhomerun (ace19fa), pvr.hts (53118d8), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (c86ab35), pvr.mythtv (b46e5be), pvr.nextpvr (a855663), pvr.njoy (99874de), pvr.octonet (a77cf11), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.vbox (b5da811), pvr.vdr.vnsi (f3f80d5, +1), pvr.vuplus (9bfd868), pvr.wmc (d820bf8), pvr.zattoo (a24879b)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
  • Include [env] patch: libcec: don't link non-existant libtinfo
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
  • Include [env] patch: pvr addons: disable broken addons
  • Include [env] PR:1773: init: make break after behaviour really break after
  • Include [env] PR:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1917: linux: enable ftrace
  • Include [env] PR:1919: samba: don't restart smbd in samba-autoshare
  • Include [env] PR:1947: package updates
  • Include [env] PR:1950: build some more packages with fPIC
  • Include [env] PR:1956: wireless-regdb: update to wireless-regdb-2017.03.07
  • Include [env] PR:1958: samba: validate samba user config and don't use if legacy or incompatible
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:234: implement intensity compensation for VC-1 decoding for Ivybridge and better (intel-vaapi-driver)
  • Include [pkg] PR:260: Fix Seeking with VC1 after 6702b01ee3598017f05374bfc7956493f790361c (intel-vaapi-driver)
  • Include [pkg] PR:12767: Partial revert of imdb crashfix due to a introduced bug
Build Highlights:
  1. ** SAMBA CUSTOM CONFIG WARNING **
    Apologies, hopefully this is the last change.

    Due to ongoing issues with "my samba server is broken" when users upgrade to 8.2 Beta, we've now implemented a version check for any custom samba.config.

    This does mean you'll need to reapply your changes to the latest samba.config.sample. Or simply replace the OpenELEC licence header with the LibreELEC licence header from samba.config.sample, and include the line "# samba.conf v4 (do not remove)", then your config should be OK.

    If your custom samba.config is not considered valid you will see the following warning in "journalctl -a":
    Code:
    WARNING: Ignoring user config /storage/.config/samba.conf due to incompatibility [reason]
    where reason explains why the config is not valid.
  2. (Clean build)
Build Details:
  1. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1950: build some more packages with fPIC
    • Added: [env] PR:1958: samba: validate samba user config and don't use if legacy or incompatible
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-09-09, 19:46)smp1 Wrote: I don't suppose this can be backported to 4.8.y or 4.4.y?

That's not really something supportable in the long term.
The number of kernel commits that are necessary to support new features will only increase
and as we move to newer kernel versions the changes get harder to backport.

Really the commit in the 4.9 tree (specifically the "Here is the big USB, and PHY, and extcon, patchsets for 4.9-rc1" merge) that causes the regression needs to be found by someone who can reproduce it.
It occurs on multiple platforms so should be possible to bisect the kernel tree on, say, x86 linux and fix the problem for good.
This thread looked promising for finding a solution but never quite got there.
New LibreELEC.tv Leia build #0910: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.13.0 #1 Sun Sep 10 21:09:30 BST 2017 armv6l GNU/Linux

# vcgencmd version
Sep  8 2017 15:54:25
Copyright (c) 2012 Broadcom
version 6929ccae610034e2279dd785c74455086b55f095 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170910210806-#0910-g4c29a52 [Build #0910]

# Kodi version
(18.0-ALPHA1 Git:2b5725c). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (4c29a52, changelog) and tip of XBMC master (2b5725c, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.13.y
  • Includes latest bcm2835-driver master (77d8fdd, ahead +3)
  • Includes latest kodi-platform master (36fb493)
  • Includes latest libcec master (8adc786, ahead +26)
  • Includes latest libnfs master (3ba2a2c, ahead +101)
  • Includes latest p8-platform master (a822e19)
  • Includes latest addons: inputstream.adaptive (d417964, +5), inputstream.rtmp (e094fa3), peripheral.joystick (cc14287), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (8741c8b), pvr.filmon (34dca04), pvr.hdhomerun (ace19fa), pvr.hts (53118d8), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (c86ab35), pvr.mythtv (b46e5be), pvr.nextpvr (a855663), pvr.njoy (99874de), pvr.octonet (a77cf11), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.vbox (b5da811), pvr.vdr.vnsi (f3f80d5, +1), pvr.vuplus (9bfd868), pvr.wmc (d820bf8), pvr.zattoo (a24879b)
  • Include [env] 22775c5: include crazycat dvb drivers addon in image
  • Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
  • Include [env] patch: libcec: don't link non-existant libtinfo
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
  • Include [env] patch: pvr addons: disable broken addons
  • Include [env] PR:1773: init: make break after behaviour really break after
  • Include [env] PR:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1917: linux: enable ftrace
  • Include [env] PR:1919: samba: don't restart smbd in samba-autoshare
  • Include [env] PR:1947: package updates
  • Include [env] PR:1950: build some more packages with fPIC
  • Include [env] PR:1956: wireless-regdb: update to wireless-regdb-2017.03.07
  • Include [env] PR:1958: samba: validate samba user config and don't use if legacy or incompatible
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:234: implement intensity compensation for VC-1 decoding for Ivybridge and better (intel-vaapi-driver)
  • Include [pkg] PR:260: Fix Seeking with VC1 after 6702b01ee3598017f05374bfc7956493f790361c (intel-vaapi-driver)
  • Include [pkg] PR:12767: Partial revert of imdb crashfix due to a introduced bug
Build Highlights:
  1. AE: some fixes and limit of max error
  2. inputstream.adaptive fixes
Build Details:
  1. XBMC:
    • SPDIF: Make it possible to use 352 khz and 384 khz (PR:12783, 2 commits, 2 files changed)
    • Remove dependency on zip always and on unzip for everything but Android (PR:12643, 2 commits, 7 files changed)
    • VideoPlayer: drop FipPage (PR:12776, 8 commits, 15 files changed)
    • [AML] correct PTS-offset calculation (PR:12786, 1 commit, 1 file changed)
    • AE: some fixes and limit of max error (PR:12785, 1 commit, 1 file changed)
  2. inputstream.adaptive:
    • [fix] set default TimeScale (PR:68, 1 commit, 1 file changed)
    • wvdecrypter fixes (PR:65, 2 commits, 2 files changed)
    • Rework segment update (fallback-threaded) (a6eba22)
    • [Android] license dump debugging (8ee4d19)
  3. newclock5:
    • New commits in this build:
      • fixup! DVDInputStreamBluray: Possible fix for 3D main movie playback (153da384)
    • Commits no longer in build:
      • VideoPlayer: drop FlipPage (c5e06f9d)
      • VideoPlayer: consmetics - white spaces (aaa741fc)
      • windows: VideoPlayer - drop FlipPage (c484d68d)
      • VideoPlayer: GLES - drop unused variable in renderer (1d8b01f3)
      • VideoPlayer: GLES - drop FlipPage (2cfaae3b)
      • squash winrenderer (202b117d)
      • MMAL: drop FlipPage (fbd8ec34)
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.
I'm seeing occasional crashes with the testbuilds and most seem to have the tvheadend client doing something at the time of the crash. The crash isn't due to anything I do specifically. It usually happens after several days but occasionally after a very short time. The last three crashes happened early this morning. Here's the file names and file sizes. You can see the last two crashes are very close to each other (and with no interaction from me). My tvheadend server is on a separate device.

kodi_crashlog_20170910010235.log (157MB)
kodi_crashlog_20170910010342.log (150kB)
kodi_crashlog_20170910010417.log (149kB)

Here are the smaller logs:
https://pastebin.com/vCDxyxHj
https://pastebin.com/7gQxb1mX

Any thoughts on what is causing the crashes?
  • 1
  • 215
  • 216
  • 217(current)
  • 218
  • 219
  • 495

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