search for: dsyslog

Displaying 7 results from an estimated 7 matches for "dsyslog".

Did you mean: syslog
2008 Jun 07
1
directing output of tftpd to stdout, instead of syslog()
...king of doing: my_syslog(int priority, const char *format, ...) { va_list ap; va_start(ap, format); if(use_tty == TRUE) vfprintf(stderr, format, ap); else vsyslog(priority, format, ap); va_end(ap); } and building with -Dsyslog=my_syslog I like the fact when the startup options are incorrect, they're logged...so I need "use_tty" set up before anything else. marty
1998 May 12
0
Compilation problem on OSF/1
...ewbie" nature of this question, but I *am* a samba newbie I'm trying to compile samba-1.9.18p6 on a DEC Alpha running OSF/1 V3.0 (I know it's old, but I'm stuck with it). I've modified the Makefile as follows... ># Add any 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 comp...
1998 Jul 23
0
building 1.9.18 for HPUX 10.20
....9.18p8. I'm trying to build the package on HPUX 10.20 I beleive it cann't seem to find the varargs macros. What linker options / enviroment variables do I need to turn on? I'm a little new to HPUX. Thanks for your help. HERE's my output from make....... Using CFLAGS = -O -DSYSLOG -DSMBLOGFILE="/opt/utils/samba/var/log.smb" -DNMBLOGFILE="/opt/utils/samba/var/log.nmb" -DCONFIGFILE="/opt/utils/samba/lib/smb.conf" -DLMHOSTSFILE="/opt/utils/samba/lib/lmhosts" -DWEB_ROOT="/opt/utils/samba" -DLOCKDIR="/opt/utils/samba/var/lock...
1998 Aug 17
1
Compiling with SCO
Has anybody tried to to compile SAMBA using gcc under SCO unix 5? This may just be a problem I'm having using the gcc compiler, but I'm having problems. I would just like to know if anyone's done it, and any special problems they may have had. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
1998 Aug 27
0
precompiled SCO binaries u
...e you can download a 1.9.18p8 version and shortly 1.9.18p10 for SCO5. I've added some compiler options for Pentium optimizations and I'm thinking to compile a version with a pgcc. The compiler is gcc 2.7.2.1. Here is a snip of Makefile. # Add any optimisation or debugging flags here # add -DSYSLOG for syslog support # FLAGS1 = -O3 -K pentium,noframe FLAGS1 = -melf -m486 -O2 -malign-loops=4 -malign-jumps=4 -malign-functions=4 LIBS1 = # Use this for SCO OpenServer 5 with TCB passwords (default) and GCC # contributed by Scott Michel <scottm@intime.intime.com> # you may also like to add...
1997 Jul 29
6
remove
remove
1998 Oct 15
1
Problem to map home dir
...ally only applies to nmbd and smbd # SBINDIR implies a secure binary directory BINDIR = $(BASEDIR)/bin SBINDIR = $(BASEDIR)/bin LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var # The permissions to give the executables INSTALLPERMS = 0755 # Add any optimisation or debugging flags here # add -DSYSLOG for syslog support FLAGS1 = -O LIBS1 = # You will need to use a ANSI C compiler. This means under SunOS 4 you can't # use cc, instead you will have to use gcc. CC = gcc # This may help with some versions of make SHELL = /bin/sh # The following can be useful for compiling on multiple archi...