Thanks for the suggestion. I'll give it a try.
__
Larry Grover, PhD
Assoc Prof of Physiology
Marshall Univ Sch of Med
On Thu, 01 Mar 2001 10:06:04 -0700 (MST), John Weber <[EMAIL PROTECTED]> wrote:
>
> It's the log.* in /etc/logrotate.d/samba. I changed mine to explicitly
> name the logs I w
It's the log.* in /etc/logrotate.d/samba. I changed mine to explicitly
name the logs I want to rotate.
/var/log/samba/log.smb {
notifempty
missingok
postrotate
/usr/bin/killall -HUP nmbd
endscript
}
/var/log/samba/log.nmb {
notifempty
missingok
postrotate
I've got a problem with my samba logs, which seems to be related to logrotate. I'm
hoping someone here can give me a clue on how to fix this problem. The system this
occurs on is running RH6.2, with all packages updated to current versions.
Here's the problem:
After several weeks of uptime