From Fedora Project Wiki

No edit summary
No edit summary
 
(52 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{header|docs}}
{{header|docs}}
{{Docs_beat_open}}


== init system ==
{{Docs_beat_closed}}
The init system has been changed to systemd.


* One effect of this is that users who had configured custom sets of services to start in runlevel 2 or 4 will need to configure a new custom target.  Quickstart on creating a new target is here: https://fedoraproject.org/wiki/Shttps://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet#Runlevels.2Ftargets#Runlevels.2Ftargets  Might want to ask Lennart if there's a systemd man page/documentation online that's better to point people to.
== storaged replaces udisks2 ==
* The [[SysVinit to Systemd Cheatsheet]] has some useful equivalents for system administrators making the transition.


== Wheel group and administrative users ==
The `udisks2` package provides dynamic storage management functionality to legacy Fedora systems.  Most prominently, desktop environments like GNOME udisks to handle removable media, such as USB thumb drives, via a dbus interface.


Fedora 15 introduces the concept of an administrative group for users. Users who are in this group are able to:
Because udisks2 does not support more complex storage technologies such as LVM or iSCSI, it is being replaced in Fedora 25 by `storaged`, an enhanced fork of the udisks project.  `storaged` is a drop-in replacement for `udisks2`, and the additional functionality allows administrators to use software like `Cockpit` in Fedora Server to manage these advanced storage resources.


* sudo, using their password
Detailed information on the storaged project is available from the upstream site at https://storaged.org .
* authorize for various administrative tasks using PolicyKit with their own password
* authorize for various administrative tools using usermod with their own password


This is implemented via the 'wheel' group. Users can be added to the administrative group in the GNOME User Accounts panel, or in firstboot.
== 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]]

Latest revision as of 01:32, 20 September 2016

DocsProject Header docTeam1.png


Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.


storaged replaces udisks2

The udisks2 package provides dynamic storage management functionality to legacy Fedora systems. Most prominently, desktop environments like GNOME udisks to handle removable media, such as USB thumb drives, via a dbus interface.

Because udisks2 does not support more complex storage technologies such as LVM or iSCSI, it is being replaced in Fedora 25 by storaged, an enhanced fork of the udisks project. storaged is a drop-in replacement for udisks2, and the additional functionality allows administrators to use software like Cockpit in Fedora Server to manage these advanced storage resources.

Detailed information on the storaged project is available from the upstream site at https://storaged.org .