From Fedora Project Wiki

(Add Chrony and HAL removal)
(crond is a thing in Fedora.)
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{header|docs}}
== BIND 9.10 ==
{{Docs_beat_open}}


== Chrony ==
The Berkeley Internet Name Domain (BIND) has been updated to version 9.10. This version adds IPv6 listening by default. It also unifies external and internal libraries so that external applications can use the same libraries as BIND daemons. The version 3 XML schema, which provides faster parsing, is no longer optional.


Fedora 16 uses '''Chrony''' as the default Network Time Protocol (NTP) client. '''Chrony''' is designed to work well even on systems with no permanent network connection (such as laptops), and is capable of much faster time synchronisation than standard ntp. '''Chrony''' has several advantages when used in systems running on virtual machines, such as a larger range for frequency correction to help correct quickly drifting clocks, and better response to rapid changes in the clock frequency. It also has a smaller memory footprint and no unnecessary process wakeups, improving power efficiency.
== Scheduled Tasks ==
 
Fedora uses `chronie` for execution of scheduled tasks using the `chrond` service. Packages may drop files into '''/etc/cron.d/''' to add a task, or a user can add a task using the `crontab` utility.
== HAL Removal ==
 
Fedora 16 does not ship with the '''HAL''' daemon and '''libhal''', which have been replaced with '''udisks''', '''upower''' and '''libudev'''. If a specific application require libhal to function, please file a bug against it to be ported to the new technology.  


To learn about using cron jobs, refer to:
* `man 1 crontab`
* `man 5 crontab`
* `man 8 cron`
* `man 8 crond`
* https://docs.fedoraproject.org/sysadmin-guide


[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Revision as of 20:09, 22 March 2015

BIND 9.10

The Berkeley Internet Name Domain (BIND) has been updated to version 9.10. This version adds IPv6 listening by default. It also unifies external and internal libraries so that external applications can use the same libraries as BIND daemons. The version 3 XML schema, which provides faster parsing, is no longer optional.

Scheduled Tasks

Fedora uses chronie for execution of scheduled tasks using the chrond service. Packages may drop files into /etc/cron.d/ to add a task, or a user can add a task using the crontab utility.

To learn about using cron jobs, refer to: