chiark / gitweb /
units/user: default.target must be isolatable
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 31 Mar 2013 23:27:49 +0000 (19:27 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 31 Mar 2013 23:43:14 +0000 (19:43 -0400)
...
Activating default unit: default.target
Default target could not be isolated, starting instead: Operation refused, unit may not be isolated.

TODO
units/user/default.target

diff --git a/TODO b/TODO
index 3bf442b7d912663dbbb9976e7131d1df4b0b2e01..40a9914ee456d4f499ed6c9af7c3d5148e8c458e 100644 (file)
--- 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<TAB> 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
index 56cf4dcb9c789cadf4791d9d4129d8f393122caf..71eed51b09a085326033a767396fc6233dcbf090 100644 (file)
@@ -8,3 +8,4 @@
 [Unit]
 Description=Default
 Documentation=man:systemd.special(7)
+AllowIsolate=yes