Opened 16 months ago
Closed 16 months ago
#429 closed defect (fixed)
Enable cron in Dom0
| Reported by: | joanna | Owned by: | joanna |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 1 Beta 3 |
| Component: | core | Keywords: | |
| Cc: |
Description
Currently we expect to use cron for the qubes-dom0-updates.cron, yet we don't have it running in Dom0. We should probably add it to the requirements list of qubes-core-dom0. Unless we don't want to use it for some other reason?
Also, if we decided to use cron in Dom0, then we might want to rewrite keep-dom0-cloc-synced into a cron job.
Change History (6)
comment:1 Changed 16 months ago by joanna
- Milestone changed from Release 1 Beta 3 to Release 1.0
comment:2 Changed 16 months ago by marmarek
comment:3 Changed 16 months ago by marmarek
This decision was already made. Especially here is (incomplete) implementation: http://git.qubes-os.org/gitweb/?p=marmarek/installer.git;a=commit;h=50caa8513fdfb5fd484de9086927dd39ac858f8f.
BTW now dom0 clock is synced every resume - perhaps it is enough?
comment:4 Changed 16 months ago by joanna
Wouldn't it be more logical to add cron to the requirement's list of core-dom0, instead of manually editing comps list? Some time later, some person, might conclude that cron is usless in Dom0 and remove it from the comps list, when doing some "cleanups"...
Also, dom0 clock should also be synced by cron and not only by suspen/resume -- we can think of users who don't suspend the machine for long period of times, and we don't want their clocks to get desynced...
comment:5 Changed 16 months ago by joanna
- Milestone changed from Release 1.0 to Release 1 Beta 3
comment:6 Changed 16 months ago by marmarek
- Resolution set to fixed
- Status changed from new to closed
keep-dom0-clock-synced replaced by cron job
http://git.qubes-os.org/gitweb/?p=marmarek/core.git;a=commit;h=b87fff44c4373787bc9205e5df27b576a681ed31
Also cron added to qubes-core-dom0 requires:
http://git.qubes-os.org/gitweb/?p=marmarek/core.git;a=commit;h=4c78a9cb7f522b85ea512a404a1751f0653503e2

http://git.qubes-os.org/gitweb/?p=marmarek/installer.git;a=commit;h=8c0415c584fd07ce9de8ccfc5dd9535c90f290c4