Displaying 6 results from an estimated 6 matches for "billinghurst".
1997 Sep 29
3
Mount NT on Unix?
I need a reverse samba. I need to be able to mount NT directories on a
Unix box.
Anyone know of such an animal?
Thanks,
Aaron
--
Aaron Herskowitz Mailto:aaron@intraware.com
Systems Engineer Voice:510-253-4566
intraware Inc. Fax:510-253-4599
Send XL T-Shirts to 25 Orinda Way, Orinda, CA 94563
http://www.intraware.com
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: D...
1997 Nov 06
0
64 bit filesystems (Specifically Irix 6.2)
...are unused variables, missing prototypes, etc as well.
For example:
mode_t != int
elements of struct statvfs are unsigned long, rather than ints.
I could look into this, but don't want to duplicate anything or waste my
time. Any ideas.
+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research and Technical Support
PO Box 316, Thomastown, Vic, Australia, 3074
Phone: +61 3 9469 0642
FAX: +61 3 9462 2700
Email: David.Billinghurst@riotinto.com.au
It's not my speeling that's the trouble. It's just taht I can't tipe.
1998 Sep 01
0
samba-2.0.0-alpha1 on SGI Irix 6.2
Just compiled samba-2.0.0-alpha1 on SGI Irix 6.2 (using vendor cc). It
compiles and is running.
Did
env CC=cc CFLAGS=-n32 configure --prefix=/var
make
make install
Initially, I tried to build outside the source tree but this failed.
+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research and Technical Support
PO Box 316, Thomastown, Vic, Australia, 3074
Phone: +61 3 9469 0642
FAX: +61 3 9462 2700
E-mail: David.Billinghurst@riotinto.com.au
2005 Oct 17
1
username maps and security=ads
I have been having problems with username maps and security=ads.
I now have a solution (or at least a work around) that is working
for me. I sort of stumbled across it, as I don't recall reading
any samba docs that mentions the need to have the realm name
in the smbuser file.
Samba server is RHEL3 with samba-3.0.20 compiled from source
authenticating against a windows ADS.
Here is the
1998 Oct 15
1
Problem to map home dir
...-lsun
# FLAGS1 = -O -g3
# FOR SGI IRIX 5.x.x, use this line instead
# Contributed by <unknown>
# FLAGSM = -DSGI5 -DSHADOW_PWD -DHAVE_TIMEZONE -DFAST_SHARE_MODES
# LIBSM =
# FLAGS1 = -O -g3
# FOR SGI IRIX 6.2 using the system compiler (*NOT* gcc), use this line instead
# Contributed by David.Billinghurst@restech.cra.com.au
# FLAGSM = -DSGI6 -DSHADOW_PWD -DHAVE_TIMEZONE -DFAST_SHARE_MODES
# LIBSM =
# FLAGS1 = -O -n32 -g3
# 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
#...