Displaying 20 results from an estimated 700 matches similar to: "Kodi crashes when trying to browse network"
2018 Nov 03
2
Kodi crashes when trying to browse network
On Sat, 3 Nov 2018 09:30:08 -0500
Michael Cronenworth via samba <samba at lists.samba.org> wrote:
> On 11/2/18 4:29 PM, Michael Cronenworth via samba wrote:
> >
> > A compiler bug is also possible. When I have time I'll try to
> > rebuild Samba with -O0 to make sure it isn't an optimization issue.
>
> When I built with -O0 the backtrace changed.
>
2018 Nov 03
0
Kodi crashes when trying to browse network
On Sat, 3 Nov 2018 15:12:37 +0000
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Sat, 3 Nov 2018 09:30:08 -0500
> Michael Cronenworth via samba <samba at lists.samba.org> wrote:
>
> > On 11/2/18 4:29 PM, Michael Cronenworth via samba wrote:
> > >
> > > A compiler bug is also possible. When I have time I'll try to
> > >
2018 Nov 03
0
Kodi crashes when trying to browse network
On 11/2/18 4:29 PM, Michael Cronenworth via samba wrote:
>
> A compiler bug is also possible. When I have time I'll try to rebuild Samba with
> -O0 to make sure it isn't an optimization issue.
When I built with -O0 the backtrace changed.
#0 0x00007ff699ec153f in raise () from /lib64/libc.so.6
#1 0x00007ff699eab895 in abort () from /lib64/libc.so.6
#2 0x00007ff696b19925 in
2018 Nov 02
0
Kodi crashes when trying to browse network
On Thu, Nov 01, 2018 at 09:40:32AM -0500, Michael Cronenworth via samba wrote:
> Hi,
>
> I maintain Kodi[1] in RPMFusion[2] and the latest version of Kodi, 18.0, is
> crashing when trying to browse the SMB network. The previous version, 17.x,
> worked fine.
>
> The backtrace shows that Samba was not able to open /dev/urandom, which
> can't be true and must be masking
2018 Nov 02
2
Kodi crashes when trying to browse network
On 11/2/18 4:28 PM, Jeremy Allison wrote:
> if you're getting the abort(), then urand_fd == -1.
> If urand_fd != -1 and you're hitting the abort then
> you have a compiler bug.
A compiler bug is also possible. When I have time I'll try to rebuild Samba with -O0
to make sure it isn't an optimization issue.
2018 Nov 02
2
Kodi crashes when trying to browse network
On 11/2/18 1:32 PM, Jeremy Allison wrote:
> What errno is being returned on open of /dev/urandom ?
I think the backtrace is being munged or the stack is being blown. When I debug
during the crash here is what I find:
(gdb) p urand_fd
$4 = 56
OK... so the fd is set? and 56? I can confirm that fd 56 is /dev/urandom:
$ ls -l /proc/14777/fd/56
lr-x------. 1 michael michael 64 Nov 2 14:17
2018 Nov 02
3
Kodi crashes when trying to browse network
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
>
2018 Nov 01
4
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
2016 Oct 12
5
kodi cant access samba shares
I have samba joined to domain an all ad users can access shares from
windows clients . I created ad user for kodi and have
Domain;username:password and shares are not accessible to kodi. What I am
missing.
check_ntlm_password: Checking password for unmapped user
[WORKGROUP]\[firetv]@[LOCALHOST] with the new password interface
[2016/10/12 06:55:40.254367, 3]
2018 Nov 03
2
Kodi crashes when trying to browse network
On 11/3/18 11:10 AM, Rowland Penny via samba wrote:
> I think it may be because Debian uses libgnutls28-dev, whilst Fedora
> uses trousers
It seems to be a Kodi CMake issue, but I would argue Samba or trousers need to
change the name of "read_data" to something more unique if it is going to be an
exported shared symbol.
Kodi requires libmicrohttpd. The libmicrohttpd library
2018 Nov 02
6
Kodi crashes when trying to browse network
On 11/2/18 5:43 AM, L.P.H. van Belle via samba wrote:
> Its a headless server so in this case im unable to test from within kodi, atm.
> But Michael count try to to adjust the maxprotocol from within kodi and see if that helps.
Kodi is a GUI app. There is no "shell" or "exit to shell" feature. It calls library
functions and does not call the "smbclient"
2018 Nov 01
2
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 using
It'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
#
2003 Sep 27
0
Samba 3(PDC) + winbind, anyone has it working ?
Hi,
I have reported this(and seen similar problems by
others) before. I took the plunge today and trace into
the source to see what happened. The result seems to
be that winbind(or the nsswitch part) would never work
in a PDC/BDC situation, only for other trusted
domain(probably). Below is my analysis.
I have setup nsswitch.conf and pam.d/login properly so
libnss_winbind and pam_winbind are
2018 Nov 02
2
Kodi crashes when trying to browse network
On 11/2/18 2:46 PM, Jeremy Allison via samba wrote:
> the abort(), which gets triggered if urand_fd == -1
> after open. So you'll need to debug that.
Correct. The gdb output I pasted was during the abort. Gdb is showing urand_fd is
not -1.
2018 Nov 02
1
Kodi crashes when trying to browse network
Hai,
Ok, we have 2 last things to try.
Change in : /etc/nsswitch.conf
Only this line.
hosts: files dns myhostname mdns4_minimal [NOTFOUND=return]
There are know problems with the search orders.
A guess, but worth a try.
Last, what if you run kodi as root?
I did run it as a normal user.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces
2016 Oct 12
2
kodi cant access samba shares
I am running one version before 4.4.5 on arch Linux it is join to my domain
controller and it not functioning as dc. Do I need to configure host name
for kodi ? I will setup setup zeroconf/Avahi
2018 Dec 27
1
FreeBSD, Libmd5, samba 4.9.4 & "smbclient -L" (using password) -> core dump
I just noticed that smbclient from Samba 4.9.4 /built by myself) on FreeBSD 11.2 coredumps when called like this:
smbclient -L <hostname>
> % /liu/pkg/samba/4.9.4-liu/bin/smbclient -L filur00
> Enter username at AD.LIU.SE's password:
> Abort (core dumped)
… if it is linked against /usr/local/lib/libmd5.so (which is part of “libwww”). If I remove libmd5.so and recompile
2010 Feb 10
2
Name to address resolution: A and AAAA records
Hi, I'm installing a few linux clients and one server with samba. The
network addresses are IPv6 in the .local domain.
The avahi-daemon implements de MDSN resolver.
A standard "ping6 -Ieth0 servername.local" generates a "AAAA" query packet
which is correctly responded by the servername.local machine and the ping
works fine.
"smbclient -L servername.local"
2001 Aug 15
0
[ossh patch] principal name/patterns in authorized_keys2
As you know, revoking RSA/DSA keys in an SSH environment requires
editing all authorized_keys and authorized_keys2 files that reference
those public keys. This is, well, difficult at best but certainly very
obnoxious, particularly in a large environment.
SSH key management is difficult. This patch simplifies key management
wherever GSS-API/Kerberos is used and is general enough to be used with
2002 Jan 24
1
PATCH: krb4/krb5/... names/patterns in auth_keys entries
This patch (to OpenSSH 3.0.2p1) adds support for using krb4, krb5 and
other principal names in authorized_keys entries.
It's a sort of replacement for .klogin and .k5login, but it's much more
general than .k*login as it applies to any authentication mechanism
where a name is associated with the ssh client and it supports name
patterns and all the normal authorized_keys entry options