完全にLinux初心者です。
cronであるスクリプトを動かそうとしたのですが、毎回単一のスクリプトを二つのPIDが動かしてしまっているようです。
crontab
100 0 * * * username hoge.sh
cronlog
1Sep 15 01:51:01 vmname crond[30464]: (*system*) RELOAD (/etc/crontab) 2Sep 15 01:51:01 vmname crond[30464]: ((null)) Unauthorized SELinux context=unconfined_u:unconfined_r:unconfined_t:s0 file_context=system_u:object_r:system_cron_spool_t:s0 (/etc/crontab) 3Sep 15 01:51:01 vmname crond[30464]: ((null)) SELinux in permissive mode, continuing (/etc/crontab) 4Sep 15 01:51:01 vmname crond[33597]: (*system*) NULL security context for user, but SELinux in permissive mode, continuing () 5Sep 15 01:51:01 vmname CROND[33599]: (username) CMD (hoge.sh) 6Sep 15 01:51:01 vmname crond[33520]: (*system*) RELOAD (/etc/crontab) 7Sep 15 01:51:01 vmname CROND[33602]: (username) CMD (hoge.sh) 8Sep 15 01:51:06 vmname CROND[33600]: (username) CMDOUT (hoge.shを実行しています) 9Sep 15 01:52:31 vmname CROND[33597]: (username) CMDOUT (hoge.shを実行しています)
※設定ファイルやログは一部編集しています
SELinux関連の出力は、1番目のPIDでhoge.shを実行した直後にcrontabのリロードが発生して、このような重複となってしまう原因なのでしょうか。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/24 14:53