• 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
I ave problem wit samba too

my log:

https://drive.google.com/file/d/0B4nIseX...sp=sharing
@Milhouse,
It's not only one server or computer but the entire workgroup doesn't appear ("workgroup" doesn't show). It got 2 rpi's with the latest build (should be using smb3?) and windows 10 pc's (smb3) and an updated Synology DS216+ II where smb3 is enabled in the network settings. Shouldn't it at least show "workgroup" with itself as it's using smb3? Could it be that it doesn't work in a mixed envoirement (got some Enigma2 sat and cable receivers that use smb1)?
Why do both problems work when connecting via ip adress? Isn't this more a problem with name resolving?

But yes, adding: client max protocol = SMB1 solves it!
(2017-03-31, 16:31)rudrood Wrote: @Milhouse,
It's not only one server or computer but the entire workgroup doesn't appear ("workgroup" doesn't show). It got 2 rpi's with the latest build (should be using smb3?) and windows 10 pc's (smb3) and an updated Synology DS216+ II where smb3 is enabled in the network settings. Shouldn't it at least show "workgroup" with itself as it's using smb3? Could it be that it doesn't work in a mixed envoirement (got some Enigma2 sat and cable receivers that use smb1)?
Why do both problems work when connecting via ip adress? Isn't this more a problem with name resolving?

But yes, adding: client max protocol = SMB1 solves it!

Are you using the stock smb config, ie. you do NOT have a custom config in /storage/.config/samba.conf, as this would dictate how the LE clients appear on your network and it's where you configure their workgroup etc. (default is WORKGROUP).

I suppose it might be possible that one of the machines on your network has become the master browser and it's this machine that says it can talk SMB2/SMB3, but not reliably. Perhaps try testing with different machines turned off until the problem goes away. Or try with only the LE clients, then introduce other machines (although given the nature of Samba and the browser election process, this process could be very hit & miss needing all machines to be rebooted etc.).

You can prevent a server from being elected a master browser by adding the following in smb.conf on the server:
Code:
[global]
local master = no

With "client max protocol = SMB3" and no custom configurations all of my LE clients show WORKGROUP in the Add Source dialog, and in that workgroup are listed all my LE clients (RPi1, RPi3, NUC) and all of my Samba servers (FreeNAS 8.3, Windows7, Ubuntu 16.04), so yes it should appear and should list all your clients, unless Samba is broken on your network, which frankly doesn't take much. Sad
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-03-31, 16:30)conca Wrote: I ave problem wit samba too

my log:

https://drive.google.com/file/d/0B4nIseX...sp=sharing

Try forcing SMB1 as above.
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 tried to change the smb.conf in /storage/.smb
I've tired with :
[global]
preferred master = no
local master = no
domain master = no
client lanman auth = yes
lanman auth = yes
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
lock directory = /storage/.smb/
name resolve order = bcast host
client max protocol = SMB1

but libreelec crash when I try to start a film (network film)
#0305 version works great also wit samba3
(2017-03-31, 17:25)conca Wrote: but libreelec crash when I try to start a film (network film)

If LE is crashing, you should post a link to your crashlog.
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-03-31, 17:27)conca Wrote: #0305 version works great also wit samba3

Can you identify the first build that is crashing? It's entirely possible this has nothing to do with Samba3/Samba4.
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.
@Milhouse,
You're right, it seems that the local master browser is running on samba 1 machine.
Forced my Synology master browser to use samba 2 (can't force 3) but then nothing shows up in my Windows 10 network neighbourhood.
Seems to be a regular problem with Windows 10:
https://www.tenforums.com/network-sharin...twork.html

Tried to enable local master browser on the Libreelec PC in /storage/.config/samba.conf:

Code:
local master = yes
preferred master = auto
domain master = auto
os level = 20

but for some reason it doesn't start.

Code:
C:\Users\Optiplex 9020>nbtstat -a 192.168.1.235

Ethernet:
Node IpAddress: [192.168.1.47] Scope Id: []

NetBIOS Remote Machine Name Table

       Name               Type         Status
    ---------------------------------------------
    LIBREELEC      <00>  UNIQUE      Registered
    LIBREELEC      <03>  UNIQUE      Registered
    LIBREELEC      <20>  UNIQUE      Registered
    WORKGROUP      <00>  GROUP       Registered
    WORKGROUP      <1E>  GROUP       Registered

No master browser running there.

Found that /storage/.smb/smb.conf isn't in the Libreelec settings backup, so if you run into problems with smb3 you cannot downgrade by "updating" with an earlier build and restore the backup. The smb.conf stays on smb3.
(2017-03-31, 20:01)rudrood Wrote: No master browser running there.

An election takes place to select the master browser on a network so it could be any of your machines - setting "local master = yes" simply means that machine can take part in the election and it _may_ become the master browser if there is no "better" alternative.

The default is for Samba to participate in browser elections, so setting "local master = yes" isn't necessary - it's the default.

"os level = 20" is also the default, which means it will only "beat" (in the election) any Windows system less than a Windows NT/2000 primary domain controller - see https://www.samba.org/samba/docs/using_s...l#INDEX-57 for more details. If you want LE to become the master browser you'll most likely need to set "os level = 33" in order to "beat" more recent Windows systems (7, 8, 10 etc.).

If you absolutely want to make sure your LE machine becomes the master browser, you'll need something like:
Code:
[global]
    local master = yes
    os level = 255
    preferred master = yes
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 #0331: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.8 #1 SMP Fri Mar 31 21:05:32 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170331210411-#0331-g8cd9fa5 [Build #0331]

# Kodi version
(18.0-ALPHA1 Git:78cce57). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (8cd9fa57, changelog) and tip of XBMC master (e6b9fa0d, changelog) with the following modifications: Build Highlights:
  1. New 4.10.8 kernel
Build Details:
  1. XBMC:
    • [depends] samba-gplv3: use non versioned so on android (PR:11922, 1 commit, 1 file changed)
    • AE: updates (PR:11765, 28 commits, 68 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare: linux: update to linux-4.10.8
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 #0401: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.8 #1 SMP Sat Apr 1 21:04:13 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170401210251-#0401-g8cd9fa5 [Build #0401]

# Kodi version
(18.0-ALPHA1 Git:78cce57). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (8cd9fa57, changelog) and tip of XBMC master (09f0104a, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. XBMC:
    • More code modernization for dialogVideoInfo (PR:10889, 3 commits, 2 files changed)
    • [guilib] CGUIWindowManager: Fix destruction of windows on Kodi exit (PR:11918, 1 commit, 2 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:11923: [rbpi] Make sure we strip binaries in Release 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.
New LibreELEC.tv Leia build #0402: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.10.8 #1 SMP Sun Apr 2 21:04:30 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170402210247-#0402-g8cd9fa5 [Build #0402]

# Kodi version
(18.0-ALPHA1 Git:78cce57). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (8cd9fa57, changelog) and tip of XBMC master (fcfa9bcc, changelog) with the following modifications: Build Highlights:
  1. [filesystem][dialogs] Add context menus for favourites home screen widget
  2. samba: update to 4.6.2 (fix for regression introduced in 4.6.1)
Build Details:
  1. XBMC:
    • CGUIWindowManager: Protect against null window access (PR:11927, 1 commit, 1 file changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:11929: [filesystem][dialogs] Add context menus for favourites home screen widget
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.
@Milhouse

any news on anonymous smb access to windows?
Also with build #0402 samba server doesn't work with anonymous access to windows
  • 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 355

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