diff options
author | 2018-01-23 11:17:04 -0500 | |
---|---|---|
committer | 2018-01-23 11:17:04 -0500 | |
commit | bf83a0291b3300beb0ab6ef938a57569b6adf909 (patch) | |
tree | 04f69829aff49d60cfcb9b968f0f954f81f14f1c /2018-01-23-systemd-blocker | |
parent | 2017-07-16-systemd-rootprefix: update symlink removal warning (diff) | |
download | gentoo-news-bf83a0291b3300beb0ab6ef938a57569b6adf909.tar.gz gentoo-news-bf83a0291b3300beb0ab6ef938a57569b6adf909.tar.bz2 gentoo-news-bf83a0291b3300beb0ab6ef938a57569b6adf909.zip |
2018-01-23-systemd-blocker: new item
Diffstat (limited to '2018-01-23-systemd-blocker')
-rw-r--r-- | 2018-01-23-systemd-blocker/2018-01-23-systemd-blocker.en.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/2018-01-23-systemd-blocker/2018-01-23-systemd-blocker.en.txt b/2018-01-23-systemd-blocker/2018-01-23-systemd-blocker.en.txt new file mode 100644 index 0000000..5eea4cb --- /dev/null +++ b/2018-01-23-systemd-blocker/2018-01-23-systemd-blocker.en.txt @@ -0,0 +1,46 @@ +Title: systemd sysv-utils blocker resolution +Author: Mike Gilbert <floppym@gentoo.org> +Posted: 2018-01-23 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: sys-apps/systemd + +Starting with systemd-236, the sysv-utils USE flag is enabled by +default. + +The sysv-utils USE flag controls installation of symlinks for several +key commands: + + /sbin/halt -> ../bin/systemctl + /sbin/init -> ../lib/systemd/systemd + /sbin/reboot -> ../bin/systemctl + /sbin/poweroff -> ../bin/systemctl + /sbin/runlevel -> ../bin/systemctl + /sbin/shutdown -> ../bin/systemctl + /sbin/telinit -> ../bin/systemctl + +These commands are otherwise provided by sys-apps/sysvinit. This package +is blocked by systemd when the sysv-utils USE flag is enabled. + +Enabling sysv-utils should cause Portage to un-merge sysvinit and OpenRC +if they are currently installed. emerge may emit a warning message +before doing so; if you are booting with systemd, this message is safe +to ignore. + +If you wish to keep sysvinit (and openrc) installed, you may disable the +sysv-utils USE flag locally. + +If you run into unresolvable blockers with sysv-utils enabled, ensure +that you do not have any reverse dependencies of sys-apps/sysvinit +selected (in your world file). + +Common packages to look for: + + sys-apps/sysvinit + sys-apps/openrc + net-misc/netifrc + +The equery command from gentoolkit may help track down installed +packages that depend on openrc. + + equery depends sys-apps/openrc |