BBS 過去ログ No.0009に戻る
タイトル:
root宛のメールに付いて質問です。
記事No:
2790
投稿日: 2004/09/16(Thu) 18:55
投稿者:
tama
Vine3.0を新規インストールしてサーバー構築をしたのですが、
root宛に以下のメールが送信されてくるのですが、どういう意味なんでしょうか?
From: root@xxx.com (Cron Daemon)
To: root@xxx.com
Subject: Cron <root@server> run-parts /etc/cron.daily
Date: Thu, 16 Sep 2004 04:02:30 +0900 (JST)
/etc/cron.daily/logrotate:
error: Ignoring apache~, because of ~ ending
error: ppxp:6 unknown option 'ppxp' -- ignoring line
error: ppxp:6 unexpected text
なんだかエラーがあるといっている感じなんですが・・・
僕には意味が分からないです。
/etc/cron.daily/logrotate と出てるので見てみると
#!/bin/sh
/usr/sbin/logrotate /etc/logrotate.conf
と言う内容が記載してありました。
/usr/sbin/logrotate は見ることができなかったんですが、
/etc/logrotate.confは見れましたので、記載します。
# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed
#compress
# RPM packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp -- we'll rotate them here
/var/log/wtmp {
monthly
create 0664 root utmp
rotate 1
}
# system-specific logs may be also be configured here.
となっておりました。
お手数ですが分かられる方がおられましたら御指導をよろしくお願いします。
タイトル:
Re^5: メールサーバーで質問です
記事No:
2805
投稿日: 2004/09/18(Sat) 00:10
投稿者:
shino
tamaさん こんばんは〜
/etc/logrotate.d/ppxp 内のppxp関連logの記述が悪いようです。
対処方は下記のURLに出てますのでご参考まで
http://www.usupi.org/info/ss3380.html
> > /etc/cron.daily/logrotate:
> > error: Ignoring apache~, because of ~ ending
> error: ppxp:6 unknown option 'ppxp' -- ignoring line
> error: ppxp:6 unexpected text
> > なんだかエラーがあるといっている感じなんですが・・・
タイトル:
Re^6: メールサーバーで質問です
記事No:
2814
投稿日: 2004/09/18(Sat) 22:55
投稿者:
tama
shinoさん有難うございました。
何とか解決が出来ました。
これからも何かありましたら、どうか宜しくお願いします
Copyright© Home Server Technical. All Right Reserved.