[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:50934] Re: rsyslogのlogrotate
- From: "Noritada Kobayashi" <noritadak@xxxxxxxxx>
- Subject: [debian-users:50934] Re: rsyslogのlogrotate
- Date: Fri, 5 Sep 2008 19:04:56 +0900
- Content-disposition: inline
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=VDqQBvIreYTHzZSUABTHcvcsonxSKUzuVe894VT8eBc=; b=ca5zLo1dF/vJoLt71alvqTs7dNKcOs+zowgqueucE8KatpppbqVL2O9yQikFv5FJVm GgF7yv52x/YoZKVsAgFZHjrhOAViD+aiLqgHAol9VlqyZBltnSHUTnwDGMAOtX6y/qH5 5rlDI98eWNQ45a7koKuQq24U7ncEc9gV8JKuI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=PByIder9WX+Fwsq6o2awyQZ4YsPtfHrvbqq+OMk44UgTEHOFvfsVz5lc4i0PtOzZJ1 nwt9Pw7ir7EdNNuhnWg96uvNcZCIGM2QPasBK/mIlXJW8RlAY4iai/42O2JC1t/74LsS lVCnYyLXZ10SfopWOe6evH1vSWAyohAXd33dc=
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-spam-checker-version: SpamAssassin 3.1.7-deb (2006-10-05) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=0.0 required=10.0 tests=none autolearn=disabled version=3.1.7-deb
- References: <48C0F97A.3000303@xxxxxxxxx>
- Message-id: <61b10bfa0809050304g1a0ab2d0i9f4e8632594ec474@xxxxxxxxxxxxxx>
- X-mail-count: 50934
こんにちは、小林です。
2008/09/05 18:18 Tomoo Nomura <nomurat@xxxxxxxxx>:
> さて、Lennyで新しくサーバーを立てたのですが、数週間してlogがrotateしてい
> ないことに気づきました。原因は、sysklogdのかわりに rsyslogというのがイン
> ストールされていたためのようです。
> さて、sysklogdでは/etc/cron.weekly/sysklogdがlogrotateをやっていたと思う
> のですが、rsyslogの場合これに相当するものが見当たりません。同じように
> やっても良いのですが、本来はどのような仕組みで動かすのでしょうか?
> よろしくお願いいたします。
sysklogdでは/etc/cron.weekly/sysklogdと/etc/cron.daily/sysklogdがやっていたようですが、
rsyslogではlogrotateを使用しているようで、
他のソフトウェアと同様に設定ファイルが/etc/logrotate.d/rsyslogとしてインストールされています。
これをいじればいい気がします。
-nori