Your message dated Thu, 21 Mar 2013 10:58:45 +0100
with message-id <[email protected]>
and subject line Closing duplicate
has caused the Debian Bug report #703595,
regarding sysvinit: Fix check for systemd
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
703595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703595
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysvinit
Version: 2.88dsf-42
Tags: patch
User: [email protected]
Usertags: logind
Hello,
in Debian we soon plan to make it possible to run systemd's logind
without the systemd init bits. For this, sysvinit's postinst needs a
more precise check whether systemd init is running. Please see this
for details:
https://mail.gnome.org/archives/desktop-devel-list/2013-March/msg00092.html
Thanks for considering,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -Nru sysvinit-2.88dsf/debian/changelog sysvinit-2.88dsf/debian/changelog
--- sysvinit-2.88dsf/debian/changelog 2013-02-08 00:33:50.000000000 +0100
+++ sysvinit-2.88dsf/debian/changelog 2013-03-21 10:13:58.000000000 +0100
@@ -1,3 +1,10 @@
+sysvinit (2.88dsf-42) UNRELEASED; urgency=low
+
+ * debian/postinst: Check whether systemd init is running, not just for the
+ cgroup (which is also being used by logind).
+
+ -- Martin Pitt <[email protected]> Thu, 21 Mar 2013 10:12:16 +0100
+
sysvinit (2.88dsf-41) unstable; urgency=low
[ Roger Leigh ]:
diff -Nru sysvinit-2.88dsf/debian/postinst sysvinit-2.88dsf/debian/postinst
--- sysvinit-2.88dsf/debian/postinst 2013-02-08 00:31:58.000000000 +0100
+++ sysvinit-2.88dsf/debian/postinst 2013-03-21 10:12:08.000000000 +0100
@@ -96,7 +96,7 @@
# If systemd is running, don't restart init or doing any initctl
# migration.
-if [ -e /sys/fs/cgroup/systemd ]; then
+if [ -e /run/systemd/system ]; then
restart=no
fi
if [ "$(uname -s)" = "GNU" ]; then
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hello,
sorry, I didn't notice that Michael already sent a bug/patch for this
at http://bugs.debian.org/bugs/703571.
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel