匿名 | ログイン | 新しいユーザーの作成 | 2024-12-05 03:46 JST |
メイン | マイビュー | 検索 | 変更履歴 | ロードマップ | Vine Linux ホーム |
課題の詳細を表示 [ コメントにジャンプ ] | [ 課題の履歴 ] [ 印刷 ] | ||||||||
ID | プロジェクト | カテゴリ | 登録日 | 最終更新 | |||||
0002955 | VineSeed | 1 バグ | 2015-07-24 17:57 | 2015-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から該当記述を削除する(ファイル自体は残す)方向がよいかと考えています。 | ||||||||
タグ | 設定されていません。 | ||||||||
arch | x86, 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 |