search for: tdb_open_log

Displaying 7 results from an estimated 7 matches for "tdb_open_log".

2007 May 15
1
Samba 3.0.25 plugin changes
...2: error: syntax error before '*' token ../../source/include/proto.h:1483: error: syntax error before '*' token ../../source/include/proto.h:1489: error: syntax error before '*' token ../../source/include/proto.h:1490: warning: type defaults to `int' in declaration of `tdb_open_log' ../../source/include/proto.h:1490: error: conflicting types for 'tdb_open_log' ../../source/include/util_tdb.h:64: error: previous declaration of 'tdb_open_log' was here ../../source/include/proto.h:1490: error: conflicting types for 'tdb_open_log' ../../source/in...
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
2004 May 10
1
Failed to initialize group mapping
...04/05/10 09:42:13, 0] groupdb/mapping.c:get_group_from_gid(655) May 10 09:42:13 smb smbd[850]: failed to initialize group mappingget_alias_user_groups: gid of user flavio.ribeiro doesn't exist. Check your /etc/passwd and /etc/group files i have looked into mapping.c and found this: tdb = tdb_open_log(lock_path("group_mapping.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600); if (!tdb) { DEBUG(0,("Failed to open group mapping database\n")); return False; tdb = tdb_open_log(lock_path("group_mapping.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT,...
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
2015 Jan 13
0
Smbd dumps core while starting
...Reading symbols from /opt/samba/bin/net...done. warning: core file may not match specified executable file. Core was generated by `net'. Program terminated with signal 4, Illegal instruction. #0 0x0000000000000000 in ?? () (gdb) where #0 0x0000000000000000 in ?? () #1 0x0900000005f6ff2c in tdb_open_log (name=0x11002e7f0 "/var/opt/samba/cache/gencache.tdb", hash_size=0, tdb_flags=2048, open_flags=258, mode=420) at ../source3/lib/util_tdb.c:327 #2 0x0900000006435fd4 in gencache_init () at ../source3/lib/gencache.c:69 #3 0x0900000006436780 in gencache_parse (keystr=0x11002e750 "...
2001 Dec 12
1
MacOS X Server samba diffs
...ot;pdLSs:u:bPB")) != EOF) { switch (c) { case 'b': brief = 1; @@ -285,9 +282,6 @@ case 'P': profile_only = 1; break; - case 'r': - raw = 1; - break; case 'S': shares_only = 1; break; @@ -318,12 +312,9 @@ tdb = tdb_open_log(lock_path("connections.tdb"), 0, 0, O_RDONLY, 0); if (!tdb) { - if (!raw) - { - printf("connections.tdb not initialised\n"); - if (!lp_status(-1)) - printf("You need to have status=yes in your smb config file\n"); - } + printf("connections.tdb not in...
2015 Jan 08
3
Smbd dumps core while starting
updated smb.conf, still same error. details below. # cat /etc/samba/smb.conf [global] workgroup = NAMDEV realm = NAMDEV.NSROOTDEV.NET <http://namdev.nsrootdev.net/> client ldap sasl wrapping = seal ;username map = /etc/opt/samba/users.map encrypt passwords = yes client ntlmv2 auth = yes client lanman auth = no client plaintext auth = no lanman auth = no ntlm auth