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)
On Thu, 1 Nov 2018 12:08:39 -0500 Michael Cronenworth via samba <samba at lists.samba.org> wrote:> 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.No, it is running as a SMB client Sorry for the misunderstanding, but from my knowledge of Kodi, I thought it was used as a server. Never mind same thing goes, when you try to browse the network, it shouldn't crash. Get the level 10 log and the wireshark trace and open a bug report, wiser heads than mine will then decide just what is going on. Rowland
Hai,
I think he also forgot to mention this part of kodi and smbclient.
( the default of kodi its smbclient )
.smb/smb.conf
[global]
lock directory = /home/username/.kodi/.smb/
name resolve order = bcast host
include = /home/username/.kodi/.smb/user.conf
I suggest, he needs to add the needed smbclient -mSMB1 into the user.conf of
kodi.
At least he should try it witout the bcast in name resolv oder.
This looks a bit like the NMBD broadcast bug.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Rowland Penny via samba
> Verzonden: donderdag 1 november 2018 18:26
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Kodi crashes when trying to browse network
>
> On Thu, 1 Nov 2018 12:08:39 -0500
> Michael Cronenworth via samba <samba at lists.samba.org> wrote:
>
> > 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.
>
> No, it is running as a SMB client
>
> Sorry for the misunderstanding, but from my knowledge of Kodi, I
> thought it was used as a server.
>
> Never mind same thing goes, when you try to browse the network, it
> shouldn't crash.
> Get the level 10 log and the wireshark trace and open a bug report,
> wiser heads than mine will then decide just what is going on.
>
> Rowland
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
>
On Fri, 2 Nov 2018 08:33:56 +0100 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:> Hai, > > I think he also forgot to mention this part of kodi and smbclient. > > ( the default of kodi its smbclient ) > .smb/smb.conf > [global] > lock directory = /home/username/.kodi/.smb/ > name resolve order = bcast host > include = /home/username/.kodi/.smb/user.conf > > I suggest, he needs to add the needed smbclient -mSMB1 into the > user.conf of kodi. At least he should try it witout the bcast in name > resolv oder. This looks a bit like the NMBD broadcast bug. > >Ah, I think I understand this a bit better now. Kodi runs smbclient from a GUI. Can you get to a CLI on Kodi ? If so, running smbclient directly may give more info. Rowland
Hai Rowland,> On Fri, 2 Nov 2018 08:33:56 +0100 > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > > > Hai, > > > > I think he also forgot to mention this part of kodi and smbclient. > > > > ( the default of kodi its smbclient ) > > .smb/smb.conf > > [global] > > lock directory = /home/username/.kodi/.smb/ > > name resolve order = bcast host > > include = /home/username/.kodi/.smb/user.conf > > > > I suggest, he needs to add the needed smbclient -mSMB1 into the > > user.conf of kodi. At least he should try it witout the > bcast in name > > resolv oder. This looks a bit like the NMBD broadcast bug. > > > > > > Ah, I think I understand this a bit better now. Kodi runs smbclient > from a GUI. Can you get to a CLI on Kodi ? If so, running smbclient > directly may give more info. > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >If you want, and give me some time. I've just set up a ubuntu bionic repo for samba 4.9 which fixes the depend problem with the Debian stretch version. And im able to install kodi 18 also, i can then do a test from cli but not from within kodi. For that i need to be home. ;-) Greetz, Louis