Displaying 9 results from an estimated 9 matches for "tdb_find".
Did you mean:
cdb_find
2009 May 05
2
winbindd stays at 100% CPU having joined a domain
...d will suddenly start using
100% CPU and sit there.
Attaching strace to this process shows nothing -- literally, it's making
no system calls whatsoever. Attaching gdb to this running process and
using "next" reveals that it's doing the following:
memcpy() -> tdb_read() -> tdb_find()
... and then stops in tdb_find() claiming there's no more line numbers to
look at. So on the tentative premise the problem lies in tbd_find(), I
didn't find anything obvious, but noticed the following call-chain is
happening:
tdb_find()
|---> tdb_key_compare()
+---> tdb_parse...
2018 Sep 04
0
gencache.tdb size and cache flush
...e live tdb 100% robust against accidential (or even malicious)
corruption.
3 aspects here:
* The recent hardening patches in tdb make me confident we improved here
a lot.
* We need bullet-proof circular chain detection. We need to put the same
logic that tdb_check has into the normal flow of tdb_find().
* We need record crc checks. Easiest would be in gencache "user
space", but tdb-level we could benefit too.
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de,...
2009 Jun 19
1
[Announce] Samba 3.4.0rc1 Available for Download
...erity ID 897.
* Fix a race condition in vfs_aio_fork with gpfs share modes.
* Fix bug disclosed by lock8 torture test.
* Fix a race condition in winbind leading to a panic.
* Attempt to fix a Debian build problem.
o Jim McDonough <jmcd@samba.org>
* Detect tight loop in tdb_find().
o Stefan Metzmacher <metze@samba.org>
* BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
owner.
o Tim Prouty <tprouty@samba.org>
* Fix chained sesssetupAndX/tconn messages.
* Fix strict locking with chained reads.
* Fix two bugs...
2009 Jun 19
1
[Announce] Samba 3.4.0rc1 Available for Download
...erity ID 897.
* Fix a race condition in vfs_aio_fork with gpfs share modes.
* Fix bug disclosed by lock8 torture test.
* Fix a race condition in winbind leading to a panic.
* Attempt to fix a Debian build problem.
o Jim McDonough <jmcd@samba.org>
* Detect tight loop in tdb_find().
o Stefan Metzmacher <metze@samba.org>
* BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
owner.
o Tim Prouty <tprouty@samba.org>
* Fix chained sesssetupAndX/tconn messages.
* Fix strict locking with chained reads.
* Fix two bugs...
2009 Jul 03
2
[Announce] Samba 3.4.0 Available for Download
...erity ID 897.
* Fix a race condition in vfs_aio_fork with gpfs share modes.
* Fix bug disclosed by lock8 torture test.
* Fix a race condition in winbind leading to a panic.
* Attempt to fix a Debian build problem.
o Jim McDonough <jmcd@samba.org>
* Detect tight loop in tdb_find().
o Stefan Metzmacher <metze@samba.org>
* BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
owner.
o Tim Prouty <tprouty@samba.org>
* Fix chained sesssetupAndX/tconn messages.
* Fix strict locking with chained reads.
* Fix two bugs...
2009 Jul 03
2
[Announce] Samba 3.4.0 Available for Download
...erity ID 897.
* Fix a race condition in vfs_aio_fork with gpfs share modes.
* Fix bug disclosed by lock8 torture test.
* Fix a race condition in winbind leading to a panic.
* Attempt to fix a Debian build problem.
o Jim McDonough <jmcd@samba.org>
* Detect tight loop in tdb_find().
o Stefan Metzmacher <metze@samba.org>
* BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
owner.
o Tim Prouty <tprouty@samba.org>
* Fix chained sesssetupAndX/tconn messages.
* Fix strict locking with chained reads.
* Fix two bugs...
2018 Aug 29
6
gencache.tdb size and cache flush
Hi all,
I have a midsize AD domain with some 50k users but only 100 workstations
joined.
Sometimes I find server CPU throttling at 100%. In order to let it drop
and have smooth performance I delete cache:
systemctl stop samba
net cache flush
systemctl start samba
First of all, is it needed a samba stop to flush the cache?
Even if cache flush does the job to restore performance, I am clueless
2009 Jun 02
0
[Announce] Samba 3.4.0pre2 Available for Download
...erity ID 897.
* Fix a race condition in vfs_aio_fork with gpfs share modes.
* Fix bug disclosed by lock8 torture test.
* Fix a race condition in winbind leading to a panic.
* Attempt to fix a Debian build problem.
o Jim McDonough <jmcd@samba.org>
* Detect tight loop in tdb_find().
o Stefan Metzmacher <metze@samba.org>
* BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
owner.
o Tim Prouty <tprouty@samba.org>
* Fix chained sesssetupAndX/tconn messages.
* Fix strict locking with chained reads.
* Fix two bugs...
2009 Jun 02
0
[Announce] Samba 3.4.0pre2 Available for Download
...erity ID 897.
* Fix a race condition in vfs_aio_fork with gpfs share modes.
* Fix bug disclosed by lock8 torture test.
* Fix a race condition in winbind leading to a panic.
* Attempt to fix a Debian build problem.
o Jim McDonough <jmcd@samba.org>
* Detect tight loop in tdb_find().
o Stefan Metzmacher <metze@samba.org>
* BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
owner.
o Tim Prouty <tprouty@samba.org>
* Fix chained sesssetupAndX/tconn messages.
* Fix strict locking with chained reads.
* Fix two bugs...