Displaying 20 results from an estimated 35 matches for "dfast_share_mod".
Did you mean:
dfast_share_mode
1998 Oct 15
1
Problem to map home dir
...-DUFC_CRYPT if you want the fast crypt routine
# -DALLOW_CHANGE_PASSWORD if you want users to be able to set their password
# remotely (only works on some systems)
# -DQUOTAS for quota support in disk_free(). This probably only works
# on some systems.
# -DFAST_SHARE_MODES if you want the fast shared memory instead of the
# slow description files for share mode locking. This
# requires the mmap() and fcntl() system calls.
#
# NOTE: GETPWANAM & PWDAUTH are mutually exclusive, if you
# Define one, you should N...
1998 Nov 24
3
Problems compiling samba-1.9.18p10 on Solaris 2.6
...uot;/usr/local/samba/var/locks"
-DSMBRUN="/usr/local/samba/bin/smbrun"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DWORKGROUP="UNIX"
-DGUEST_ACCOUNT="nobody" -DDRIVERFILE="/usr/local/samba/lib/printers.def"
-DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
-DSMB_PASSWD="/usr/local/samba/bin/smbpasswd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
Using LIBS = -lsocket -lnsl
Compiling util.c
In file included from /usr/include/sys/turnstile.h:12,
from /usr/include/sys/t_lock.h:20,...
1998 Apr 25
0
Compiling smbpass.c
...e's last section I tried to use from the Makefile:
# Use this for Linux with shadow passwords - but not using PAM!
# contributed by Andrew.Tridgell@anu.edu.au
# add -DLINUX_BIGCRYPT is you have shadow passwords but don't have the
# right libraries and includes
FLAGSM = -DLINUX -DSHADOW_PWD -DFAST_SHARE_MODES -DLINUX_BIGCRYPT
LIBSM = -lshadow
And here's the error that I'm getting:
Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr/local/samba/var/log.nmb"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/sa...
1998 May 05
0
-DALLOW_CHANGE_PASSWORD and FreeBSD
...you want users to be able to set their password
# remotely (only works on some systems)
and then for FreeBSD port:
# This is for FreeBSD
# contributed by kuku@acds.physik.rwth-aachen.de
# NOTE: You may need to add -DBSD44 if you have password problems
FLAGSM = -DFreeBSD -DFAST_SHARE_MODES
LIBSM = -lcrypt
[...]
# This is for NetBSD 1.3
# contributed by sean@fuzzymagic.com
# FLAGSM = -DNETBSD -DSHADOW_PWD -DUFC_CRYPT -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES
# LIBSM = -lcrypt
Why is there no -DALLOW_CHANGE_PASSWORD for FreeBSD? Any special reason?
Regards,
David
--
D...
1998 Jul 16
0
Encryption options/password file?
...-DLOCKDIR="/usr/local/samba/var/locks" -DSMB
>RUN="/usr/local/samba/bin/smbrun"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DWORKGROUP="PHYSICS"
-DGUEST_ACCOUNT="nobody" -DDRIVE
>RFILE="/usr/local/samba/lib/printers.def" -DOSF1 -DFAST_SHARE_MODES
-DNETGROUP -DSMB_PASSWD="/usr/local/samba/bin/smbpasswd" -D
>SMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
>Using LIBS =
How do I get it to use my NIS password file instead of
/usr/local/samba/private/smbpasswd??
I'm assuming this is saying to use a S...
1998 Aug 26
0
Errors encountered with 1.9.18p10 Makefile
...BASEDIR = /opt/samba-1.9.18p10
---
> BASEDIR = /usr/local/samba
12c12
< MANDIR = ($BASEDIR)/man
---
> MANDIR = /usr/local/man
42,43c42,43
< srcdir=../source/
< VPATH=$(srcdir)
---
> # srcdir=./
> # VPATH=$(srcdir)
250,252c250,252
< FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
< LIBSM = -lsocket -lnsl
< AWK = nawk
---
> # FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
> # LIBSM = -lsocket -lnsl
> # AWK = nawk
754,757c754
< @if test ! -d $(@D) ; then \
< mkdir $(@D); \
< fi
< @$(CC) $(CFLAGS) -c...
1998 Jan 28
2
NT - Not allowed from this workstation
I am the sysadmin in an office with an overabundance of Win95 machines and
a few NT 4.0 workstations. All installs went relatively easy for logon
scripts, wins, etc. I have run into a semi-serious problem with 2 of the
3 NT workstations. (All running the same service pack - 1).
When trying to make a share from one of the 2 remaining workstations, I
will recevie an error message saying that:
1998 Apr 01
1
Help Me Beat NT--Red Hat Performance Help Needed
...te where I have compiled and installed version
> 1.9.18p3. I have compiled it and tested performance with roughly the
> same results with almost all combinations of options. Last attempt, I
> went back to the suggested options:
>
> FLAGSM = -DLINUX -DNETGROUP -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES
> -DNO_ASMSIGNALH -DGLIBC2 LIBSM = -lnsl -lcrypt
>
> I have tried it with and without glibc. I also tried it with the glibc
> errata rpm installed, saw no difference, but begin having some nfs
> related problems, so I just reinstalled the entire OS to make sure I was
> ok, went...
1997 Jul 21
0
Ultrix mmap man page
...aracter device (fd)
It's the "character device (fd)" that's the problem.
Reading this it appears that Ultrix doesn't have the
ability to mmap a file descriptor from a arbitary file
in the filesystem. For the moment it seems that the
only solution on Ultrix is to remove the -DFAST_SHARE_MODES
from the Samba compile and use the file based share mode
code. Does Ultrix support system V shared memory. Andrew
& I have discussed modifying the mmap code in Samba to
also use system V shared memory if that is available, it
won't happen soon though.
Regards,
Jeremy Allison.
Samba Te...
1997 Jul 28
0
Samba on Irix 6.2/6.3 (SAMBA digest 1364)
Todd Daugherty (SAMBA digest 1364) enquired about samba on Irix 6.2/6.2.
For Irix 6.2 I only need to add the following to the Makefile.
# FOR SGI IRIX 6.2, use this line instead
(David.Billinghurst@restech.cra.com.au)
FLAGSM = -DSGI5 -DSHADOW_PWD -DHAVE_TIMEZONE -DFAST_SHARE_MODES
LIBSM =
FLAGS1 = -O -n32
+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone: +61 3 9469 0642
FAX: +61 3 9462 2700
Email: David.Billinghurst@restech.cra.com.au
It's not my speeling that's the trou...
1997 Sep 17
2
GUEST_SESSSETUP as an smb.conf parameter?
...will not become an smb.conf parameter:
can't it be added as a comment to the Makefile (probably near the
comments to FAST_SHARE_MODES)?
I'm doing ALL the necessary changes for my companies platforms in the
Makefile only and am using a line
FLAGSM = -DSVR4 -DSHADOW_PWD -DGUEST_SESSSETUP=1 -DFAST_SHARE_MODES -DALLOW_CHANGE_PASSWORD
regards
Stefan
--
Stefan Kanthak e-mail: Stefan.Kanthak@mch.sni.de
OEC BS2000 OS AP 2 'POSIX' WWW: http://D255S050.mch.sni.de/
Siemens Nixdorf Informationssysteme AG LAN-Manager: \\D255S050\PUBLIC\
Otto-Hahn-Ring 6...
1998 Mar 31
1
changing password from win95 fail
...nman:password: old password doesn't match"
But I know that it is the right password. I just retyped it several
times seconds before I tried it again.
I compiled Samba on Linux using all of the following flags.
-DREPLACE_GETPASS
-DSMBGETPASS
-DALLOW_CHANGE_PASSWORD
-DSHADOW_PWD
-DQUOTAS
-DFAST_SHARE_MODE
The server is running security = user using encrypted passwords out
of a smbpasswd file.
Please help
Thanks a lot,
Robert
Robert Koruna <robert.koruna@tiwag.co.at>
-----------------------------------------
TIWAG-Tiroler Wasserkraftwerke AG
Abteilung I/V-UE
Eduard Wallnoefer-Platz-...
1998 May 06
1
Slow Network performance with ArcView and Samba
Hi,
We are experiencing a very slow network when loading files from the Samba server (Samba V1.9.18p4 on Digital Unix V4.0B). A file transfer of a 5 MB file from the samba server to a NT Workstation with FTP takes about 10 seconds. The transfer of the same file with using the NT-Explorer takes also about 10 seconds. The load of the same file (it is a tiff file) with a application called
1998 May 12
0
Compilation problem on OSF/1
...optimisation or debugging flags here
># add -DSYSLOG for syslog support
>FLAGS1 = -O -std1 -w
>LIBS1 =
and
># This is for OSF1 (Alpha)
># contributed by errath@balu.kfunigraz.ac.at
># NOTE: You may need -warning_unresolved if you get unresolved symbols
>
>FLAGSM = -DOSF1 -DFAST_SHARE_MODES
>LIBSM =
Everything seems to compile fine until it gets to slprintf when the
following occurs...
>% make
>Using CFLAGS = -O -std1 -w -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGF
>ILE="/usr/local/samba/var/log.nmb"
-DCONFIGFILE="/usr/local/samba/lib/...
1998 May 13
0
Problem Compiling version 18p5 on HP UX 10.20
...loaded samba-1.9.18p5.tar.gz file and Unzipped on my
> PC
> to samba-1.9.18p5.tar file and then transferred over to HPUX machine
> and used "tar xvf" to
> expand.
>
> Uncommented the HPUX 10.x line
> FLAGSM = -DHPUX -Aa -D_HPUX_SOURCE -D_POSIX_SOURCE -DHPUX10
> -DFAST_SHARE_MODES
> in Makefile and did the "make" command.
> It gave me many error messages in smb.h, nameserv.h, and
> (Bundled) cc: "ubiqx/ubi_dLinkList.h", line 129: error 1506:
> Parameters allowed in function definition only.
> (Bundled) cc: "ubiqx/ubi_dLinkList.h&q...
1998 Jun 24
1
Compile problems in Slackware
...="/usr/local/samba/var/locks"
-DSMBRUN="/usr/local/samba/bin/smbrun"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DWORKGROUP="WORKGROUP"
-DGUEST_ACCOUNT="nobody"
-DDRIVERFILE="/usr/local/samba/lib/printers.def" -DLINUX -DSHADOW_PWD
-DFAST_SHARE_MODES -DSMB_PASSWD="/usr/local/samba/bin/smbpasswd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
Using LIBS = -lshadow
Compiling smbpass.c
cc: Internal compiler error: program cc1 got fatal signal 6
make: *** [smbpass.o] Error 1
I doubt it's the hardware sin...
1998 Jul 16
1
Samba and HPUX 11.0
Hello, all.
I am the proud owner of a D360 and a D380, both running HPUX 11. I would
love to be able to run SAMBA on them, but the compile simply blows up. I'm
trying to figure out what's going on there, but has anyone succeeded in
getting SAMBA to run under HPUX 11?
Thanks,
Richard A. Deighan
EIS International, Inc
555 Herndon Parkway
Herndon, VA
20170
703 326 6424
rdeighan@eisi.com
1998 Jul 23
0
building 1.9.18 for HPUX 10.20
.../locks"
-DSMBRUN="/opt/utils/samba/bin/smbrun"
-DCODEPAGEDIR="/opt/utils/samba/lib/codepages" -DWORKGROUP="LODGENET"
-DGUEST_ACCOUNT="nobody"
-DDRIVERFILE="/opt/utils/samba/lib/printers.def" -DHPUX -ansi
-D_HPUX_SOURCE -D_POSIX_SOURCE -DHPUX10 -DFAST_SHARE_MODES
-DSMB_PASSWD="/opt/utils/samba/bin/smbpasswd"
-DSMB_PASSWD_FILE="/opt/utils/samba/private/smbpasswd"
Using LIBS =
Compiling clientutil.c
Compiling clitar.c
Compiling getsmbpass.c
Compiling rpc_pipes/ntclientpipe.c
Compiling rpc_pipes/ntclientlsa.c
Compiling rpc_pipes/n...
1998 Aug 18
0
cannot compile samba-1.9.18p8 on SunOS 5.5.1 with gcc 2.7.2
I trying to compile samba-1.9.18p8 on a SunOS 5.5.1 machine using gcc
2.7.2. I setup the makefile to use the SunOS5 defines...
# This is for SUNOS5.4 and later (also known as Solaris 2.4 and later)
# contributed by Andrew.Tridgell@anu.edu.au
FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
LIBSM = -lsocket -lnsl
AWK = nawk
I get the following compiler error...
# make
Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/us
Using LIBS = -lsocket -lnsl
Compiling util.c
util.c: In function `Get_Hostbyname':
util.c:4263: warning: init...
1998 Sep 23
1
problems compiling samba
...samba" -DLOCKDIR="/usr/local/samba/var/locks"
-DSMBRUN="/usr/local/samba/bin/smbrun" -DCODEPAGEDIR="/usr/
local/samba/lib/codepages" -DWORKGROUP="VT2" -DGUEST_ACCOUNT="nobody"
-DDRIVERFILE="/usr/local/samba/lib/pri nters.def" -DLINUX
-DFAST_SHARE_MODES -DALLOW_CHANGE_PASSWORD
-DSMB_PASSWD="/usr/local/samba/bin/smbp asswd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using LIBS =
Compiling smbpass.c gcc: Internal compiler error: program cc1 got
fatal signal 6 make: *** [smbpass.o] Error 1
michelle:/usr/local/...