Displaying 4 results from an estimated 4 matches for "ldap07".
Did you mean:
ldap0
2014 May 08
2
Processes launched from rc*.d and ulimit -n
...o accept ~10k or so.
The value for nofile for all users in /etc/security/limits.conf (and limits.d/*) is 65536, and as soon as I restart the process (service dirsrv restart) it comes up with ulimit -n being 64K, the way it's supposed to. Why isn't it doing this at boot?
Right after boot:
ldap07:~ mpatenaude$ ldapsearch -x -h localhost -LLL -D 'cn=directory manager' -W -b 'cn=config' -s base nsslapd-maxdescriptors
Enter LDAP Password:
dn: cn=config
nsslapd-maxdescriptors: 4096
ldap07:~ mpatenaude$ sudo service dirsrv restart
[sudo] password for mpatenaude:
Shutting down di...
2016 Mar 06
1
Segmentation Fault when trying to set root samba password, IPA as a backend
On Sun, Mar 06, 2016 at 02:47:42PM +0000, Rowland penny wrote:
> Hi Volker, I started the VM and tried what you said, it seemed to
> work ok, but the user wasn't added to ldap, so I tried adding
> another user 'smbpasswd -a ldap07' and this worked without
> segfaulting. I then tried to add another user and this time it did
> segfault, so I ran gdb again and got this:
Is that a test VM that you could give me access to? This use of
the autofree thingy seems okay, we'd need the next use.
Volker
--
SerNet GmbH,...
2016 Mar 06
2
Segmentation Fault when trying to set root samba password, IPA as a backend
On Fri, Mar 04, 2016 at 04:16:44PM +0000, Rowland penny wrote:
> On 04/03/16 09:58, Volker Lendecke wrote:
> >On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote:
> >>On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote:
> >>>OK, here is the output:
> >>Can you try the attached (UNTESTED!) patch?
> >>
> >>Thanks,
>
2016 Mar 06
0
Segmentation Fault when trying to set root samba password, IPA as a backend
...> and when it hits the breakpoint, can you send me the output
> of "bt full"?
>
> Thanks,
>
> Volker
>
Hi Volker, I started the VM and tried what you said, it seemed to work
ok, but the user wasn't added to ldap, so I tried adding another user
'smbpasswd -a ldap07' and this worked without segfaulting. I then tried
to add another user and this time it did segfault, so I ran gdb again
and got this:
root at testpdc:~# gdb smbpasswd
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or l...