From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27732: Changing display manager can render system unbootable Date: Tue, 18 Jul 2017 15:50:07 +0200 Message-ID: <87a841yhv4.fsf@gnu.org> References: <874lub74st.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXSu3-0001IV-Rw for bug-guix@gnu.org; Tue, 18 Jul 2017 09:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dXSty-0004vF-LR for bug-guix@gnu.org; Tue, 18 Jul 2017 09:51:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42891) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dXSty-0004v2-Ht for bug-guix@gnu.org; Tue, 18 Jul 2017 09:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dXSty-0002cx-Bn for bug-guix@gnu.org; Tue, 18 Jul 2017 09:51:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874lub74st.fsf@fastmail.com> (Marius Bakke's message of "Mon, 17 Jul 2017 12:09:54 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: 27732@debbugs.gnu.org Hello, Marius Bakke skribis: > When changing display manager in the system configuration and invoking > `guix system reconfigure`, the existing desktop environment will be > killed. If you invoked the command from within said desktop environment, > the reconfigure command will be forcefully terminated. Why is the desktop environment killed? >From Guix=E2=80=99s viewpoint, the =E2=80=98xorg-server=E2=80=99 Shepherd s= ervice cannot be restarted if it=E2=80=99s still running (and indeed, when I run =E2=80=98gu= ix system reconfigure=E2=80=99 from my X11 + Ratpoison setup, Xorg is not killed, fortunately.) Same for =E2=80=98dbus-system=E2=80=99 etc. I don=E2=80=99t know what else could be killing GNOME et al. Thanks, Ludo=E2=80=99.