Displaying 4 results from an estimated 4 matches for "smb_share_mod".
Did you mean:
smb_share_modes
2008 Jun 03
2
unsafe_string_function_usage_here when linking smbd
...if I try to build with gcc, I get
the same errors Bengt Nilsson is reporting about tdb_open, _E__lc_ctype,
tdb_traverse, _Eioctl and many others.) Prior to running make, I fixed
what appears to be a typo in the Makefile:
> diff Makefile Makefile.orig
590c590
< LIBSMBSHAREMODES_OBJ = libsmb/smb_share_modes.o $(TDBBASE_OBJ)
---
> LIBSMBSHAREMODES_OBJ = libsmb/smb_share_modes.o $(TDB_BASE_OBJ)
Dunno if that's important. Then I ran make like so, using GNU make:
> limit datasize 1048576
> limit memoryuse 2041072
> gmake
The make process begins by reporting (long lines wrapped):...
2008 Jan 25
1
Windows share modes and Linux file locking, flock & fcntl
Hi,
I am trying to understand file locking and share modes.
I am using RedHat Enterprise Linux 4, with kernel 2.6.9-55.ELsmp,
samba-3.0.10-1.4E.11 and Windows XP.
In particular I am looking at a machine running Linux exporting its
local filesystem using Samba, with a Windows client accessing the
file share. If I use byte range locking (fcntl() on Linux, LockFile()
on Windows) things work as
2008 Oct 09
1
Problem installing samba
...? ln -s -f `basename bin/libsmbsharemodes.so.0` \
??????????????? //usr/local/samba/lib/`basename bin/libsmbsharemodes.so` ; \
fi
sh: test: argument expected
*** Error code 1 (ignored)
: bin/libsmbsharemodes.a //usr/local/samba/lib
./install-sh -c -m 0644 /usr/local/samba/samba-3.2.4/source/include/smb_share_modes.h //usr/local/samba/include
?
??? ?Can help me someone?
?
?? Thanks
2013 May 17
2
Continued compilation errors with samba 3.6.15
...Box v1.14.2 (2009-11-27 09:33:24 KST) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive
Options:
?-o?Preserve original dates
?-p?Extract to stdout
?-t?List
?-x?Extract
?-v?Verbose
make: [bin/libsmbclient.a] Error 1 (ignored)
Compiling libsmb/smb_share_modes.c
Linking non-shared library bin/libsmbsharemodes.a
BusyBox v1.14.2 (2009-11-27 09:33:24 KST) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive
Options:
?-o?Preserve original dates
?-p?Extract to stdout
?-t?List
?-x?Extract
?-v?Verbose
mak...