Displaying 9 results from an estimated 9 matches for "tdb_clear_if_first".
2004 Mar 20
3
Samba 3.0.3pre1 Available for Download
...vailable to the Samba community for wider
testing.
Common bugs fixed in this preview release include:
o Crash bugs and change notify issues in Samba''s printing
code.
o Honoring secondary group membership on domain member
servers.
o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST
flag.
New features introduced in this preview release include:
o Improved support for i18n character sets.
o Support for account lockout policy based on bad password
attempts.
o Improved support for long password changes (>14 characters)
and strong password enforcement....
2004 Mar 20
3
Samba 3.0.3pre1 Available for Download
...vailable to the Samba community for wider
testing.
Common bugs fixed in this preview release include:
o Crash bugs and change notify issues in Samba''s printing
code.
o Honoring secondary group membership on domain member
servers.
o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST
flag.
New features introduced in this preview release include:
o Improved support for i18n character sets.
o Support for account lockout policy based on bad password
attempts.
o Improved support for long password changes (>14 characters)
and strong password enforcement....
2003 Dec 09
1
samba server crash and locking.tdb
Hi all,
Please excuse me if this question is not appropriate for this forum:
Lets assume that samba server crashed or was shut down abnormally, while
users where holding open files in the server.
In this case, I've noticed that locking.tdb is not being cleaned when
samba is restarting.
I was wondering why shouldn't it be cleaned.
Thanks,
Nir
2007 May 08
2
TDB functionality document
Hi,
Does someone know a document which explains the TDB structure.
functionalites, and format of the TDB files etc.
I need to understand why some of the TDBs like messages.tdb, unexpected.tdb,
brlock if not read_only, locking.tdb, session.tdb, wins.tdb are called with
TDB_CLEAR_IF_FIRST tdb flags.
Why some TDBs are opend with O_RDWR|O_CREAT flags viz. gencache.tdb,
group_mapping.tdb, account_policy.tdb, share_info.tdb, secrets.tdb.
schannel_store.tdb etc. etc.
why registry.tdb is uniquely been tried to open with O_RDWR flag and if
fails then tried with O_RDWR|O_CREAT flag.
and...
2004 Apr 29
4
Samba 3.0.3 Available for Download
...e "Changes" section for details on exact updates.
Common bugs fixed in Samba 3.0.3 include:
~ o Crash bugs and change notify issues in Samba''s
~ printing code.
~ o Honoring secondary group membership on domain member
~ servers.
~ o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST
~ flag.
~ o Substitution errors for %[UuGg] in smb.conf.
~ o winbindd crashes when using ADS security mode.
~ o SMB signing errors.
~ o Delays in winbindd startup caused by unnecessary
~ connections to trusted domain controllers.
~ o Various small memory leaks.
~ o Winbindd failing due...
2004 Apr 29
4
Samba 3.0.3 Available for Download
...e "Changes" section for details on exact updates.
Common bugs fixed in Samba 3.0.3 include:
~ o Crash bugs and change notify issues in Samba''s
~ printing code.
~ o Honoring secondary group membership on domain member
~ servers.
~ o TDB scalability issue surrounding the TDB_CLEAR_IF_FIRST
~ flag.
~ o Substitution errors for %[UuGg] in smb.conf.
~ o winbindd crashes when using ADS security mode.
~ o SMB signing errors.
~ o Delays in winbindd startup caused by unnecessary
~ connections to trusted domain controllers.
~ o Various small memory leaks.
~ o Winbindd failing due...
2002 Jun 26
4
nmbd causing very high CPU utilization
Does anyone have any idea what can cause nmbd to begin gobbling CPU?
We are running Samba 2.2.4 on HP-UX 10.20, having upgraded from Samba
2.0.10 about a month ago. Our clients are a mixture of NT 4.0 and Win2K.
Today, we have begun to see widespread client drive disconnections, and
nmbd is averaging 60%+ CPU usage with peaks up to 100%. We have heard
reports of network problems at our site
2024 Nov 13
1
tdb_expand overflow detected
Hello,
I'm using samba416-4.16.11 on FreeBSD 14.1 (on ZFS, in a jail, with quotas on those filesystems, etc)
I'm seeing these entries in my logs. Is this something which needs action? If not, I'll start ignoring them.
Nov 11 19:00:45 tm samba-dcerpcd[7373]: [2024/11/11 19:00:45.852391, 0] ../../lib/tdb_wrap/tdb_wrap.c:65(tdb_wrap_log)
Nov 11 19:00:45 tm samba-dcerpcd[7373]:
2024 Nov 18
1
tdb_expand overflow detected
...p.c:65(tdb_wrap_log)
Nov 18 12:00:00 tm smbd[70983]: tdb(/var/db/samba4/gencache.tdb): tdb_expand overflow detected current map_size[4294967295] size[128]!
This appears to be a "Generic caching database for dead WINS servers and trusted domain data." [1]. The same references says "TDB_CLEAR_IF_FIRST means that Samba clears the TDB on each first open (for example after a reboot). * will be only cleaned (truncated) if file is corrupt"
I restarted samba. The file size did not change - conclusion: it is not corrupt.
My first guess to solve this issue:
* shutdown samba
* remove the file (/v...