Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 678

Summary: Samba Logging Directory
Product: Gentoo Linux Reporter: Peter Foley <pjfoley>
Component: [OLD] UnspecifiedAssignee: Donny Davies (RETIRED) <woodchip>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Peter Foley 2002-02-13 04:47:19 UTC
The Default logging directory for Samba is something like
"/user/local/samba/var/log" since samba is not getting installed to its default
locations this directory has not been created.

I am unsure if this is an ebuild problem (IE.  We need to pass a log path to the
build process or something else).

Peter.
Comment 1 Donny Davies (RETIRED) gentoo-dev 2002-02-13 22:43:53 UTC
#syslog only = yes
syslog = 0
log level = 2
log file = /var/log/samba/log.%m
# in KB..
max log size = 1024

----
please look at the above smb.conf parameters.  this tells samba to NOT use
syslog logging, and instead use its own logfiles.

i do NOT have problems with samba and logging, so this 'bug' is INVALID.