Displaying 5 results from an estimated 5 matches for "locking_slow".
1998 Apr 15
1
Error messages in log.smb
Last friday we upgraded from 1.9.17p4 to version 1.9.18p3 on a HP-UX 9.04
machine. Now we get lots of entries in the log.smb file like:
ERROR: del_share_mode: failed to ftruncate share mode file
/programs/samba/var/locks/share.1073807365.8199 to size 42 (Permission denied)
ERROR: set_share_mode: failed to ftruncate share mode file
/programs/samba/var/locks/share.1073807365.8195 to size 42
1997 Dec 17
0
showing Domain Logins
...smbstatus getting the information.
through locking.c, which has a higher order function table. one of the
things that can be done is to enumerate through the open files and open
sessions, regardless of whether you are doing FAST_SHARE_MODES
(locking_shm.c) or the old slow file-based share modes (locking_slow.c)
> By some sort of interprocess communication
> with the smbd processes?
correct.
i'm just having to look at this, to be able to imlement "remote"
smbstatus commands in smbclient.
luke
<a href="mailto:lkcl@switchboard.net" > Luke Kenneth Casson Leighto...
1998 May 02
1
Shadow and OpenLinux
...Compiling rpc_pipes/samrparse.c
Compiling rpc_pipes/wksparse.c
Compiling rpc_pipes/lsa_hnd.c
Compiling rpc_pipes/pipenetlog.c
Compiling rpc_pipes/pipentlsa.c
Compiling rpc_pipes/pipesrvsvc.c
Compiling rpc_pipes/pipewkssvc.c
Compiling rpc_pipes/pipesamr.c
Compiling locking_shm.c
Compiling locking_slow.c
Compiling locking.c
Compiling shmem.c
Compiling shmem_sysv.c
Linking smbd
/lib/libshadow.so: undefined reference to `putgrent'
/lib/libshadow.so: undefined reference to `sgetgrent'
/lib/libshadow.so: undefined reference to `sgetpwent'
make: *** [smbd] Error 1
----------------...
1999 May 22
0
gcc: Internal compiler error: samba 2.0.3 for linux 2.0.30.
...piling rpc_parse/parse_prs.c
Compiling rpc_parse/parse_reg.c
Compiling rpc_parse/parse_rpc.c
Compiling rpc_parse/parse_samr.c
Compiling rpc_parse/parse_srv.c
Compiling rpc_parse/parse_wks.c
Compiling rpc_parse/parse_sec.c
Compiling locking/locking.c
Compiling locking/locking_shm.c
Compiling locking/locking_slow.c
Compiling locking/shmem.c
Compiling locking/shmem_sysv.c
Compiling passdb/passdb.c
gcc: Internal compiler error: program cc1 got fatal signal 6
make: *** [passdb/passdb.o] Error 1
--
Bob Worthy
bworthy@worthy.com
http://www.worthy.com/
406 443 5219 v
406 442 6665 v
1998 Oct 15
1
Problem to map home dir
...predict.o credentials.o clientgen.o pipes.o server.o access.o
SMBDOBJ4 = ufc.o smbpass.o
SMBDOBJ = $(SMBDOBJ1) $(SMBDOBJ2) $(SMBDOBJ3) $(SMBDOBJ4) $(UBIOBJ) $(RPC_OBJ) $(RPC_SERV_OBJ) $(VTP_OBJ) $(LOCKOBJ)
# object code needed for programs that handle the the locking files
LOCKOBJ = locking_shm.o locking_slow.o locking.o shmem.o shmem_sysv.o
# object code for nmbd
NMBDOBJ1 = nmbd.o nmbd_packets.o nmbd_lmhosts.o nmbd_become_dmb.o nmbd_logonnames.o
NMBDOBJ2 = nmbd_browserdb.o nmbd_responserecordsdb.o nmbd_workgroupdb.o nmbd_serverlistdb.o
NMBDOBJ3 = nmbd_subnetdb.o nmbd_browsesync.o nmbd_nodestatus.o nmb...