FW:
am 09.01.2007 18:14:35 von DAVID.A.KIRKWOOD
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: FW:
am 09.01.2007 18:45:40 von brouits
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 à 12:14 -0500, Kirkwood, David A. a é=
crit :
>=20
>=20
> What causes the secure logs to be rotated as in /var/log/secure? I do=
n't
> see any entries in crontab.
>=20
> Thanks,
>=20
> David=20
>=20
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin=
" in
> the body of a message to majordomo@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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: FW:
am 09.01.2007 18:52:33 von Richard Nairn
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.
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@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@NairnConsulting.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: FW:
am 09.01.2007 18:56:37 von Glynn Clements
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
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html