はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 質問掲示板

 このスレッドはクローズされています。記事の閲覧のみとなります。

 logファイル「cron」の記述内容について
日時: 2009/04/14 23:01
名前: hirorin2   <hirorin2@world.jpn.ph>
参照: http://world.jpn.ph/

1.不明点・障害内容:
2.ログの有無   :
  (有:その内容) :
3.Distribution   :fedora
      Version :7
4.Service Name  :Apache
      Version :
5.ネットワーク構成:

cronを使ってDDNSの自動書き換えを実行しています。
バーチャルホストを使っているので3つのPerlプログラムを間隔を開けて実行させています。

実行結果をlogファイル「cron」の内容で見ると

Apr 14 07:05:01 fedora72 crond[7623]: (root) CMD (perl /usr/local/ddns/ddns-update.pl^M)
Apr 14 07:20:01 fedora72 crond[7709]: (root) CMD (perl /usr/local/ddns/ddns-update-aaaa.pl^M)
Apr 14 07:30:01 fedora72 crond[7768]: (root) CMD (perl /usr/local/ddns/ddns-update-pppp.pl)

と書かれていて、3つともホスト名が違うだけの「.pl」ファイルなのに
上の2つには、行の最後に「^M」が付いています。
この意味がわかりません。
ちなみに「crontab」の内容は

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly

05 7 * * * root perl /usr/local/ddns/ddns-update.pl
20 7 * * * root perl /usr/local/ddns/ddns-update-aaaa.pl
30 7 * * * root perl /usr/local/ddns/ddns-update-pppp.pl

です。
メンテ

Page:  [1] [2]

■ コンテンツ関連情報

 Re: logファイル「cron」の記述内容について ( No.6 )
日時: 2009/04/17 07:19
名前: hirorin2   <hirorin2@world.jpn.ph>
参照: http://world.jpn.ph/

「10000」ポートを解放していなかったのが原因でした。
ログインできました。ありがとうございました。
メンテ

Page:  [1] [2]

■ その他

ページ先頭へ

Copyright(©)2004-2018 First home server construction. All Right Reserved.