search for: cronenworth

Displaying 20 results from an estimated 26 matches for "cronenworth".

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...
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 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 > > > rebuild Samba with -O0 to make sure it isn't an optimization...
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 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 01
4
Kodi crashes when trying to browse network
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 another issue. The issue occurs on any Fedora 28 or 29 system (multiple user reports[3]). SELinux is disabled and
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
2018 Nov 01
0
Kodi crashes when trying to browse network
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...
2018 Nov 02
0
Kodi crashes when trying to browse network
...n: 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...
2018 Nov 02
0
Kodi crashes when trying to browse network
...Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: vrijdag 2 november 2018 16:01 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Kodi crashes when trying to browse network > > On Fri, 2 Nov 2018 09:45:44 -0500 > Michael Cronenworth via samba <samba at lists.samba.org> wrote: > > > 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 > &gt...
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 >...
2018 Nov 02
1
Kodi crashes when trying to browse network
...FOUND=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 at lists.samba.org] Namens > Michael Cronenworth via samba > Verzonden: vrijdag 2 november 2018 16:14 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Kodi crashes when trying to browse network > > On 11/2/18 10:08 AM, L.P.H. van Belle via samba wrote: > > Disable nmbd ( systemctl stop nmbd ) And Try again. >...
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
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 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 i...
2010 Sep 20
1
Hole in 64-bit Linux kernel provides root rights
...very serious problem which puts multiuser 64-bit Linux systems > absolutely at the mercy of their least responsible users. > > I have filed a bug report: > https://bugzilla.redhat.com/show_bug.cgi?id=635675 > Priority should be high not low. On Mon, Sep 20, 2010 at 5:31 AM, Michael Cronenworth <mike at cchtml.com> wrote: > The fix is already in the "updates-testing" repository and awaiting > karma from the QA folks. > > # yum --enablerepo=updates-testing update kernel > > This will give you a patched kernel. > > Users of Fedora 12, 13, and 14 can p...
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 #
2011 Aug 09
17
Re: Applications using fsync cause hangs for several seconds every few minutes
On 06/21/2011 01:15 PM, Jan Stilow wrote: > Hello, > > Nirbheek Chauhan <nirbheek <at> gentoo.org> writes: >> [...] >> >> Every few minutes, (I guess) when applications do fsync (firefox, >> xchat, vim, etc), all applications that use fsync() hang for several >> seconds, and applications that use general IO suffer extreme >> slowdowns.
2017 Feb 28
0
Wine release 1.8.7
...(1): wine.inf: Add Drivers32 registry key. Matteo Bruni (3): wined3d: Also check BLENDWEIGHT for immediate mode fallback. d3d9/tests: Add a vertex blending test with D3DCOLOR weights. wined3d: Swizzle D3DCOLOR attributes in the GLSL FFP replacement when necessary. Michael Cronenworth (1): wined3d: Add Iris Haswell PCI ids and descriptions. Michael Stefaniuc (1): include: Make wine_dbgstr_rect() available for tests too. Nikolay Sivov (8): ntoskrnl: Added RtlCopyMemory() export. shell32: Move retrieving folder path logic to SHGetKnownFolderPath()....
2017 Jan 13
0
Wine release 2.0-rc5
...rt for importing the public.html pasteboard format. winemac: Export HTML Format clipboard data to the public.html pasteboard type. winemac: Ignore an additional expected error in the clipboard pipe communication code. Louis Lenders (1): advapi32: Spelling fix in comment. Michael Cronenworth (1): wined3d: Add Iris Haswell PCI ids and descriptions. Michael Stefaniuc (1): po: Update the Romanian translation. Nikolay Sivov (8): shell32/tests: Some tests for ExtractIcon(). shell32/tests: Some tests for ExtractAssociatedIcon(). comctl32/tests: Call appropriat...