From Fedora Project Wiki

(remove redundant info on systemd)
(crond is a thing in Fedora.)
(41 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{header|docs}}
== BIND 9.10 ==
{{Docs_beat_open}}


== Administrator users ==
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 15 introduces the concept of an administrator group. Users who are in this group are able to:
== 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.


* sudo, using their password
To learn about using cron jobs, refer to:
* authorize for various administrative tasks using PolicyKit with their own password
* authorize for various administrative tools using consolehelper/userhelper with their own password
* `man 1 crontab`
 
* `man 5 crontab`
Details [http://lists.fedoraproject.org/pipermail/devel/2011-March/149613.html here]
* `man 8 cron`
 
* `man 8 crond`
This is implemented via the 'wheel' group. Users can be added to the administrative group in the GNOME User Accounts panel, or in firstboot.  For adding a new user as a administrator, click on the user menu on the top right, click on "My Account",  unlock by providing the root user password and click on the "+" button to add a new user.  Select "Account Type" as "Administrator" instead of "Standard".
* https://docs.fedoraproject.org/sysadmin-guide
 
== Bacula ==
Bacula director and storage daemons are now running as bacula user by default. Director's log file has moved to /var/log/bacula directory.
 
Default user can be changed in /etc/sysconfig/bacula-* files.
 
When upgrading please make sure that bacula has permissions to access configuration files, log files and database.


[[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: