Michael Cronenworth
2018-Nov-01 15:46 UTC
[Samba] Kodi crashes when trying to browse network
On 11/1/18 10:37 AM, Rowland Penny via samba wrote:> Can you post the smb.conf you are usingIt's the default smb.conf for Samba 4.9 that all Fedora users receive. Attaching anyway. Thanks, Michael -------------- next part -------------- # See smb.conf.example for a more detailed config file or # read the smb.conf manpage. # Run 'testparm' to verify the config is correct after # you modified it. [global] workgroup = SAMBA security = user passdb backend = tdbsam printing = cups printcap name = cups load printers = yes cups options = raw [homes] comment = Home Directories valid users = %S, %D%w%S browseable = No read only = No inherit acls = Yes [printers] comment = All Printers path = /var/tmp printable = Yes create mask = 0600 browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @printadmin root force group = @printadmin create mask = 0664 directory mask = 0775
On Thu, 1 Nov 2018 10:46:05 -0500 Michael Cronenworth via samba <samba at lists.samba.org> wrote:> On 11/1/18 10:37 AM, Rowland Penny via samba wrote: > > Can you post the smb.conf you are using > > It's the default smb.conf for Samba 4.9 that all Fedora users > receive. Attaching anyway. > > Thanks, > Michael >For those who didn't get the smb.conf, here it is (without the default lines): [global] workgroup = SAMBA security = user printing = cups printcap name = cups cups options = raw [homes] comment = Home Directories valid users = %S, %D%w%S browseable = No read only = No inherit acls = Yes [printers] comment = All Printers path = /var/tmp printable = Yes create mask = 0600 browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @printadmin root force group = @printadmin create mask = 0664 directory mask = 0775 It is for a standalone server without guest access, it also will not allow network browsing because of the default 'server max protocol SMB3' I think you need to understand that network browsing is going away, you need SMB1 for this. Anyway, it shouldn't crash, so can you get a level 10 from when it crashes and a wireshark trace would be nice. Once you have obtained the above, can you please open a bug report for this. Rowland
Michael Cronenworth
2018-Nov-01 17:08 UTC
[Samba] Kodi crashes when trying to browse network
On 11/1/18 11:22 AM, Rowland Penny via samba wrote:> It is for a standalone server without guest access, it also will not > allow network browsing because of the default 'server max protocol > SMB3' > > I think you need to understand that network browsing is going away, you > need SMB1 for this. > > Anyway, it shouldn't crash, so can you get a level 10 from when it > crashes and a wireshark trace would be nice. > > Once you have obtained the above, can you please open a bug report for > this.Rowland, I am not running the Samba daemon on the system that is running Kodi. There are no Samba servers on my network. Kodi is running as a Samba client. Thanks, Michael (forwarding to list, mail client sent to Rowland only)