various small problems with (bugs in?) Samba 2.2
Patrick Goetz
pgoetz at math.utexas.edu
Sat May 5 03:46:12 GMT 2001
On Fri, 4 May 2001, Gerald Carter wrote:
> > can somehow redirect at least most of the log output to
> > a file in /var/log by adding something to smb.conf, or
>
> Yes, you can do this. You can also yuse a configure option
> to define a location outside of $prefix.
>
I didn't see a configure option for setting the log file location. The
closest thing I found was
--with-syslog Include experimental SYSLOG support
--without-syslog Don't include SYSLOG support (default)
and since the syslog stuff was listed as experimental, I left it out
(besides, I hate having everything write log messages to /var/log/syslog -
it's much more organized to have each program write to its own log file).
> > > Look in $prefix/var/locks/*pid
> > >
> >
> > i.e. no locks directory.
>
> How did you install Samba? From source? What configure
> options did you use? What platform is this? Sorry but I can't
> remember the original mail.
>
Platform: linux 2.2.17 SMP
I compiled Samba from source using the following configure options:
./configure --prefix=/opt/samba
--with-lockdir=/var/lock
--with-configdir=/etc/samba
--with-pam
--with-profile
make; make install
More information about the samba
mailing list