Vine Linux バグトラッキングシステム - VineSeed
課題の詳細を表示
0002955VineSeed1 バグ公開2015-07-24 17:572015-12-05 21:41
tomop 
tomop 
未試験 
完了実装済 
x86, x86_64
crontabs, cronie
0002955: crontab記述内容の重複
 cronie{,-anacron,-noanacron}とcrontabsで内容が重複しています。

---- /etc/cron.d/0hourly (cronie)
01 * * * * root run-parts /etc/cron.hourly
----

---- /etc/anacrontab (cronie-anacron)
1 5 cron.daily nice run-parts /etc/cron.daily
7 25 cron.weekly nice run-parts /etc/cron.weekly
@monthly 45 cron.monthly nice run-parts /etc/cron.monthly
----

---- /etc/cron.d/dailyjobs (cronie-noanacron)
02 4 * * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.daily
22 4 * * 0 root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.weekly
42 4 1 * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.monthly
----

---- /etc/crontab (crontabs)
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
----

 私としては、crontabsから該当記述を削除する(ファイル自体は残す)方向がよいかと考えています。
設定されていません。
課題の履歴
2015-07-24 17:57tomop新規課題
2015-07-25 22:28tomopコメント追加: 0009511
2015-07-25 22:28tomop担当者 => tomop
2015-07-25 22:28tomop状態新規 => 担当者決定
2015-07-26 05:52tomopコメント追加: 0009513
2015-07-26 05:52tomop状態担当者決定 => テスト待ち
2015-07-26 05:52tomop解決状況不明 => 実装済
2015-12-05 21:41tomopコメント追加: 0009595
2015-12-05 21:41tomop状態テスト待ち => 完了

コメント
(0009511)
tomop   
2015-07-25 22:28   
- crontabs側の記述を削除
- vixie-cronは完全捨て

 という方向で作業します。
(0009513)
tomop   
2015-07-26 05:52   
 重複する記述の削除を行ったcrontabs-1.10-5と、O:vixie-cron <= 3.0.1を追加したcronie-1.5.0-1をputしました。
(0009595)
tomop   
2015-12-05 21:41   
 特に問題は発生していないようですのでクローズします。