Vine Linux バグトラッキングシステム

課題の詳細を表示 コメントにジャンプ ] 課題の履歴 ] 印刷 ]
IDプロジェクトカテゴリ登録日最終更新
0002955VineSeed1 バグ2015-07-24 17:572015-12-05 21:41
報告者tomop 
担当者tomop 
優先度再現性未試験 
状態完了解決状況実装済 
概要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から該当記述を削除する(ファイル自体は残す)方向がよいかと考えています。
タグ設定されていません。
archx86, x86_64
パッケージcrontabs, cronie
添付ファイル

- 関連

-  コメント
(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

 特に問題は発生していないようですのでクローズします。

- 課題の履歴
変更日 ユーザー名 項目 変更内容
2015-07-24 17:57 tomop 新規課題
2015-07-25 22:28 tomop コメント追加: 0009511
2015-07-25 22:28 tomop 担当者 => tomop
2015-07-25 22:28 tomop 状態 新規 => 担当者決定
2015-07-26 05:52 tomop コメント追加: 0009513
2015-07-26 05:52 tomop 状態 担当者決定 => テスト待ち
2015-07-26 05:52 tomop 解決状況 不明 => 実装済
2015-12-05 21:41 tomop コメント追加: 0009595
2015-12-05 21:41 tomop 状態 テスト待ち => 完了


Copyright © 2000 - 2024 MantisBT Team
Copyright © 2012 - 2024 Project Vine
Powered by Mantis Bugtracker