Re: [Samba] why both smbd.log and log.smbd?

2008-09-04 Thread John H Terpstra
On Thursday 04 September 2008 17:47:59 David Mathog wrote: > Our smb.conf file contains: > > log file = /var/log/samba/%m.log > > yet the /var/log/samba directory has all of these: > > smbd.log > log.smbd > nmbd.log > log.nmbd > > I verified that the %m.log forms are from the log fi

Re: [Samba] why both smbd.log and log.smbd?

2008-09-04 Thread Herb Lewis
If you look at the contents of those files, they contain the messages that go out before smb.conf is parsed. Those are the compiled in default names. David Mathog wrote: Our smb.conf file contains: log file = /var/log/samba/%m.log yet the /var/log/samba directory has all of these: s

[Samba] why both smbd.log and log.smbd?

2008-09-04 Thread David Mathog
Our smb.conf file contains: log file = /var/log/samba/%m.log yet the /var/log/samba directory has all of these: smbd.log log.smbd nmbd.log log.nmbd I verified that the %m.log forms are from the log file line by temporarily changing it to foo_%m.log. Using "lsof" I was able to s