FW:
What causes the secure logs to be rotated as in /var/log/secure? I don't
see any entries in crontab.
Thanks,
David
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: FW:
Depends on your distro.
look at:
/etc/crontab if it does a "run-parts" script on /etc/cron.daily
then there should be /etc/cron.daily/logrotate
look also at /etc/logrotate.conf if any.
HTH
Le mardi 09 janvier 2007 =C3=A0 12:14 -0500, Kirkwood, David A. a =C3=A9=
crit :
>
>
> What causes the secure logs to be rotated as in /var/log/secure? I do=
n't
> see any entries in crontab.
>
> Thanks,
>
> David
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin=
" in
> the body of a message to majordomo [at] vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: FW:
Kirkwood, David A. wrote:
> What causes the secure logs to be rotated as in /var/log/secure? I don't
> see any entries in crontab.
How log rotation is handled varies between distributions, so you need
to say which distribution you are using (or ask on a list for that
particular distribution).
If you're using newsyslog (not to be confused with syslog-ng), that
has built-in log rotation.
--
Glynn Clements <glynn [at] gclements.plus.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: FW:
man logrotate.
The logrotate should be called from /etc/cron.daily. The configuration
should be under /etc/logrotate.conf, as well as /etc/logrotate.d/* Which
has specific instructions for the various logfiles.
On Tue, 09 Jan 2007 10:14:35 -0700, Kirkwood, David A.
<DAVID.A.KIRKWOOD [at] saic.com> wrote:
>
>
>
> What causes the secure logs to be rotated as in /var/log/secure? I don't
> see any entries in crontab.
>
> Thanks,
>
> David
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo [at] vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
| Richard Nairn Specializing in Linux
| Nairn Consulting Web / Database Solutions
| Calgary, AB
| Richard [at] NairnConsulting.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html