Displaying 20 results from an estimated 40000 matches similar to: "logrotate - size and daily options"
2015 Jan 08
0
logrotate script not working
Have u tried removing the 'weekly' directive?
You might consider replacing size with maxsize (details below)
maxsize size
Log files are rotated when they grow bigger than size bytes even before the additionally specified time interval (daily, weekly, monthly, or yearly). The related size option is similar except that it is mutually exclusive with the time interval options, and it causes
2009 Feb 12
2
Logrotate base
Hi guys,
Logrotate is checked every day by cron.daily, right?
I notice in logrotate.conf by default it's weekly.
If I change it into monthly (now, on 12 of Feb), when will it do the
monthly rotation?
a. On 12 of March or
b. On 1st of March?
Thanks for any insight.
2009 Nov 09
1
CentOS 5.4 logrotate and syslog
Anyone having problems with logrotate and CentOS 5.4?
Although I have /etc/logrotate.d/mail (contents below) to rotate my maillog
file, it fails to do it automatically:
/var/log/maillog {
compress
dateext
maxage 365
rotate 60
size=+1024k
missingok
postrotate
/etc/init.d/MailScanner restart
endscript
}
++++++++++++++++++++++++++++
logrotate.conf:
2018 Nov 11
0
CentOS 6: Logrotate / selinux problem
Ever since a recent power failure I have been getting a Logrotate error. My
machine is on a UPS -- it shutdown cleanly, but I suspect that its BIOS/RTC
battery is dead, since the machine came up thinking it was 1982 :-(. I reset
the clock and everything is fine, *except* I had to delete Logrotate's state
files (which had bad dates). But now Logrotate is raising the error:
error: error
2007 Apr 13
1
Logrotate error?
This was in root's mail on a newly-installed CentOS-5 system.
To: root at beauregard.localdomain
Content-Type: text/plain; charset="ANSI_X3.4-1968"
Subject: Anacron job for 'beauregard.localdomain' cron.daily
/etc/cron.daily/logrotate:
error: sa-update:3 unknown option 'notifyempty' -- ignoring line
^
2015 Jan 08
5
logrotate script not working
Hey guys,
Got a quick question and I hope this is an easy one!
In my /etc/logrotate.conf file I have the following entry:
# rotate all of the apache logs -- we'll rotate them here
/var/log/mysqld.log {
weekly
size 50M
create 0644 mysql mysql
rotate 1
}
And from that I would expect the log to rotate when it reaches 50M in size.
However I just caught that log weighing
2018 Apr 02
1
[Bug 1240] New: logrotate: file size changed while zipping
https://bugzilla.netfilter.org/show_bug.cgi?id=1240
Bug ID: 1240
Summary: logrotate: file size changed while zipping
Product: ulogd
Version: SVN (please provide timestamp)
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: ulogd
2017 May 01
2
logrotate failed ... (CentOS 6.9)
I get regularily such a mail
<mail>
Anacron job 'cron.daily' on ....
/etc/cron.daily/logrotate:
error: error running non-shared postrotate script for
/var/log/clamd.clamsmtp/clamsmtpd.log of
'/var/log/clamd.clamsmtp/clamsmtpd.log '
</mail>
content of /etc/logrotate.d/clamsmtp
/var/log/clamd.clamsmtp/clamsmtpd.log {
monthly
notifempty
missingok
2011 Jul 18
0
SQUID Logrotate
Hi all,
i have problem, after uprade CentOS 5.5 to 5.6, Logrotate don't work
on two proxy servers. I have installed :
squid-2.6.STABLE21-6.el5
logrotate-3.7.4-9.el5_5.2
On first server , squid logs never rotated, config is here
cat /etc/logrotate.d/squid
/var/log/squid/access.log {
weekly
rotate 5
copytruncate
compress
notifempty
missingok
}
/var/log/squid/cache.log
2006 Sep 27
1
Slightly OT: Cron for Logrotate and Squid
Howdy list,
Hey does anyone know what the best cron job is to call logrotate to run
the squid logrotations? -Or the subscribe address for a squid or
logrotate mailing list (can't seem to find anything other than the usual
MARC archives).
I have this in /etc/logrotate.conf
# rotate log files daily, they get too big otherwise, another story.
daily
# keep 8 weeks worth of backlogs e.g. 60
2023 Nov 28
1
missing file in logrotate config
Hi
you could try a file /etc/logrotate.d/samba-local with this content
/var/log/samba/log.samba-dcerpcd
/var/log/samba/log.rpcd_classic
/var/log/samba/log.rpcd_winreg
/var/log/samba/log.samba-bgqd
/var/log/samba/log.rpcd_spoolss {
?? ?weekly
?? ?missingok
?? ?rotate 7
?? ?compress
?? ?delaycompress
?? ?notifempty
}
Le 27/11/2023 ? 10:12, Stefan G. Weichinger via samba a ?crit?:
> Am
2008 Jul 30
0
Logrotate Problem
Dear All,
Currently i am using CentOS 4.4 Linux
I have configured crontab to run cron.daily at 4:02 am
2 4 * * * root run-parts /etc/cron.daily
On 4:02 am my pc is shutdown and i am boot-up my pc on 13:11:10
Please verify the system log messages from "/var/log/messages" file
Jul 30 13:11:10 localhost syslogd 1.4.1: restart (remote reception).
Jul 30
2008 Jul 31
2
Logrotate is not happing without -f option
Dear All,
Currently i am using CentOS 4.4 Linux
Logrotate is not happen without -f option
I have executed the following logrotate /etc/logrotate.conf manually and
Logrotate command exit without any error messages
If i executed with -f option then Logrotate will happen
I am not sure why this is happening. Can some one throw light on this.
Regards
-S.Balaji
2008 Aug 21
3
What fires logrotate
I've been taking a look at how RedHat (and CentOS) handles logrotate.
According to the man page, logrotate is supposed to be fired by cron.
But when I look at root's crontab
$ sudo crontab lu root
no crontab for root
What exactly fires logrotate (and other scheduled events like
"logwatch", which ends up in root's inbox)?
=== Al
2007 Aug 30
0
specify size in kilobytes with logrotate
Has anyone successfully configured logrotate using the size in
kilobytes??
I have broken this thing down as far as I can.
- I setup a test server
- I am running logrotate manually
I noticed while running it in debug mode:
rotating pattern: "/pathtologs/log/*.log" 1048576 bytes (5 rotations)
empty log files are rotated, only log files >= 5120 bytes are rotated,
old logs are removed
2005 Aug 23
1
logrotate broken on 4.1
Hi all:
logrotate is broken on my stock 4.1 install. After hunting and
hunting I found there is a bug filed with Redhat on the issue.
logrotate fails becasue my /tmp partition is mounted noexec. I
understand it is that way for security reasons. The box in question
is on a dedicated hosting site and that's the way it was handed off to
me, built.
Some said setting TMPDIR=/var/tmp;export
2006 Jan 03
2
date in logrotate
Quick logrotate question for the group. To comply with a PHB mandate,
I need to keep our apache logs for a minimum of 2 years, and will be
periodically required to hand over chunks of the logs from specific
dates/times. While extending the timeframe of logrotate is easy, I've
found that there's no elegant solution in the RH/CentOS logrotate for
appending dates to the filename. I'm
2008 Jul 08
0
Problem with logrotate and compress
Hi I am using Centos 5.1 and I have a weird problem with squid logs
rotation. I have the file squid as follow in /etc/logrotate.d:
Recently I reduce size parameter.
/var/log/squid/access.log {
weekly
missingok
rotate 10
compress
create 0660 squid squid
missingok
size 200M
postrotate
/usr/sbin/squid -k rotate
endscript
}
/var/log/squid/cache.log {
weekly
2015 Jan 08
0
logrotate script not working
Am 08.01.2015 um 03:54 schrieb Tim Dunphy:
> Hey guys,
>
> Got a quick question and I hope this is an easy one!
>
> In my /etc/logrotate.conf file I have the following entry:
>
> # rotate all of the apache logs -- we'll rotate them here
> /var/log/mysqld.log {
> weekly
> size 50M
> create 0644 mysql mysql
> rotate 1
> }
>
2016 Mar 06
0
Re: logrotate script error
On Sun, 6 Mar 2016 04:34, Tim Dunphy <bluethundr at ...> wrote:
> Hey guys,
>
> I'm trying to rotate a logstash log that can grow pretty large. 3.4GB last
> I saw!
>
> And that's because the logrotate script I came up with didn't work.
>
> The error I get on a syntax check is this:
>
> #logrotate -f logstash
> size: '100M': No such file