Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Linux Discussion »

Re: Logrotate

karthik keyan

2008-03-14


Author LoginPost Reply
Hi Koray
 
This is what i have done to my servers .
 
u can edit the config file /etc/logrotate.d/syslog and remove the /var/log/secure /var/log/cron /var/log/messages and add the new file in /etc/logrotate.d/cust and edit the file and add the following
 
/var/log/messages /var/log/secure /var/log/cron {
    daily
    missingok
    rotate 7
    compress
    create 600 root root
    sharedscripts
    postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}

save and exit and restart syslogd service u r done .
 
Regards
Karthik
 
 
redhat-list-request@(protected):
Send redhat-list mailing list submissions to
redhat-list@(protected)

To subscribe or unsubscribe via the World Wide Web, visit
https://www.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
redhat-list-request@(protected)

You can reach the person managing the list at
redhat-list-owner@(protected)

When replying, please edit your Subject line so it is more specific
than "Re: Contents of redhat-list digest..."


Today's Topics:

1. logrotate (Koray Sonmez)
2. Re: logrotate (Andrew Bacchi)


----------------------------------------------------------------------

Message: 1
Date: Thu, 13 Mar 2008 11:54:13 +0200
From: "Koray Sonmez"
Subject: logrotate
To: "General Red Hat Linux discussion list"
Message-ID:
<96E68311E829E147865DC064BE1346CF014683E5@(protected)>
Content-Type: text/plain; charset="us-ascii"

Hi,

In my samba server (redhat enteprise 4) some logs size increase how can
i do logrotate below files?

Regards,
Koray

100M Mar 13 11:45 maillog
21M Mar 13 11:45 cron
19M Mar 13 11:45 messages
4.6M Mar 13 09:25 secure

Bu e-mail'in tum icerigi gonderenin kisisel tasarrufu ile olusturulmus ve gonderilmistir. Oyak Teknoloji Bilisim ve Kart Hizmetleri A.S. bu e-mail icerigi hakkinda sorumluluk kabul etmez.
This e-mail has been sent by the sender under his/her own individual discretion. Oyak Teknoloji Bilisim ve Kart Hizmetleri A.S. accepts no responsibility.



------------------------------

Message: 2
Date: Thu, 13 Mar 2008 08:54:57 -0400
From: Andrew Bacchi
Subject: Re: logrotate
To: General Red Hat Linux discussion list
Message-ID: <47D92421.1050406@(protected)>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

It's the standard configuration for those logs to be rotated in RHES4.
Are you sure they're not already being rotated? Did you look in
/etc/logrotate.d/ for the config files? Did you read the man page for
logrotate?

Koray Sonmez wrote:
> Hi,
>
> In my samba server (redhat enteprise 4) some logs size increase how can
> i do logrotate below files?
>
> Regards,
> Koray
>
> 100M Mar 13 11:45 maillog
> 21M Mar 13 11:45 cron
> 19M Mar 13 11:45 messages
> 4.6M Mar 13 09:25 secure
>
> Bu e-mail'in tum icerigi gonderenin kisisel tasarrufu ile olusturulmus ve gonderilmistir. Oyak Teknoloji Bilisim ve Kart Hizmetleri A.S. bu e-mail icerigi hakkinda sorumluluk kabul etmez.
> This e-mail has been sent by the sender under his/her own individual discretion. Oyak Teknoloji Bilisim ve Kart Hizmetleri A.S. accepts no responsibility.
>
>

--
veritatis simplex oratio est

Andrew Bacchi
Staff Systems Programmer
Rensselaer Polytechnic Institute
phone: 518 276-6415 fax: 518 276-2809

http://www.rpi.edu/~bacchi/



------------------------------

__
redhat-list mailing list
Unsubscribe mailto:redhat-list-request@(protected)
https://www.redhat.com/mailman/listinfo/redhat-list

End of redhat-list Digest, Vol 49, Issue 11
*******************************************


   
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)
https://www.redhat.com/mailman/listinfo/redhat-list
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.