From cc1f918dda4193c7fd2a03de4ab715be67017a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 31 Mar 2013 19:27:49 -0400 Subject: [PATCH] units/user: default.target must be isolatable ... Activating default unit: default.target Default target could not be isolated, starting instead: Operation refused, unit may not be isolated. --- TODO | 5 +++++ units/user/default.target | 1 + 2 files changed, 6 insertions(+) diff --git a/TODO b/TODO index 3bf442b7d9..40a9914ee4 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,7 @@ Bugfixes: +* systemctl completion doesn't want to start failed systemd-tmpfiles-setup.service + systemctl --system show -p Fr default.target doesn't show anything + * systemd-journald seems to randomly hang on shutdown, likely not handling SIGTERM, shutdown blocks until we send SIGKILL at the very end. @@ -19,6 +22,8 @@ Bugfixes: * suppress log output on shutdown when "quiet" is used +* systemctl delete x.snapshot leaves no trace in logs (at least at default level). + Fedora 19: * make anaconda write timeout=0 for encrypted devices diff --git a/units/user/default.target b/units/user/default.target index 56cf4dcb9c..71eed51b09 100644 --- a/units/user/default.target +++ b/units/user/default.target @@ -8,3 +8,4 @@ [Unit] Description=Default Documentation=man:systemd.special(7) +AllowIsolate=yes