similar to: [Announce] Samba 4.11.10 Available for Download

Displaying 20 results from an estimated 100 matches similar to: "[Announce] Samba 4.11.10 Available for Download"

2020 Jun 30
0
[Announce] Samba 4.11.10 Available for Download
Compilation fails on FreeBSD due to NSS_BUFLEN_PASSWD not being defined. This simple patch ?fixes? that: --- samba-4.11.10/lib/util/util_paths.c.ORIG 2020-06-30 19:33:05.577758000 +0200 +++ samba-4.11.10/lib/util/util_paths.c 2020-06-30 19:33:29.561225000 +0200 @@ -64,6 +64,10 @@ return get_dyn_SHLIBEXT(); } +#ifndef NSS_BUFLEN_PASSWD +#define NSS_BUFLEN_PASSWD 2048 +#endif +
2020 Jul 02
0
[Announce] Samba 4.12.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.12 release series. Changes since 4.12.4 -------------------- o Jeremy Allison <jra at samba.org> * BUG 14301: Fix smbd panic on force-close share during async io. * BUG 14374: Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any
2020 Jul 02
0
[Announce] Samba 4.12.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.12 release series. Changes since 4.12.4 -------------------- o Jeremy Allison <jra at samba.org> * BUG 14301: Fix smbd panic on force-close share during async io. * BUG 14374: Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any
2023 Nov 05
2
LDAP_MATCHING_RULE_IN_CHAIN no longer working after upgrade?
I'm quite confused by this one, as I can't see how this would happen.. but after upgrading my DCs from 4.11.10 to 4.18.5, LDAP searches don't seem to work if they use the :1.2.840.113556.1.4.1941: modifier, aka LDAP_MATCHING_RULE_IN_CHAIN. (Yes, it was a fairly big version jump.. Yes, I should have upgraded much earlier.. Yes, I know 4.19.x is out now as well) Here's a search that
2023 Nov 05
1
LDAP_MATCHING_RULE_IN_CHAIN no longer working after upgrade?
We had to do a few changes in this area (due to security issues) over that large number of releases, it is entirely possible there was a regression. If you have time and patience, could you back up your DC, restore into a subdirectory (on your DC or on a test box) with 4.11.10 from git, and then do a git bisect between that and 4.18.5. You can run the query locally with bin/ldbsearch -H
2018 Feb 06
2
Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
Hi everyone, I hope this is the correct list to discuss this issue; please feel free to redirect me otherwise. I have a nested virtualization setup that looks as follows: - Host: Ubuntu 16.04, kernel 4.4.0 (an OpenStack Nova compute node) - L0 guest: openSUSE Leap 42.3, kernel 4.4.104-39-default - Nested guest: SLES 12, kernel 3.12.28-4-default The nested guest is configured with
2008 Feb 25
1
3.0.28 continuously dumping core
Hello all Compiled 3.0.28 from source and get continuous core dumps. The machine running as PDC continous to work though. Core dumps are reproduceable and happen when, for example, I am trying to connect to a share that does not exist as well as when I install a new printer driver using the Microsoft wizard thing. We are running two other machines with 3.0.28 without any core dumps at all.
2020 May 19
0
[Announce] Samba 4.12.3 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.12 release series. Changes since 4.12.2 -------------------- o Jeremy Allison <jra at samba.org> * BUG 14301: Fix smbd panic on force-close share during async io. * BUG 14343: s3: vfs_full_audit: Add missing fcntl entry in vfs_op_names[] array. * BUG 14361: vfs_io_uring: Fix data
2020 May 19
0
[Announce] Samba 4.12.3 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.12 release series. Changes since 4.12.2 -------------------- o Jeremy Allison <jra at samba.org> * BUG 14301: Fix smbd panic on force-close share during async io. * BUG 14343: s3: vfs_full_audit: Add missing fcntl entry in vfs_op_names[] array. * BUG 14361: vfs_io_uring: Fix data
2005 Oct 20
1
high cpu load with 3.0.20b (not using ldap)
Hi, I've a problem, with a cpu load (>66% while running a separate virusscanner with another 30%) of one of my smbd processes. It only happens occasionally (approx. 2 times in the last 4 weeks). The backtrace is attached. It seems to me, that smbd is looking for colorlaser5quota. This printer isn't attached anymore to the server and neither cups nor samba configuration files include a
2011 Apr 15
0
Samba PANIC - running two instances
HI All. We've been having some problems the past couple days with one of our Samba Servers. We currently have it running two instances. One instance is using local auth (historical) the other instances is using our newish domain for authentication. We're slowly migrating users over to the domain so having both methods available was the solution we came up with. Yesterday we had
2010 Mar 16
1
Asterisk hangup all incoming calls after 10 seconds
Hello Gentleman, I'm new to asterisk, this is my first instalation, first post... so I'd like to apologize if this question has already been made. I googled but I couldn't find nothing similar. Here's the thing. I'm migrating from ATA to Asterisk one of my client's office and I have a very simple setup. A Linux PC running Debian Lenny + Asterisk 1.4.21. It's a
2020 Nov 01
0
4.13.1 make test failed
Hello I try today to install samba 4.13.1 ? ./configure run without error Make run without error Make Check Failed Debian 10.6 Also all required Packages are installed -- # cat summary = Failed tests = == samba4.blackbox.demote-saveddb == command: PYTHON=python3 /usr/src/samba-4.13.1/testprogs/blackbox/demote-saveddb.sh $PREFIX_ABS/demote
2018 Feb 07
5
Re: Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
On 07.02.2018 16:31, Kashyap Chamarthy wrote: > [Cc: KVM upstream list.] > > On Tue, Feb 06, 2018 at 04:11:46PM +0100, Florian Haas wrote: >> Hi everyone, >> >> I hope this is the correct list to discuss this issue; please feel >> free to redirect me otherwise. >> >> I have a nested virtualization setup that looks as follows: >> >> - Host:
2015 Jan 31
3
Another Fedora decision
On Fri, Jan 30, 2015 at 4:09 PM, Scott Robbins <scottro at nyc.rr.com> wrote: > > There is some complaining going on on the Fedora testing list, > not sure where else one can protest. > The thread starts here: https://lists.fedoraproject.org/pipermail/test/2015-January/124827.html
2018 Jan 07
2
CentOS 7.4 fails to boot as Xen PV guest: resurfaces (now also) with centosplus kernel 693.11.6.el7
Dear all, Maybe I'm the only one - so before filing it as a bug: it appears that the latest set of kernel patches in 3.10.0-693.11.6.el7 makes issue 0013763 "CentOS 7.4 kernel (3.10.0-693*) fails to boot as Xen PV guest" re-surface *also* with the CentOS PLUS kernel. But maybe in a different way ... Thanks to the (great!) quick work on making the plus kernel available (in #14330,
2023 Nov 06
1
LDAP_MATCHING_RULE_IN_CHAIN no longer working after upgrade?
Thank you Andrew for the quick reply - much appreciated. Yes, I'll get on to this - I am certainly motivated to find out what's happening here. It is likely to take a few days but I'll post my findings. I'll look at setting up git bisect today, it should be possible for me to script it so that it will run by itself as I understand it, as I should be able to check the return value
2018 Feb 07
0
Re: Nested KVM: L0 guest produces kernel BUG on wakeup from managed save (while a nested VM is running)
[Cc: KVM upstream list.] On Tue, Feb 06, 2018 at 04:11:46PM +0100, Florian Haas wrote: > Hi everyone, > > I hope this is the correct list to discuss this issue; please feel > free to redirect me otherwise. > > I have a nested virtualization setup that looks as follows: > > - Host: Ubuntu 16.04, kernel 4.4.0 (an OpenStack Nova compute node) > - L0 guest: openSUSE Leap
2006 Jun 15
0
fckeditor not working in lighttpd
Hi there We arethinking about switching from apache to lighttpd, but we are having problem with the fckeditor... it was working normally in apache and in webrick... but not now, it does not show up I followed the site : http://www.joshuamcharles.com/rails/fckeditor.html So it might be a configuration thing in lighttpd any help is very apreciate it jorge mario
2018 Jan 08
0
CentOS 7.4 fails to boot as Xen PV guest: resurfaces (now also) with centosplus kernel 693.11.6.el7
On Sun, Jan 7, 2018 at 12:07 PM, David Groep <davidg at nikhef.nl> wrote: > Dear all, > > Maybe I'm the only one - so before filing it as a bug: it appears that > the latest set of kernel patches in 3.10.0-693.11.6.el7 makes issue > 0013763 "CentOS 7.4 kernel (3.10.0-693*) fails to boot as Xen PV guest" > re-surface *also* with the CentOS PLUS kernel. But