search for: tdb_read

Displaying 5 results from an estimated 5 matches for "tdb_read".

2004 Nov 04
0
Problem in restarting samba server
...I think there is some conflict of aour product with samba server. I'm new user of samba and not able to figure it out from logs that what is problem. I'm using samba server version 3.0.6-2.3E. [2004/11/04 10:39:56, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/cache/samba/connections.tdb): tdb_read failed at 508 len=4 (Invalid argument) [2004/11/04 10:39:56, 0] smbd/connection.c:yield_connection(76) yield_connection: tdb_delete for name failed with error IO Error. [2004/11/04 10:39:56, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/cache/samba/connections.tdb): tdb_read failed at 236 len=4 (In...
2009 May 05
2
winbindd stays at 100% CPU having joined a domain
...n though, winbindd 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() +...
2005 Sep 02
0
Samba cannot create a SAM SID
...tion on this platform, with glibc. I configure for MIPS and compile samba on MIPS platform with uClibc. smbd daemon aborted on error. Here, in the end of this /var/log/samba/log.smbd file : ... [1970/01/02 07:30:11, 0] tdb/tdbutil.c:tdb_log(531) tdb(/usr/local/samba/private/secrets.tdb): tdb_read failed at 548 len=4 (Inappropriate ioctl for device) [1970/01/02 07:30:11, 0] tdb/tdbutil.c:tdb_log(531) tdb(/usr/local/samba/private/secrets.tdb): tdb_read failed at 168 len=4 (Inappropriate ioctl for device) [1970/01/02 07:30:11, 0] passdb/machine_sid.c:pdb_generate_sam_sid(163) pdb_generat...
2001 Nov 10
0
tdb failing and too many connections
...cks/connections.tdb): expand_file write of 1024 failed (Undefined error: 0) ... [2001/11/10 22:58:53, 0] smbd/connection.c:claim_connection(188) claim_connection: tdb_store failed with error IO Error. ... [2001/11/10 22:59:02, 0] tdb/tdbutil.c:tdb_log(342) tdb(/var/samba/locks/connections.tdb): tdb_read failed at 168 len=4 (Undefined error: 0) [2001/11/10 22:59:02, 0] smbd/connection.c:claim_connection(188) claim_connection: tdb_store failed with error IO Error. [2001/11/10 22:59:02, 1] smbd/service.c:make_connection(503) too many connections - rejected This results in all attempted connectio...
2003 Dec 01
0
No subject
...the mmap implementation on HP-UX, and the fact that HP-UX > uses different caches for memory mapped file access as opposed > to filesystem (read/write) access to files. Samba 'fails thru' > to read/write when it detects that the tdb->map_ptr value is > zero for tdb_write and tdb_read, but some other tdb calls (I > THINK) are still accessing via the mmapped address. According to > the man page for mmap, mmap should never map to 0, but additional > debug statements I have added to the code indicate that in some > circumstances, IT IS doing this. Until we > get th...